Originally created by @miseree on GitHub (Feb 3, 2023).
Using nginx proxy for remote access. I was able to connect no problem for months. The last update now only says 'failed to ping' and won't connect. I am still able to access the server in a browser with the same address.
Originally created by @miseree on GitHub (Feb 3, 2023).
Using nginx proxy for remote access. I was able to connect no problem for months. The last update now only says 'failed to ping' and won't connect. I am still able to access the server in a browser with the same address.
I updated the target deployment to iOS 14 up from iOS 13 and it seems like this has something to do with it. I'm not that familiar with iOS but looking through some articles it seems like they aren't allowing apps to make http requests anymore.
Do you self-host anything else where you are connecting over http? It would be helpful for me to look at some other app
@advplyr commented on GitHub (Feb 3, 2023):
I updated the target deployment to iOS 14 up from iOS 13 and it seems like this has something to do with it. I'm not that familiar with iOS but looking through some articles it seems like they aren't allowing apps to make http requests anymore.
Do you self-host anything else where you are connecting over http? It would be helpful for me to look at some other app
Interesting. The only other app I'm running through nginx is overseerr, however I connect to it through a browser and not an iOS app. I wondered if it wasn't http/https. Thank you for looking into it. Not sure how you and the team will proceed. I'd appreciate a workaround, but that's only because I'm lazy and don't want to go back and implement https.
On a side note I have another issue and have wondered if http/https wasn't a cause. On a fresh load, I can access bookmarks. However if I resume listening some hours later, my bookmark icon completely disappears. The way I fix it is to stream another book for a few seconds, then reload the first book and my bookmarks icon is back. Let me know if I should start this on a different thread.
Again, really appreciate the team and your work.
@miseree commented on GitHub (Feb 3, 2023):
Interesting. The only other app I'm running through nginx is overseerr, however I connect to it through a browser and not an iOS app. I wondered if it wasn't http/https. Thank you for looking into it. Not sure how you and the team will proceed. I'd appreciate a workaround, but that's only because I'm lazy and don't want to go back and implement https.
On a side note I have another issue and have wondered if http/https wasn't a cause. On a fresh load, I can access bookmarks. However if I resume listening some hours later, my bookmark icon completely disappears. The way I fix it is to stream another book for a few seconds, then reload the first book and my bookmarks icon is back. Let me know if I should start this on a different thread.
Again, really appreciate the team and your work.
I have the same problem. I use nginx proxy manager, and up until the last update I could connect via http://audiobookshelf.mydomain (both in the iOS app and the browser). Now I can only connect via the browser. In the iOS app I have to use http://192.168.1.45:13378.
Audiobookshelf is the only app that I am having problems with. Navidrome (and the iOS app http://michaelsapps.dk/playsubapp/) still works via http for both the app and the browser.
Btw, thanks so much for all of your work!
@raubreywhite commented on GitHub (Feb 5, 2023):
I have the same problem. I use nginx proxy manager, and up until the last update I could connect via http://audiobookshelf.mydomain (both in the iOS app and the browser). Now I can only connect via the browser. In the iOS app I have to use http://192.168.1.45:13378.
Audiobookshelf is the only app that I am having problems with. Navidrome (and the iOS app http://michaelsapps.dk/playsubapp/) still works via http for both the app and the browser.
Btw, thanks so much for all of your work!
We're also discussing this in Discord and trying to get to the bottom of it. At the moment the latest iOS app is restricted to HTTPS for external connections.
@advplyr commented on GitHub (Feb 9, 2023):
I'm making #538 the main issue for this.
We're also discussing this in Discord and trying to get to the bottom of it. At the moment the latest iOS app is restricted to HTTPS for external connections.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @miseree on GitHub (Feb 3, 2023).
Using nginx proxy for remote access. I was able to connect no problem for months. The last update now only says 'failed to ping' and won't connect. I am still able to access the server in a browser with the same address.
@advplyr commented on GitHub (Feb 3, 2023):
Are you connecting over http or https?
@miseree commented on GitHub (Feb 3, 2023):
http
@advplyr commented on GitHub (Feb 3, 2023):
I updated the target deployment to iOS 14 up from iOS 13 and it seems like this has something to do with it. I'm not that familiar with iOS but looking through some articles it seems like they aren't allowing apps to make http requests anymore.
Do you self-host anything else where you are connecting over http? It would be helpful for me to look at some other app
@miseree commented on GitHub (Feb 3, 2023):
Interesting. The only other app I'm running through nginx is overseerr, however I connect to it through a browser and not an iOS app. I wondered if it wasn't http/https. Thank you for looking into it. Not sure how you and the team will proceed. I'd appreciate a workaround, but that's only because I'm lazy and don't want to go back and implement https.
On a side note I have another issue and have wondered if http/https wasn't a cause. On a fresh load, I can access bookmarks. However if I resume listening some hours later, my bookmark icon completely disappears. The way I fix it is to stream another book for a few seconds, then reload the first book and my bookmarks icon is back. Let me know if I should start this on a different thread.
Again, really appreciate the team and your work.
@miseree commented on GitHub (Feb 3, 2023):
btw, my current work around is to VPN my phone into my network and direct connect.
@raubreywhite commented on GitHub (Feb 5, 2023):
I have the same problem. I use nginx proxy manager, and up until the last update I could connect via http://audiobookshelf.mydomain (both in the iOS app and the browser). Now I can only connect via the browser. In the iOS app I have to use http://192.168.1.45:13378.
Audiobookshelf is the only app that I am having problems with. Navidrome (and the iOS app http://michaelsapps.dk/playsubapp/) still works via http for both the app and the browser.
Btw, thanks so much for all of your work!
@advplyr commented on GitHub (Feb 9, 2023):
I'm making #538 the main issue for this.
We're also discussing this in Discord and trying to get to the bottom of it. At the moment the latest iOS app is restricted to HTTPS for external connections.