Replies: 1 comment 4 replies
-
In |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description:
Attempting to access https://domain/graphql/ and http://domain/graphql/ results in a 403 Forbidden error.
It is working fine locally (XAMPP) but when i upload my project on server and access it directly or via graphiql, this issue occurs.
Steps to Reproduce:
Expected Behavior:
The GraphQL endpoint should be accessible without causing a mixed content error, and it should not result in a 403 Forbidden error.
Actual Behavior:
Accessing the endpoint results in a 403 Forbidden error.
Mixed content error due to requesting an insecure resource from a secure page.
Environment:
Server: CloudPanel
Web Server: Nginx
Additional Context:
Ensure that the GraphQL endpoint is properly configured to be served over HTTPS and check the Nginx configuration to allow access to the endpoint.
PLEASE LET ME KNOW IF YOU NEED ANY OTHER INFO REGARDING THIS ISSUE.
Beta Was this translation helpful? Give feedback.
All reactions