We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
I think the service worker or something like that is caching the homepage and serving that html for all other pages.
In addition to this problem, the first time it loads "https://www.freereikicourse.com/advanced_practitioner_level_2_12.html" it redirects to "https://www.freereikicourse.com/advanced_practitioner_level_2_12.html/" slash at the end. After the first time it doesnt happen again.
Obviously something is messed up.
"In production, we register a service worker to serve assets from local cache." That is a great feature, but doesn't work well..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce:
I think the service worker or something like that is caching the homepage and serving that html for all other pages.
In addition to this problem, the first time it loads "https://www.freereikicourse.com/advanced_practitioner_level_2_12.html" it redirects to "https://www.freereikicourse.com/advanced_practitioner_level_2_12.html/" slash at the end. After the first time it doesnt happen again.
Obviously something is messed up.
"In production, we register a service worker to serve assets from local cache." That is a great feature, but doesn't work well..
The text was updated successfully, but these errors were encountered: