-
Notifications
You must be signed in to change notification settings - Fork 43
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
iOS/ipadOS log in error : "Unknown error" #398
Comments
I'll transfert the issue to the iOS repo, because it seems that everything is working properly on the server side. |
hello, could you give me the URL of your instance? if you want to keep it private. just give me the pattern of your url that you put in the application. |
Hi @bourvill, |
The unknown error is often a sign that the application cannot connect to the server. Can you also check that the client_id and secret_id identifiers are correct? |
I thought it might come from the custom port.
and it failed again. Can it be an issue? ids are correct, directly copied from the browser |
I had a look at #2 and tried: This is unfortunate I have to put the IP in the IOS client, since the web browser on IOS is able to resolve the FQDN Also bookmarking from my browser to the Wallabag app on IOS works, but then if I try to go to that bookmark from the Wallabag app, it cannot resolve. Does the IOS wallabag app use the system's DNS servers (delivered by local DHCP) or public ones which can be hard coded somewhere ? Can it be in Shortcuts/AddEntryIntentHandler.swift, function resolveUrl ? |
I too have encounered this problem. using http://local_domain:8081 gives unknown error iOS browser is able to access (and log in) to http://local_domain:8081 |
I've also encountered this problem. I've tried all of these methods, none of which have worked:
I'm away from home, so I can't try a local IP, but 2 & 3 imply it's not a DNS issue. |
I'm having the same issue. Have Wallabag installed on vps via YunoHost. I've tried creating new users, deleting API keys and creating new ones, etc. and nothing resolves it. |
Hello,
I'm new to Wallabag.
I have installed the server as a docker container using the following docker compose:
My server runs on port 8200
I installed the wallabagger plugin on firefox and all runs perfectly.
I have installed the app wallabag v2 on iOS and ipadOS (wallabag v2 6.2, 9 months old) and both fail with "Unknown error".
Nothing in the docker console.
These 2 devices are on the same subnet and can access the admin portal through the web GUI.
Can it be the app being too old and not compliant anymore with the latest server's version or the custom port not managed by the app ?
Can you please help ?
The text was updated successfully, but these errors were encountered: