Hello, I've upgraded to 1.1.18 and getting the fol...
# ask-community
p
Hello, I've upgraded to 1.1.18 and getting the following error in Dagit:
Copy code
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:
Copy code
/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
hi! we're looking into this
p
thanks @owen, do you want me to open a GitHub issue to track it?
o
yeah that'd be great 🙏
p
@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