Submission
NP
Nicholas P.
3 weeks ago
Board
Bugs
Status
Reviewing
Get Updates
Powered by UserJot
Unkown Error: please check your URL
IOS version: 18.4.1 When I enter my http://*IP*:25600 for my server, I always get an error. I've tried reinstalling the app, restarting the Komga server, disabling tailscale and changing over to the LAN IP (instead of tailscale), and nothing seems to get rid of this error.
NP
Nicholas P.
3 weeks ago
3
PR
Pablo Ruiz3 weeks ago
Apple doesn't allow unencrypted (HTTP) connections from non-browser apps when you're outside your local network, which is probably what's causing that error. To connect remotely, your Komga server needs to be accessible over HTTPS. However, since you're already using your LAN IP, it should work locally. You can try a couple of things: - Open the same address in Safari and check if it loads. - Try using your Tailscale MagicDNS hostname instead of the raw IP. Some users mentioned that worked for them.
NP
Nicholas P.3 weeks ago
I was unaware of this Apple restriction, it doesn't seem to affect other apps that I have used to connect to local servers using Tailscale, such as Jellyfin, Plappa (Audiobookshelf), and Tachimanga. I tried the MagicDNS address in Komic and Safari, and it only worked in Safari, entered directly as http://*MagicDNS*:25600
PR
Pablo Ruiz3 weeks ago
That's odd. If it works in Safari, it should work in Komic too. In the next update, I'll include more detailed error messages instead of just showing "Unknown error", so it'll be easier to figure out what's actually going wrong.