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

Cannot connect to LAN URL from web app (HTTP not supported) #2873

Open
foot-gloves opened this issue Dec 19, 2024 · 2 comments
Open

Cannot connect to LAN URL from web app (HTTP not supported) #2873

foot-gloves opened this issue Dec 19, 2024 · 2 comments

Comments

@foot-gloves
Copy link

Bluebubbles server 1.9.8
Mac os Sequoia 15.1 (Mac mini M1)

I have my server setup and working via the LAN URL. I am able to connect to it from my Android clients while I am on the local network. However the web app is rejecting the HTTP URL for the LAN IP.

Is there a way to support HTTP connections for the web app? I am only interested in hosting Bluebubbles on my local network. My client is a Chromebook without android app support and no Linux support so web app is the preferred method.

@SpaceSaver
Copy link

This is a Chrome limitation, you would need to allow insecure content which you can't do in verified mode on a Chromebook. You could also compile and host the webapp on HTTP which would allow HTTP content to be loaded.

@foot-gloves
Copy link
Author

@SpaceSaver This is the error I am seeing:
Screenshot 2024-12-30 18 11 10

I also see it on safari and Firefox on my Macbook. I am not sure the error is coming from the browser. I am able to access HTTP URLs fine in the browser, the error appears to be coming from the web app itself. I will try your recommendation to compile the web app myself and self host it.

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