kriasoft / react-firebase-starter

Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

Home Page:https://firebase.reactstarter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird caching issue

freereikicourse opened this issue · comments

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..