SyntaxError: Unexpected end of JSON input

Any clue? I am using Qwik framework, I am not completely sure if it's happening because of better-auth itself or some Qwik setting related wiht better-auth that I did wrong.
No description
4 Replies
nelsonprsousa
nelsonprsousaOP•3w ago
I am accepting ways of debugging this It only happens in production 🤔 (http, no https or certificates) Locally against the same DB it works. hmm Also I am using an IP+port as an HOST, not sure if it is related http://ip:port/api/auth/go returns ok @bekacru do you think this could be related with better-call? 🤔
nelsonprsousa
nelsonprsousaOP•3w ago
No description
nelsonprsousa
nelsonprsousaOP•3w ago
Working directly with postman 🤔 I believe it is something related with fastify... maybe this integration is not supported yet. The request that arrives is kinda weird, no email, no password, etc
nelsonprsousa
nelsonprsousaOP•3w ago
console.log of the request...
No description

Did you find this page helpful?