-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
type:bugSomething isn't workingSomething isn't working
Description
simcore/services/dynamic/jupyter-math 2.0.8
Long story short
During development, if the folder validation
(which contains the folders inputs
, outputs
, and workspace
) needs to be deleted and re-generated for some reason, it is generated by root with no write permission for normal users. It is then not possible to create and save new files in the main work directory (workspace
) or the input/output folders.
This is fixed by simply sudo chmod gua+w validation/[folder]/
but can give an extra headache when not known by the developer.
This also affects all "down-stream" services, i.e. other Jupyter Lab services that use Jupyter Math as template.
It is not high priority but it ought to get fixed, if possible, in the auto-generation of the validation
folder. Thank you.
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't workingSomething isn't working