Skip to content
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

ShouldShowNux permission denied graphql error in dagit (1.1.19) deployed through helm #12439

Closed
manthena-aravind opened this issue Feb 21, 2023 · 3 comments
Labels
type: bug Something isn't working

Comments

@manthena-aravind
Copy link

Dagster version

1.1.19

What's the issue?

I have upgraded dagster to 1.1.19 using helm chart and am getting below error in dagit while loading user code repositories.

"
Operation name: ShouldShowNux
Message: [Errno 13] Permission denied: '/opt/dagster/dagster_home/.nux'
Path: ["shouldShowNux"]
Locations: [{"line":2,"column":3}]
"

image

What did you expect to happen?

No response

How to reproduce?

go to dagster user code definitions in dagit and try to reload any user code repo.

Deployment type

Dagster Helm chart

Deployment details

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@manthena-aravind manthena-aravind added the type: bug Something isn't working label Feb 21, 2023
@peay
Copy link
Contributor

peay commented Feb 23, 2023

@OwenKephart would it make sense to set nux: false in the YAML configuration deployed by the Helm chart? The popup is not to be displayed outside of localhost anyway. I can send a PR if that makes sense.

@Ramshackle-Jamathon
Copy link
Contributor

Ramshackle-Jamathon commented Feb 24, 2023

👍 @peay yes OSS dagit shouldn't be querying for cloud NUX information

@Ramshackle-Jamathon
Copy link
Contributor

this was fixed by #12477 and released in 1.1.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants