nhagen / react-intercom

A component to configure and enable Intercom in your react application
MIT License
237 stars 72 forks source link

No 'Access-Control-Allow-Origin' header is present on the requested resource #42

Closed andrewschreiber closed 6 years ago

andrewschreiber commented 6 years ago

Getting this error on page load. Full text:

Failed to load https://nexus-websocket-b.intercom.io/client-test: No 'Access-Control-Allow-Origin' header is present on the requested resource. 
Origin 'http://localhost:3000' is therefore not allowed access. 
The response had HTTP status code 503.

Thoughts? Looks like the test page may no longer be valid - try loading https://nexus-websocket-b.intercom.io/client-test yourself.

andrewschreiber commented 6 years ago

Noting the issue seems to be fixed. The client-test website now is properly resolving. Seems like it was an issue on Intercom's end.