-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Panel serve: cannot set app as an index. #3208
Comments
I would like to be able to set an app as the index. This seems very natural. |
To be clear this is supported but I think you'd have to use |
Don't think so. If I pass a non-existing app panel serve will raise an error.
|
I think the validation logic is just not correctly implemented. I'm using the app as an index pattern successfully in a number of production applications. |
AFAICT this is not fixed in Panel v0.13.0. This won't work:
The only thing that works is:
If it is fixed, please update the docs and CLI help |
Thanks @mjmare! You are indeed correct, directory based apps are not supported right now. Could you open another issue? |
Done. |
Really appreciate it @mjmare! |
Of course. No prob. |
I tried to set a panel app as the index, like so:
This will generate this exception when accessing the app at http://localhost:5006:
Please see discussion here:
https://discourse.holoviz.org/t/cannot-set-panel-app-as-index-with-index-option/3202/2
The text was updated successfully, but these errors were encountered: