Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The token request form doesn't work #59

Open
felipet opened this issue Jan 16, 2025 · 1 comment
Open

The token request form doesn't work #59

felipet opened this issue Jan 16, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@felipet
Copy link
Owner

felipet commented Jan 16, 2025

After issuing a token request using the web form, an error is returned.

@felipet felipet added the bug Something isn't working label Jan 16, 2025
@felipet
Copy link
Owner Author

felipet commented Jan 17, 2025

The source of the issues comes from this line:

<form action="/token/request" method="post" class="form">

After the addition of the custom deployment path feature, the path for the form might be preceded by another route, which causes the problem.

felipet added a commit that referenced this issue Jan 17, 2025
The URL for the form, is now relative, which makes possible to place
this page anywhere in the path of the service without needing to modify
the URL of the form.
@felipet felipet self-assigned this Mar 7, 2025
@felipet felipet moved this to In Progress in La coctelera Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

1 participant