[Fixed] [API] Unable to retrieve data - help!

Hey Chris, thanks for the speedy reply! I tried requesting from the API and unfortunately I get the same response:

XMLHttpRequest cannot load https://api.hooktheory.com/v1/trends/nodes. Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:8000’ is therefore not allowed access. The response had HTTP status code 404.

It seems like the ‘Access-Control-Allow-Origin’ header is still not being returned with the response. Maybe you have to enable it on the server? This Stack Overflow thread talks about it more: javascript - How does the 'Access-Control-Allow-Origin' header work? - Stack Overflow.

Let me know what you think. Thanks again!

Best,
Andrew