I see that on url without www file is not found but on url with www everything is working, on my webserver in nginx configuration there is permanent redirect to url without www, how to handle this issue?
How does one visit your site using the www. subdomain, when you have that redirect set up?
If I understand correctly, then when someone visits https://www.my-website.com, then they are redirected to https://my-website.com, which then loads s.js properly. What would be step-by-step guide to reproduce the problem you’re describing from the user side?