Skip to content
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

Error loading page due to a configuration error on the Demo project #231

Open
emmanuelcohenlaroque opened this issue Nov 15, 2024 · 1 comment

Comments

@emmanuelcohenlaroque
Copy link

Context:

  • cloned this repo
  • open the Demo project in Xcode, compiled (OS Monterey) and launched on a iPhone SE (IOS 15.8) => Error loading page
  • same result when launching on the Simulator using the latest IOS version (16).

Error loading page:
2024-11-12 08:42:32.507630+0100 Turbo Demo[414:7538] [ViewportSizing] maximumViewportInset cannot be larger than frame
2024-11-12 08:42:32.507732+0100 Turbo Demo[414:7538] [ViewportSizing] minimumViewportInset cannot be larger than frame
2024-11-12 08:42:32.553223+0100 Turbo Demo[414:7538] [ViewportSizing] maximumViewportInset cannot be larger than frame
2024-11-12 08:42:32.553312+0100 Turbo Demo[414:7538] [ViewportSizing] minimumViewportInset cannot be larger than frame
2024-11-12 07:42:32 +0000 [Session] visit ["location": https://turbo-native-demo.glitch.me, "options": Turbo.VisitOptions(action: Turbo.VisitAction.replace, response: nil), "reload": false]
2024-11-12 07:42:32 +0000 [ColdBootVisit] startVisit https://turbo-native-demo.glitch.me/ [:]
2024-11-12 08:42:32.666213+0100 Turbo Demo[414:7538] [Strada] bridgeDestinationViewDidLoad: https://turbo-native-demo.glitch.me/
2024-11-12 08:42:32.666782+0100 Turbo Demo[414:7538] [Strada] bridgeDestinationViewWillAppear: https://turbo-native-demo.glitch.me/
2024-11-12 08:42:32.773001+0100 Turbo Demo[414:7538] [Strada] bridgeDestinationViewDidAppear: https://turbo-native-demo.glitch.me/
2024-11-12 07:43:03 +0000 [Bridge] ← pageLoadFailed ["timestamp": 1731397383818] [:]
2024-11-12 07:43:03 +0000 [ColdBootVisit] cancelVisit https://turbo-native-demo.glitch.me/ [:]

@emmanuelcohenlaroque emmanuelcohenlaroque changed the title Error loading page Error loading page due to a configuration error on the Demo project Nov 15, 2024
@joemasilotti
Copy link
Member

I just pulled the code and ran the demo with iOS 18 and everything worked as expected. I sadly can't run iOS 15.x on my machine/Xcode.

Can you please try again? I'm wondering if the Glitch endpoint was temporarily down.

P.S. If you're starting a new project I recommend checking out Hotwire Native, which will replace Turbo Native in the future. I'll add a link to the README to make it more obvious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants