NUXT. Vue. Error 500 while accessing /api/login, while it works fine when running dev server.
Hi,
I am using kinde with Nuxt, Vue, Nitro. While it works fine with run dev, it's giving server error 500 when running the build.
Same errors in browser console:
`GET http://localhost:3000/api/login/ 500 (Internal Server Error)
10:08:19.956 w8GjRO4B.js:2 [nuxt] error caught during app initialization Error: Page not found: /api/login/
at tn (w8GjRO4B.js:2:20035)
at w8GjRO4B.js:6:31212
at o (w8GjRO4B.js:2:18201)
at Object.runWithContext (qTkC9Z7f.js:13:19110)
at so (w8GjRO4B.js:2:18240)
at w8GjRO4B.js:2:16245
at Or.run (qTkC9Z7f.js:9:267)
at Object.runWithContext (w8GjRO4B.js:2:16237)
at w8GjRO4B.js:6:31190
at w8GjRO4B.js:6:20763
2 Replies
My nuxt config:
and .env
I am sure I am missing some setting here. Can you please point me to the right direction?
Thank you.
Are you using a Kinde SDK? If so can you tell me which one and what version?
Also sorry for the delayed response.