📜 Description
When clicking on the SSO button, I get the following errors in the console
XHRGET
https://<my url>/auth/oauth/GENERIC
[HTTP/2 404 53ms]
Failed to get generic oauth login link: Error: Login link request failed with status 404
NextJS 30
👟 Reproduction steps
I've set all POSTIZ_OAUTH_* env vars and POSTIZ_GENERIC_OAUTH: "true".
In addition:
env:
FRONTEND_URL: "https://<my url>"
MAIN_URL: "https://<my url>"
NEXT_PUBLIC_BACKEND_URL: "https://<my url>"
BACKEND_INTERNAL_URL: "http://backend:3000"
UPLOAD_DIRECTORY: "/uploads"
STORAGE_PROVIDER: "local"
NEXT_PUBLIC_UPLOAD_STATIC_DIRECTORY: ""
NX_ADD_PLUGINS: "false"
IS_GENERAL: "true"
👍 Expected behavior
OAuth2 login should work
👎 Actual Behavior
OAuth2 login doesn't work
☸️ Kubernetes Version
1.32.6
⎈ Helm Version
latest
📊 Chart Version
1.0.5
☁️ Cloud Provider
Other
🛠️ Custom Values
📃 Additional Context
The issue template is somewhat annoying - just let users post their issue without 10+ required fields :/
👀 Have you checked if this bug has been reported before?
Are you willing to submit a PR?
None
📜 Description
When clicking on the SSO button, I get the following errors in the console
👟 Reproduction steps
I've set all
POSTIZ_OAUTH_*env vars andPOSTIZ_GENERIC_OAUTH: "true".In addition:
👍 Expected behavior
OAuth2 login should work
👎 Actual Behavior
OAuth2 login doesn't work
☸️ Kubernetes Version
1.32.6
⎈ Helm Version
latest
📊 Chart Version
1.0.5
☁️ Cloud Provider
Other
🛠️ Custom Values
📃 Additional Context
The issue template is somewhat annoying - just let users post their issue without 10+ required fields :/
👀 Have you checked if this bug has been reported before?
Are you willing to submit a PR?
None