This seems to be similar to the problem I have posted on Mistral Cloud Chat Model Node, where I get the error “Cannot read properties of null (reading ‘length’)”.
This was working perfectly fine 2 days ago, suddenly started giving this error yesterday morning.
@OhNo can you open a new topic and complete the template, the error is very generic and it is likely different causes. If you can share the workflow that triggers the issue we will be able to find out what causes it
I have been having the same issue here! And what I can “sense” is that it has to do with the redis addon, it looks like it has to do with the type that stores the variable that comes from redis. The default output of redis is text (string) and it needs to be treated like that.
In my case I have redis to store a false/true value and when it comes to get that value I need to use: “propertyName?.toBoolean” when trying to receive the value from getRedis.
That seems to solve the problem. It means it has to do with around that.
I had this problem with the stop and error node - I did not enter an error message. I works in dev mode, but fails when triggered by another workflow. It even shows an red indicator, but it looked like the default design to me
If any of you are seeing this issue on your cloud instance, please send me a DM mentioning this thread, and with your cloud instance name/url.
Then we can try to get the relevant stack trace, and get this fixed.
Trying to fix this without a proper stacktrace is like trying to find a needle in a barn.