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

Very hard to enter server name #24

Open
wtanksleyjr opened this issue Aug 13, 2021 · 2 comments
Open

Very hard to enter server name #24

wtanksleyjr opened this issue Aug 13, 2021 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@wtanksleyjr
Copy link

Currently when entering the server name in the config, if the entry isn't precisely the form the application expects the app will reject the entry, display a toast message, and not save the change. This means the user has to retype the server name from scratch over and over until they figure out what form was expected.

It would be pleasant to have the server name saved even if it's not in the expected form, so that the user can just go in and correct the unexpected form.

(In my case, I've never typed in the trailing /, because I use a subdomain. Fixing that was enough, and I'm up and running.)

@izderadicka
Copy link
Owner

Agree, it really sucks.
The reason behind is that without trailing slash API might not work, I was just too lazy to solve it properly.
Should be fixed, just so not have much time to look at it.
Auto adding trailing slash probably will be best solution.

@izderadicka izderadicka added bug Something isn't working help wanted Extra attention is needed labels Nov 3, 2021
@selfhosted-heaven
Copy link

I may be able to fix this properly. I will check the code out and see if I can make some improvements on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants