Failed deployment: SvelteKit with `@auth/sveltekit`
Hello! Thanks for looking into this issue. I have a SvelteKit app here: https://github.com/ThangHuuVu/sveltekit-auth-cloudflare
The application builds successful, but it keeps failing at this step:
is it because constants is not supported yet? according to this documentation: https://developers.cloudflare.com/workers/runtime-apis/nodejs/crypto/
@auth/sveltekit
uses @auth/core
which uses jose
, where we can find the usage of constants
.0 Replies