-
Notifications
You must be signed in to change notification settings - Fork 10
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
Keep being unable to render the webview with this error #51
Comments
More context: This is an existing project which stopped working after updating to Sequoia 15.2. It was working before on Sonoma. The |
That error shouldn't cause the web view to fail. Is your server receiving the request? What's the response code? |
full error log just now running it against "local".
|
It looks like you either a) don't have Turbo.js exposed on server or b) are getting a 406. Can you share the server logs? |
How do I check if Turbo.js is exposed on the server? Here are the server logs.. it says completed 200 OK..
|
I'm going to try modifying a vanilla |
Logs look OK! You could try |
You were right! It is indeed turbo not loading.. something amiss in my importmaps.. Will try to figure out how to get it back... Thanks for pointing me in the right direction! |
I have a tabbed app, and am continuously getting the following error on load:
I've tried setting the userAgent to a custom user agent (described here: https://forums.developer.apple.com/forums/thread/762223) and still no luck.. I'm running iOS 18.1 and tested on 18.1 and 18.2
The text was updated successfully, but these errors were encountered: