Skip to content
Discussion options

You must be logged in to vote

FYI, I manage to understand the issue. Listing items requires to find WorkspaceIds which used to work even if you weren't authenticated (it returned all workspaces). However it now returns an empty list of workspaces, which results in a 500 error in later calls.

To work around this issue you need to either:

  • Provide an explicit list of workspaceIds as HTTP parameter,
  • Provide Authorization HTTP header.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LouisAuneau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Related to the api
1 participant