-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue deploying modular apps #1768
Comments
Could you clarify what you mean by "deployed using shinylive locally"?
For Posit Connect Cloud, I can get your app to deploy if I create a uvx --from rsconnect-python --with shiny -p 3.12 rsconnect write-manifest shiny app/ After that the app deployed to Posit Connect Cloud. (I'll be sharing this issue with the Connect Cloud team since it seems less-than-ideal that the Edit: If you run |
By "deployed using shinylive locally" I meant executing:
I specied python 3.12 because I have multiple python vesions in my pc, and the result is:
Which evidentiate that the structure is properly exported but for some reason modules folder doesn't get recognized as a module even though it has init.py in it |
Hello I am giving a try to shiny for python and shinylive for python and have found some issues when deploying modular apps. I have created the following app as an example, you can see that is properly deployed to gh-pages when using shinylive, and is also woeking properly when clicking on the run button at Positron. The issue comes when I try to deployed using shinylive locally or as is in Posit Connect cloud. In both cases I receive the same error message:
The text was updated successfully, but these errors were encountered: