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

[graph] driveItems listing results in panic #7899

Closed
dschmidt opened this issue Dec 6, 2023 · 0 comments · Fixed by #8228
Closed

[graph] driveItems listing results in panic #7899

dschmidt opened this issue Dec 6, 2023 · 0 comments · Fixed by #8228
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug

Comments

@dschmidt
Copy link
Member

dschmidt commented Dec 6, 2023

Describe the bug

A clear and concise description of what the bug is.

Steps to reproduce

  1. Make sure there is at least one file in your personal space
  2. http --verify no --auth admin:admin GET 'https://localhost:9200/graph/v1.0/me/drive/root/children'
  3. 💥

Expected behavior

listing works

Actual behavior

502 Bad Gateway cause the handler panics in

parentRef.SetDriveType(res.Space.SpaceType)
because res.Space is nil

Setup

Please describe how you started the server and provide a list of relevant environment variables or configuration files.

OCIS_XXX=somevalue
OCIS_YYY=somevalue
PROXY_XXX=somevalue

Additional context

Add any other context about the problem here.

@dragonchaser dragonchaser added the Priority:p2-high Escalation, on top of current planning, release blocker label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants