I’m trying to deploy my Bokeh server based application but when I go to deploy, everything seems to go ok, but when it tries to run the command to start the server, I get the following error:
==> Starting service with ‘bokeh serve --show myapp’
ERROR: Path for Bokeh server application does not exist: /opt/render/project/src/myapp
I know in Pycharm I have to go up to the application parent directory to start the server so I’ve tried adding (cd … && bokeh serve --show myapp) to the start command but that didn’t solve the issue. Any suggestions for how to correct this? Thx