-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
When I deploy django-restql on AWS lambda, "?query={}" results into HTTP 400 error. #279
Comments
HTTP 400 is usually associated with an error message, would be helpful to see one otherwise it would be hard to know what’s really wrong, I’ve never used lambda before but I don’t think if that has anything to do with your error. |
https://wqaside363.execute-api.us-west-2.amazonaws.com/dev/api/my-user/?query={id} this results to HTTP 400 but while using this on a localhost it works well. |
The link you sent works just fine to me, it returns only user IDs.. |
If it's a link, it will work but if you copy and paste the link, it won't work. https://wqaside363.execute-api.us-west-2.amazonaws.com/dev/api/my-user/?query={id,username} if you copy this directly, it won't work. |
It seems like your server doesn't support encoding of some characters am guessing curly brackets |
Thanks @yezyilomo. I'll post it here after I fix it on my end. |
No description provided.
The text was updated successfully, but these errors were encountered: