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
when this runs locally with pnpm run dev (remix vite:dev), the invalidation gets executed correctly
when running this, either deployed with pnpm run deploy (wrangler pages deploy ./build/client) or running the preview locally with pnpm run start (wrangler pages dev ./build/client), the headers don't get applied correctly. How do I know this? I get a Response letting me know there was an error (code 9106) which says: "Missing X-Auth-Key, X-Auth-Email or Authorization headers"
when refactoring the code to disregard using the Headers library, it works
context: I'm running a Remix application deployed to Cloudflare Pages, using official plugins and CLIs. No weird stuff
when using the Headers library like this
when this runs locally with
pnpm run dev
(remix vite:dev
), the invalidation gets executed correctlywhen running this, either deployed with
pnpm run deploy
(wrangler pages deploy ./build/client
) or running the preview locally withpnpm run start
(wrangler pages dev ./build/client
), the headers don't get applied correctly. How do I know this? I get a Response letting me know there was an error (code 9106) which says: "Missing X-Auth-Key, X-Auth-Email or Authorization headers"when refactoring the code to disregard using the Headers library, it works
let me know if I could provide any further information
The text was updated successfully, but these errors were encountered: