🐛 Bug Report: 404 page not found on authorization url for Postiz #102

Closed
opened 2025-10-09 16:26:28 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @patach on GitHub.

Reproduction steps

Add OIDC Client, Postiz, and the designated callback url to pocket-id, added a group with my user there as well. Setup Postiz to use the Pocket-id service.

Image

Go to the Postiz login screen, and click on the pocket-id login icon.

Image

Met with black screen with error: "404 page not found", url reads something like:
https://example.com/authorize/?client_id=key&scope=openid+profile+email&response_type=code&redirect_uri=https%3A%2F%2Fexample.com%2Fsettings

All URLs are put in correctly in Postiz config

Expected behavior

Should be able to login using Pocket-id. Pocket-id works on its own service.

Actual Behavior

Redirects to a 404 page not found. When trying to check the /authorize/ url independently it shows this:

Image

Not sure if it's related to anything.

Version and Environment

v1.6.4, Linux Mint docker server.

Log Output

No response

Originally created by @patach on GitHub. ### Reproduction steps Add OIDC Client, Postiz, and the designated callback url to pocket-id, added a group with my user there as well. Setup Postiz to use the Pocket-id service. <img width="568" height="304" alt="Image" src="https://github.com/user-attachments/assets/16a4bcb8-220d-4d42-88aa-9477eeb3566a" /> Go to the Postiz login screen, and click on the pocket-id login icon. <img width="165" height="55" alt="Image" src="https://github.com/user-attachments/assets/f05a915a-f0fd-4c0f-be19-e437dadd0edd" /> Met with black screen with error: "404 page not found", url reads something like: `https://example.com/authorize/?client_id=key&scope=openid+profile+email&response_type=code&redirect_uri=https%3A%2F%2Fexample.com%2Fsettings` All URLs are put in correctly in Postiz config ### Expected behavior Should be able to login using Pocket-id. Pocket-id works on its own service. ### Actual Behavior Redirects to a 404 page not found. When trying to check the /authorize/ url independently it shows this: <img width="359" height="255" alt="Image" src="https://github.com/user-attachments/assets/0702f21c-8af0-43ce-8c89-d7022ed85b19" /> Not sure if it's related to anything. ### Version and Environment v1.6.4, Linux Mint docker server. ### Log Output _No response_
Author
Owner

@kmendell commented on GitHub:

The Client ID is empty, so eitehr Postiz isnt passing it, or you didnt define it when setting up OIDC in the application. Im converting this to a discussion as its most likley a configuration issue.

@kmendell commented on GitHub: The Client ID is empty, so eitehr Postiz isnt passing it, or you didnt define it when setting up OIDC in the application. Im converting this to a discussion as its most likley a configuration issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-2#102