holoviz/lumen

CATALOG_DIR incorrect when multiple apps are deployed together

maximlt opened this issue · 2 comments

When deploying multiple apps like the examples with lumen serve */*.yml it looks like the CATALOG_DIR environment variable is set to the last deployed app, and as such will break

This is the error I got while trying to deploy the examples:

 OSError: /Users/mliquet/work/dev/lumen/examples/seattle/data/SRLCC_*_Precip_*.csv resolved to no files

The files are those of the precip example but the expanded CATALOG_DIR - the first part in the path - is the one of the seattle example, which is the last example in the alphabetical order.

Can no longer reproduce this, it was likely a consequence of the root not being set correctly.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.