Christian Ledgard
Christian Ledgard
¡Hello! I'm getting the following error while trying to run @hscstudio and @fdimarh example: ``` throw new _SignPdfError.default(`Expected xref at ${position} but found other content.`, _SignPdfError.default.TYPE_PARSE); ^ SignPdfError: Expected xref...
Same issue on Github Actions also
A similar error also happened with Google provider: ``` [auth][error][SignInError]: Read more at https://errors.authjs.dev#signinerror [auth][cause]: TypeError: Invalid URL at new URL (node:internal/url:775:36) at processDpopNonce (webpack-internal:///(rsc)/../../node_modules/oauth4webapi/build/index.js:174:17) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async...
Hey @simon-v-swyftx, the error only occurs when you try to sign in by clicking a button with `signIn("google")`. Directly from `https://localhost:3000/api/auth/signin` works OK. I also tried to add the credentials,...
That solves the issue @simon-v-swyftx. Changing that line to `export const runtime = "nodejs";` works. But, of course, it defeats the purpose.