CreatureSurvive / Arctic-Issues

Issue tracker for Arctic, a Lemmy client for iOS
6 stars 0 forks source link

Instance login requires "https://" #12

Open ttollet opened 7 months ago

ttollet commented 7 months ago

Steps to reproduce:

  1. Open login screen
  2. Enter your instance in the style of "my-instance.com"
  3. Enter login details
  4. Login fails
  5. Change instance entry to style of "https://my-instance.com"
  6. Login successfully

Desired behaviour:

  1. Open login screen
  2. Enter your instance in the style of "my-instance.com"
  3. Enter login details
  4. Login successfully
CreatureSurvive commented 7 months ago

This is a strange one. Logging in should not require explicit use of a protocol like https:// in-fact, internally Arctic will check if the entered instance has a protocol and remove it before validating the instance.

Would you mind sharing the instance you were attempting to sign-in with? It's likely that the internal handling is just not recognizing it as a valid domain.tld format.