https://dagster.io/ logo
Title
p

peay

02/16/2023, 2:06 PM
Hello, I've upgraded to 1.1.18 and getting the following error in Dagit:
Operation name: ShouldShowNux

Message: [Errno 13] Permission denied: '/opt/dagster/dagster_home/.nux'

Path: ["shouldShowNux"]

Locations: [{"line":2,"column":3}]
Dagster is deployed using the Helm chart, and has the following mount:
/opt/dagster/dagster_home/dagster.yaml from dagster-instance (rw,path="dagster.yaml")
It also seems [it would not be displayed anyway as it is only shown on
localhost
](https://github.com/dagster-io/dagster/blob/master/js_modules/dagit/packages/app/src/NUX/CommunityNux.tsx#L27) -- but we get the GraphQL error anyway. Hence, indeed,
/opt/dagster/dagster_home/.nux
cannot be written. Is there a way to avoid this and disable the popup in the chart?
The Helm chart doesn't allow setting custom setting in
dagster.yaml
, so we can't set
nux: false
there either
o

owen

02/16/2023, 10:19 PM
hi! we're looking into this
p

peay

02/17/2023, 8:00 AM
thanks @owen, do you want me to open a GitHub issue to track it?
o

owen

02/17/2023, 5:31 PM
yeah that'd be great 🙏
p

peay

02/21/2023, 8:16 AM
@owen someone else opened an issue for it in the meantime: https://github.com/dagster-io/dagster/issues/12439. Would it make sense for the Helm chart to set
nux: false
no matter what? I can send a PR for that if that makes sense