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

App at localhost:1234 not working #76

Closed
jbcdnr opened this issue Mar 17, 2022 · 4 comments
Closed

App at localhost:1234 not working #76

jbcdnr opened this issue Mar 17, 2022 · 4 comments

Comments

@jbcdnr
Copy link

jbcdnr commented Mar 17, 2022

Hello,

I wanted to create a multi App for a page served on my laptop but it does not seem to load anything. If I "Copy URL" and paste it in Firefox / Chrome it works. Is it a known limitation?

{
  "tabs": [
    {
      "title": "app",
      "url": "http://localhost:1234"
    }
  ]
}

Thanks for the help!

@kofigumbs
Copy link
Owner

Are there any hints in the console? You can open it by right-clicking the app and select Inspect Element. My initial guess is that this is related to #70.

@jbcdnr
Copy link
Author

jbcdnr commented Mar 18, 2022

Yes: Failed to load resource: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

@jbcdnr
Copy link
Author

jbcdnr commented Mar 18, 2022

I close the issue given that it's related to #70.
Thank you for your reply and thanks a lot for this awesome tool :)

@jbcdnr jbcdnr closed this as completed Mar 18, 2022
@kofigumbs
Copy link
Owner

Cool, thanks! And just in case it wasn't clear from #70, you can manually update your Multi app's Info.plist file to get http working. Multi currently doesn't touch that file after it's initially created, so any manual tweaks you want to make there should be preserved.

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

No branches or pull requests

2 participants