-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
RestAPI: post method got Error with cors #8404
Comments
Hey @huynhquocmy, do you still have this problem? |
@Marcos: Nope the issue still there. I was working around by turn off the security on the code ( API's side) |
Here for more details: #7735 (comment) |
this might be a CORS issue.. @huynhquocmy you can change CORS values on Rocket.Chat from Administration panel > General: |
I have the same issue. I always getting http 500 internal server error on My request code from js app
RocketChat version: 0.64.1 |
When try with rest api: /api/v1/login POST method, I got this issue:
Please help.
The text was updated successfully, but these errors were encountered: