this post was submitted on 01 Mar 2025
4 points (100.0% liked)
Arctic
487 readers
7 users here now
Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+
Get the latest version on TestFlight, or check it out on the AppStore.
If you would like to support Arctic’s development, feel free to Buy Me A Coffee
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is something I haven't seen before. I'm curious if this may have been an issue with the API considering your account was so new.
In case this is not an issue with the api, would you mind opening the profile tab, and then going to Settings -> About -> Arctic Logs. There should be an entry that shows the raw api request including the username sent with the request. It's possible that the username is malformed in some way which would cause this issue.
The log entry I am looking for should look something like this:
I solved the problem. The issue arises when you enter your email and password in the login tab. The app attempts to find a username that matches the email precisely, which leads to an error. However, when I log in using my username instead, everything worked flawlessly.
Good to know, I see exactly what is causing this issue. I'll have this patched in the next update. Thanks for letting me know!
You at least found a workaround!