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
Upcoming PR #212 sets all "production mode" builds to use hash router instead of browser router.
Solution
Configure S3 to correctly route to the base index.html, and then modify the logic in index.tsx so it uses createBrowserRouter instead of createHashRouter.
Alternatives
Please describe any alternatives you've considered, even if you've dismissed them
The text was updated successfully, but these errors were encountered:
Use Case
Upcoming PR #212 sets all "production mode" builds to use hash router instead of browser router.
Solution
Configure S3 to correctly route to the base
index.html
, and then modify the logic inindex.tsx
so it usescreateBrowserRouter
instead ofcreateHashRouter
.Alternatives
Please describe any alternatives you've considered, even if you've dismissed them
The text was updated successfully, but these errors were encountered: