Hey guys,
Our webshop https://rave-on.shop is reloading a second time after it finished first load. This only happens when you visit the website initially, when browsing around in the webshop everything is fine.
any ideas why this might happen?
Hey guys,
Our webshop https://rave-on.shop is reloading a second time after it finished first load. This only happens when you visit the website initially, when browsing around in the webshop everything is fine.
any ideas why this might happen?
Hello,
Check source code, you will find there is a script which used a function window.location.reload()
With this there is number of JS error in your there which you can check in browse console.
To fix first try to uninstall the app which throw reload script. Second fix all the JS conflicts which appears in browser console.
Thanks
thank you so much, i was able to fix the issue by removing the problem causing script.