-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix React Router Routes on Page Refresh #5277
base: main
Are you sure you want to change the base?
Conversation
|
|
1 similar comment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋🏻 Thanks for contribution
- Can you bring back
.github
/.husky
folders - they are still needed 😄 - We are using
npm
andpackage-lock.json
- removebun.lockb
as well 😄
Fix React Router 404 Issues and Add Security Headers
Overview
Technical Details
Nginx Configuration Changes
Security Enhancements
Added essential security headers:
Testing Performed
✅ Route refresh functionality
✅ Direct URL access
✅ Client-side navigation
✅ Security header presence
Breaking Changes
None. This is a non-breaking enhancement to existing functionality.