You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.
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.)
The text was updated successfully, but these errors were encountered: