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

Always lower the case of the project IDs when logging-in #933

Closed
almet opened this issue Nov 22, 2021 · 0 comments · Fixed by #934
Closed

Always lower the case of the project IDs when logging-in #933

almet opened this issue Nov 22, 2021 · 0 comments · Fixed by #934

Comments

@almet
Copy link
Member

almet commented Nov 22, 2021

When a project is created with an upper-case letter (via the API for instance), it's converted to lower-case by the server, but if you try to access the project with its upper-case identifier it will tell you that the project is not found.

We should fix this by lowering the case of the project_id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant