Open PlopTheReal opened 2 years ago
Configure dynamicStartUrl
to false.
Thanks, this solve the double request but I got another side effect. When the user hit the root path that increase some user statistics (like hit count) but now it seems to skip this logic entirely. I presume that's because it's cached and doesn't hit the server on subsequent requests. How can I prevent the dupplicated requests while still hitting the server on each requests on root?
The root path is requested twice (see the screenshot). Other paths aren't (ie /whatever).
Versions
next-pwa
: 5.4.7next
: 12.1.4Expected Behaviors
The root path is requested once.
Screenshots