Hello. I've been trying to get Dagster OSS running...
# ask-community
j
Hello. I've been trying to get Dagster OSS running on a Digital Ocean droplet. The droplet is using nginx and docker to host both MLFlow and phpmyadmin, both of which work. But when I add another location for dagster I get some issues. • I can see the version info page at /dagit_info • The Dagster UI doesn't load on the main domain however and gives:
Loading failed for the <script> with source "<https://www.ourdomain.co.uk/static/js/main.751d2cd1.js>"
Anyone had similar issues?
d
Are you using
--path-prefix
?
❤️ 1
j
Thank you, this was part of the solution!
Another part was running dagster not in the root of the server. https://github.com/dagster-io/dagster/issues/4104