Is there anybody else who has self hosted plasmic and is able to work on any project (don’t see blank white screen) ?
can you provide a screenshare of what you’re noticing? I’m not self hosting but I might be able to notice something
It happens for me sometimes and removing all local/session/cache data helps
https://github.com/plasmicapp/plasmic/issues/115
Can anyone look at this issue, I have created it on GitHub with screenshots and my investigation
Can you also show your console.log
for this issue?
How are you running the application? Is this localhost
?
Can you try changing the homepage
in platform/wab/package.json
for you specific server?
Does it work fine when running on localhost?
@icaro, just to make clear, I am serving the build using nginx and my “yarn backend” is running on port localhost:3004.
I have proxied any request on /api to localhost:3004
Can you check the network tab too to see if there is any failed requests
We will be investigating the issue. We haven’t really tested the open-source for “production” builds, only local development
We will ping here or the github issue if we find out anything