Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
All of a sudden my site keeps refreshing endlessly SINCE Sunday and the only app I added was RUBIX PRICE EDITOR on Saturday. Do you think it is this or something else? I did see a discussion that said to put in Locksmith but no info on how from last year.
@shareoneteesonlinestore.com
Hello !
Have you tried to go into the inspector and check the Network > Fetch/XHR tab ? You have an option to preserve logs in order to not lose them between refreshments. You should check if there is any 3xx request triggered from a third party script.
If not, then your issue comes probably from a JS line in your source code. Having no idea where it comes from, you should remove all your js from your website with a dichotomy strategy to find where the error comes from.
But please don't add another app to try to fix that. You need to go into tech/code.
Good luck !