Hello,
After I update my application it goes onto a refresh loop. Only entering my application by the URL helps, only then it stops. Where to look? Help please.
Hello,
After I update my application it goes onto a refresh loop. Only entering my application by the URL helps, only then it stops. Where to look? Help please.
Okay so, the server is behind nginx & haproxy, if I connect locally eg. localip:3000, everything’s good.
Maybe one of your devtools isn’t being forwarded by your proxies and is causing problems? Might just be easiest to not worry about it and connect locally
I dont think its even possible for me to diagnose it… It happens oh so fast and there are no errors
Post your nginx configuration file? It’s probably the cache settings in this configuration file need to be removed and then your nginx server must be restarted.
It also seems that this only occurs on my machine, not anyone else’s, however on my machine’s firefox&chrome
Okay… The answer was quite simple, I was connected to a client’s PPTP VPN that’s a Kerio firewall, and I guess issue layed with their network settings, not my meteor app.