You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Astro build project using SSR and it works ok locally but when I use wrangler to prepare for Cloudflare it gives the following error:
The 'credentials' field on 'RequestInitializerDict' is not implemented.
The important is the issue is when using swell-js it gives this error but when using fetch and a public endpoint it works both locally and in wrangler.
The text was updated successfully, but these errors were encountered:
I'm using Astro build project using SSR and it works ok locally but when I use wrangler to prepare for Cloudflare it gives the following error:
The 'credentials' field on 'RequestInitializerDict' is not implemented.
The important is the issue is when using
swell-js
it gives this error but when usingfetch
and a public endpoint it works both locally and in wrangler.The text was updated successfully, but these errors were encountered: