I am trying to publish a panel app, using the “Save & Publish“ button. For testing purpose, I have made the most simple panel app as possible.
As soon as I click publish, the button changes to “Retry”. No error is shown and no app is created.
I tried different kernels, but the behaviour is always the same (using conda-env-anaconda-ai-2024.04-py310-py
by default).
If I go to My Apps, no apps of mine are listed (only the Featured Examples are shown).
Does anyone know what the issue could be?
Now it does work.
I can publish and run an app. Must have been a temporary issue, I guess.
Unfortunately, I now have a second problem.
Whenever I try to publish an app that reads data from a CSV file, the published Panel app only shows a blank output. In preview mode, the data displays correctly.
There is no error or log output from the app.
If I test with a notebook that contains the data directly, the published app works as expected.
Are there any special considerations when working with data files and publishing apps?
Thanks for any help.