bertho-zero / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using react, redux, express and feathers
https://react-hot-example.herokuapp.com/
MIT License
636 stars 171 forks source link

Chrome caches API requests when nginx is set as reversed proxy #565

Closed BasicPrimitives closed 4 years ago

BasicPrimitives commented 4 years ago

The following link does not work via nginx proxy https://www.basicprimitives.com/usecases/spousesinfamilylayout See iFrame content

The same site without nginx works fine http://www.basicprimitives.com:8080/usecases/spousesinfamilylayout See iFrame content

BasicPrimitives commented 4 years ago

So the source of all problems is service-worker.

BasicPrimitives commented 4 years ago

It has been eradicated from the project.