The Black Rose
The Black Rose6mo ago

getting error after deployment on vercel

well my little project had some error i fixed them and it did work locally but when im pushing to vercel i get this error
No description
2 Replies
The Black Rose
The Black RoseOP6mo ago
ConvexError: [CONVEX Q(requests:count)] [Request ID: 6e82ae832a40bee1] Server Error
Called by client
at m.queryResult (657-fa242de94452a044.js:2:7180)
at L.localQueryResult (657-fa242de94452a044.js:2:25326)
at Object.localQueryResult (657-fa242de94452a044.js:2:29534)
at a.getLocalResults (657-fa242de94452a044.js:2:33168)
at getCurrentValue (657-fa242de94452a044.js:2:34428)
at 657-fa242de94452a044.js:2:34982
at rR (fd9d1056-cf2b55a3cee8c449.js:1:41933)
at lc (fd9d1056-cf2b55a3cee8c449.js:1:48752)
at r (657-fa242de94452a044.js:2:34919)
at a.notifyListeners (657-fa242de94452a044.js:2:33968)
ConvexError: [CONVEX Q(requests:count)] [Request ID: 6e82ae832a40bee1] Server Error
Called by client
at m.queryResult (657-fa242de94452a044.js:2:7180)
at L.localQueryResult (657-fa242de94452a044.js:2:25326)
at Object.localQueryResult (657-fa242de94452a044.js:2:29534)
at a.getLocalResults (657-fa242de94452a044.js:2:33168)
at getCurrentValue (657-fa242de94452a044.js:2:34428)
at 657-fa242de94452a044.js:2:34982
at rR (fd9d1056-cf2b55a3cee8c449.js:1:41933)
at lc (fd9d1056-cf2b55a3cee8c449.js:1:48752)
at r (657-fa242de94452a044.js:2:34919)
at a.notifyListeners (657-fa242de94452a044.js:2:33968)
sshader
sshader6mo ago
Debugging | Convex Developer Hub
Debugging is the process of figuring out why your code isn't behaving as you

Did you find this page helpful?