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
_redirects rule /* /__spa-fallback.html 200 should serve with status 200.
I tested my build using sirv-cli and it is working fine. The issue is only with cloudflare pages, during development using their wrangler tool and on server when deployed.
Actual Behavior
Right now this rule is creating 308 permanent redirect issue.
The text was updated successfully, but these errors were encountered:
I don't think that the issue is with React-Router but since a lot of us use Cloudlfare pages to deploy, it will help us discuss solution or fixes at a single place.
I'm using React Router as a...
framework
Reproduction
/
path.wrangler
to serve the buid/client usingwrangler pages dev ./build/client
System Info
Used Package Manager
pnpm
Expected Behavior
_redirects rule
/* /__spa-fallback.html 200
should serve with status 200.I tested my build using
sirv-cli
and it is working fine. The issue is only with cloudflare pages, during development using theirwrangler
tool and on server when deployed.Actual Behavior
Right now this rule is creating 308 permanent redirect issue.
The text was updated successfully, but these errors were encountered: