We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Add a site with a space in it's name, like "my domain". It'll break the app, meaning that this new site cannot be opened nor deleted.
It is possible to open the site page by manually replacing space with %20, but it is not possible to delete the item even from there.
%20
Expected behavior Adding an item should slugify it.
Environment (If applicable): docker latest
The text was updated successfully, but these errors were encountered:
This was fixed in d71e40f and #427 - and subsequently is fixed in v1.2, which is not yet fully released for self-hosters
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Bug report
Describe the bug
Add a site with a space in it's name, like "my domain". It'll break the app, meaning that this new site cannot be opened nor deleted.
It is possible to open the site page by manually replacing space with
%20
, but it is not possible to delete the item even from there.Expected behavior
Adding an item should slugify it.
Environment (If applicable):
docker latest
The text was updated successfully, but these errors were encountered: