Replies: 1 comment
-
seems like a CORS issue. Ask chatgpt - also if you spend 5 minute learning ngrok - might be easy option to get up with ssl. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, need help in addressing few issues I am struggling with when securing chat-UI with SSL certificate and login via Google.
When “Sign-in” is clicked in the Chat-UI UX
Browser shows:
Invalid referer for POST request
Inspecting Browser Console shows the following:
POST https://mydomain.com/login 403 (Forbidden)
The following is My nginx configuration:
Any help the community can provide will be deeply appreciated.
Beta Was this translation helpful? Give feedback.
All reactions