-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cors Proxy Issue #278
Comments
Update: Another developer on our team mentioned that it's not a cors issue after all. Cors was turned off on their browser and they received an error code of 503. This to me infers that there's an issue with the system itself. The issue still exist as of writing this comment. |
I get the same error on my personal blog, and when trying to post a comment with Postman I get a generic herokucdn application error. I think there is something wrong with the hosted staticman instance. |
Confirming that the problem is indeed still happening and is a major blocking issue. As of now our team can not continue using this hosted version of staticman. Sorry for the ping @eduardoboucas but this to me seems like an urgent matter. |
The development API ( I have merged the v3 endpoints into the production API ( Please reopen this issue if the problem still occurs. Thanks! |
Thank you very much! Seems like we forgot we were working on the dev instance. Swapping to the production API fixed the issue! |
I have this issue with |
Hello. I've worked with various commentators about this project on issue #243. I've seen great success from moving to from to a GitHub specific application. I'm sharing this information beforehand to state that I've seen the project in a working state before.
With that being said, my project is currently experiencing a cors proxy issue. Below is the following error I'm receiving:
Access to XMLHttpRequest at 'https://dev.staticman.net/v3/entry/github/discordUser/discordRepo/discordBranch/staticmanId' from origin 'http://localhost:4000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Note: Information beginning with discord and staticman have been replaced by default names because it's a private repository.
This behavior has started happening since yesterday. Are there any known issues with the application as of then? Is anyone else able to replicate this issue with the current application v3?
The text was updated successfully, but these errors were encountered: