You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
Getting all streams for a user should be GET <server>/streams.
Actual Behaviour
This fails with a 400 response ("Something went wrong.").
Adding ?omit=objects makes it work. Something goes wrong when it tries to include the objects in the stream list.
Affected Projects
Core, server.
Reproduction Steps & System Config (win, osx, web, etc.)
Proposed Solution (if any)
For now, adding ?omit=objects makes it work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Step 0:
Expected Behaviour
Getting all streams for a user should be GET
<server>/streams
.Actual Behaviour
This fails with a
400
response ("Something went wrong.").Adding
?omit=objects
makes it work. Something goes wrong when it tries to include the objects in the stream list.Affected Projects
Core, server.
Reproduction Steps & System Config (win, osx, web, etc.)
Proposed Solution (if any)
For now, adding
?omit=objects
makes it work.The text was updated successfully, but these errors were encountered: