Play button doesn't work
asolera opened this issue · 4 comments
asolera commented
The "Play" button isn't working.
It displays CORS error in console log:
Access to fetch at 'https://www.hacklily.org/hackmidi/samples/timidity.cfg' from origin 'https://hacklily.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
jocelyn-stericker commented
Do you see this when running Hacklily locally or on hacklily.org? Are you able to reproduce this in Incognito/with adblockers disabled?
asolera commented
Do you see this when running Hacklily locally or on hacklily.org? Are you able to reproduce this in Incognito/with adblockers disabled?
I'm trying to reproduce directly on https://hacklily.org/ page, and it didn't work in incognito mode without adblockers.
Paamayim-Nekudotayim commented
The Play button is not working if the user visits https://hacklily.org instead of https://www.hacklily.org.
The evil CORS is blocking requests to www.hacklily.org
from hacklily.org
.
jocelyn-stericker commented
Great catch!