Sveltekit Cloudflare Pages issue using ‘fetch’ for oAuth
In my Sveltekit app I have a server.ts
file that handles the callback from Github oAuth. I use a token to then try and fetch the users information with:
In my Sveltekit app I have a server.ts
file that handles the callback from Github oAuth. I use a token to then try and fetch the users information with: