Replies: 1 comment
-
try with a slash at the end also, remove one of the 2 permission classes in your settings and try with this one:
and check nemo's logs, there should be more information there about the exact error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting an error when accessing https://myhost.com/api Any insights on this would be greatly appreciated!
In settings.py I have:
For debugging purposes I did:
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = ['https://myhost.com']
Same error.
Beta Was this translation helpful? Give feedback.
All reactions