This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
my backend is getting error #7487
Replies: 3 comments 3 replies
-
I'm having the same issue. Please tell if it got resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like something other than JSON data was returned. You could try wrapping some of the code in a try...catch to log more details and handle the error. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
i am getting this error
2)[Error: An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.] {
digest: '4012416115'
}
3)SyntaxError: Unexpected token 'I', "Infinite l"... is not valid JSON
at JSON.parse ()
at parseJSONFromBytes (node:internal/deps/undici/undici:4306:19)
at successSteps (node:internal/deps/undici/undici:4288:27)
at fullyReadBody (node:internal/deps/undici/undici:2724:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async consumeBody (node:internal/deps/undici/undici:4297:7)
at async getServerSideUser (/var/task/.next/server/chunks/611.js:1:33569)
at async Navbar (/var/task/.next/server/chunks/611.js:1:26858)
Beta Was this translation helpful? Give feedback.
All reactions