Hacker News new | ask | show | jobs
by codeenlightener 1769 days ago
If it's not too hard, could you please press F12, pick "console" and send a screenshot? I wonder if you have some add-on blocking my JS...
1 comments

You have CORS issue:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://service.denigma.app/explain/demo/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

You are right, I forgot to add "www.denigma.app" to the CORS list.