vors
vors2y ago

Server error

What does this error mean
next-dev.js:23 WebSocket closed unexpectedly with code 1011: InternalServerError: Your request couldn't be completed. Try again later
next-dev.js:23 WebSocket closed unexpectedly with code 1011: InternalServerError: Your request couldn't be completed. Try again later
6 Replies
lee
lee2y ago
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 Id created from the string "test" which isn't a valid Id. Does that sound familiar? 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
magicseth
magicseth2y ago
I'm on dusty-caterpillar-550
lee
lee2y ago
I confirmed the Id(..., "test") error is being seen on Sergei's deployment
vors
vorsOP2y ago
Thank you, Lee. This error is when I try to simplify things, I saw the same error on the "real" code.
lee
lee2y ago
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
vors
vorsOP2y ago
We found the problem in our code, thanks!

Did you find this page helpful?