-
Notifications
You must be signed in to change notification settings - Fork 140
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
Can't deploy on digitalocean #777
Comments
Hi, It shouldn't need nginx. The only thing I can think of is setting the port and the host. There is nothing special I think about digital ocean, I've used it before, and I don't remember having difficulties. Regards, Maarten |
Thanks for the quick response Maarten! Without ningx I tried both:
and
In both cases the only response is:
From both Chrome and Edge browsers I enter:
and I get the response:
I have no firewall going on my droplet. It seems there is no solara error log to review. Barry |
It is binding to localhost, so that means it only binds to the loopback device, if you pass Let us know if that fixes it or not. |
Yes, it works! Thank you!! I will be creating great apps with solara!!! |
I tried to deploy a simple solara script to a digitalocean droplet. Connection was refused.
I tried with nignx and the server def found here and without nignx, both with the same result. I had no trouble runing a streamlit script.
I was unable to find information elsewhere about running solara on digitalocean, or any other cloud platform except ploomber. Can I deploy solara apps on digitalocean?
The text was updated successfully, but these errors were encountered: