6 Replies
In general it means Convex has some kind of bug, but in this case I think it's misclassifying a serialization error. From internal logging (can you confirm your deployment url for me to correlate?) it looks like an action is returning an It's also possible the error i'm seeing in logs is from @magicseth 's deployment. Sorry, I had trouble telling whose deployment is whose in the internal error logs
Id
created from the string "test" which isn't a valid Id
. Does that sound familiar?
I'm on dusty-caterpillar-550
I confirmed the
Id(..., "test")
error is being seen on Sergei's deploymentThank you, Lee. This error is when I try to simplify things, I saw the same error on the "real" code.
That's interesting. I don't see any errors that look like they may be coming from the "real" code. I think we can fix the errors we do see, and that may help illuminate the problem
We found the problem in our code, thanks!