Skip to content
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

Prod - error not found after page refresh #25

Open
aynnaka1 opened this issue May 19, 2022 · 1 comment
Open

Prod - error not found after page refresh #25

aynnaka1 opened this issue May 19, 2022 · 1 comment

Comments

@aynnaka1
Copy link

Page not found (404) on page refresh in production

@aynnaka1
Copy link
Author

I found a solution
just replace path('', TemplateView.as_view(template_name='index.html')) with re_path('.*', TemplateView.as_view(template_name='index.html')) .. and place it at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant