Open enrimr opened 6 years ago
Thank you for the report. I launched a new stack, but I can't reproduce the issue.
Can you try it again while opening the browser's developer tool? The POST request to https://[your cloud front id].cloudfront.net/api/components
should be sent.
Hi!
Only the OPTIONS request is sent.
Hmmm, that's strange.
It looks your 'Console' tab in the developer tool shows some error messages (6 errors and 3 warnings?). Can you share these messages?
It seems that we forgot to configure something manually on our AWS account?
It seems that we haven't configured the ApiGateway to allow CORS.
It's like you access the status page using the custom domain, but the domain name of the API server is not same as the custom domain. So it violates the browser's same origin policy.
I'm not sure why it happens. Possible reasons are:
settings.js
points to the domain name of the API server. The file may be cached, though it should be cached for only 5 min. Reload the page and check the content of the file. What is the value of __LAMBSTATUS_API_URL__
variable?Can this be closed?
When I click con Add button, a pop up appears. Then I configure the name, click on Add and nothing happens.