Replies: 1 comment
-
|
I don't think Logto supports path-based routing for the admin endpoint. The admin console and the main auth endpoints are separate services (port 3001 vs 3002), and they expect to be at the root of their respective origins. You'd probably need to use a subdomain instead: And configure nginx to proxy The 404 you're getting on |
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.
-
I have tested the following config:
ENDPOINT = https://auth.example.comADMIN_ENDPOINT = https://auth.example.com/logtoAnd nginx is configured to forward requests on
/logtoto port 3002.when I visited
https://auth.example.com/logto, it returned a 404 page.I'd like to know if there's something wrong with my configuration, or if this configuration isn't currently supported? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions