Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, still trying to migrate RR library -> RR Framework. Seems like i fixed most of issues and app seems to work in
react-router dev
, but when itsc -b && react-router build
it andsirv build/client --single __spa-fallback.html
i can only access/
route, but when i attempt to access/app
, i got error:which come from
useRoutesImpl()
inchunk-SYFQ2XB5-D-Hkp_oB.js
:How to fix this? It's working fine on the dev. Maybe i have to run
sirv build/client --single __spa-fallback.html
differently but i followed the guide: https://reactrouter.com/how-to/pre-renderingI'm trying to do:
/
- SSG landing/app
- CSR SPAMy config:
my Routes:
my build output:
build/client
Beta Was this translation helpful? Give feedback.
All reactions