Replies: 1 comment 2 replies
-
Yes, setting start_server to False should solve the problem. Let me know if it doesn't. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Really like working with JustPy, especially for SPAs.
I have everything working locally and now I want to deploy it to the cloud. I followed the instructions given here https://justpy.io/reference/justpy/ and have a Dockerfile (excerpt below) to build an image and deploy to Google Cloud Run.
I have set
app = jp.app
I am seeing this stack trace when I deploy which makes me think that I need to set
start_server
to False while calling justpy. Am I understanding this correctly?Beta Was this translation helpful? Give feedback.
All reactions