Skeleton in editor
Hello! I am selfhosing the provided v2 Docker Compose on a custom server with subdomains. When I try to go to the Studio, I am met with a blank page. Same goes for the playground, since it's trying to connect to localhost:2022/studio, but is running on a remote Docker container.


15 Replies
The Studio Network tab is pretty lackluster and no errors are shown

How can I use Studio and Playground with a remote server? Any help is appreciated!
@PIat
Could you please check the console tab?
Do you see any error there?
In case you are using other browsers, studio can only be used in chrome browser
Hello! I am using Chrome and the Console is also empty
@PIat, you just advanced to level 1!
Can you share the command you used to start local studio?
I've shared it in the DMs!
@PIat
Thanks for sharing the command. It looks correct to me
Make sure you have these .env variables in bridge application
Ohhhh, and should I start the Studio from the folder when the
.env
file is located?you can use npx novu@latest dev command in any terminal
but application should have these env values loaded
Now it works ðŸ«
Glad it worked
Thank you so so much
I didn't know the CLI also needed those environment variables
The playground still doesn't connect to localhost:2022, but I'll just run the tests from the IDE
Novu Studio works as expected, but playground on the hosted instance does not
Since
localhost:2022
is something different on the VPSohh yes
playground will not work on self hosted version
I will share the feedback with team to turn this off in self host environment
Amazing, thank you so much