Replies: 1 comment
-
Recently ran into this any solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on updating an old Payload 1 admin panel to version 3 and am seeing a discrepancy in the way that the global collections api is working on responding to requests. The old version of the panel, up until and including Payload 2 would return me the actual document details for relationship field according to depth and maxdepth specified correctly, the newer payload 3 does not do this. It fails to return to me any of the document details that i expect.
This is from payload v2 for the same global collection with a depth of 1:
The same code in payload v3 gives me a shallower response without the actual page details:
Anyone that has any idea why this is happening? Initially I thought it would just be to do with the depth or max depth but that does not seem to change anything?
Beta Was this translation helpful? Give feedback.
All reactions