-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canary Command-R refresh shows 404 #3847
Comments
OK It has to do with http://localhost:3000/my-community/ vs http://localhost:3000/my-community The http://localhost:3000/my-community works fine. How do I use that to make both work? |
I did the following and it works:
|
You can also use https://www.npmjs.com/package/connect-slashes if you're running express and it'll add the |
It's something that has to be handled in userland, we basically enforce without |
When clicking around it works fine. But when I press Command-R I get a 404. Why?
Is there something I need to setup with routes for SSR?
The text was updated successfully, but these errors were encountered: