Forums

Web app being redirect to 'myUrl.com'

I have a web app that was working fine at http://mateus.pythonanywhere.com/core/ Now when I try to access this link my website opens for a few seconds and then automatic redirects to a website the tries to sell a domain name for me. Anyone having the same problem? How to solve it?

Click in http://mateus.pythonanywhere.com/core/ and wait 5 seconds that you will probably see the problem.

there is a js file at "/static/core/js/index.js" that you are serving that is causing the redirect.

you should stop serving that

Thanks! Another developer added that and I wasn't aware, I thought that it was some kind of advertising to buy a domain name.