You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been able to get this working with the app at https://turbo-native-demo.glitch.me, but when I try to connect to a local development rails app at http://localhost:3000 things go wrong.
I've set TURBO_URL->development to http://localhost:3000 and App Transport Security Settings->Allows Local Networking is YES. When building and launching the app, I get the following output in the Xcode console:
This looks to me like there's something in iOS preventing the webview from loading from localhost. Note this is using http, not https. I tried enabling NSAllowsArbitraryLoads but that didn't help either.
Am I missing something really simple here?
The text was updated successfully, but these errors were encountered:
I've been able to get this working with the app at
https://turbo-native-demo.glitch.me
, but when I try to connect to a local development rails app athttp://localhost:3000
things go wrong.I've set
TURBO_URL->development
tohttp://localhost:3000
andApp Transport Security Settings->Allows Local Networking
isYES
. When building and launching the app, I get the following output in the Xcode console:This looks to me like there's something in iOS preventing the webview from loading from localhost. Note this is using
http
, nothttps
. I tried enablingNSAllowsArbitraryLoads
but that didn't help either.Am I missing something really simple here?
The text was updated successfully, but these errors were encountered: