#GET requests hang on specific collection

1 messages · Page 1 of 1 (latest)

quiet stream
#

fetch("localhost:3000/api/pages/2") hangs
But fetch("localhost:3000/api/tenants/2") does not.

Both collections have access:{read:()=>true}

Why is this?
request get logged but for whatever reason doesnt return anything.

Any ideas would be welcomed

quiet stream
#

depth=1 on request fixed the problem. Seems like it was entering an infinite loop while doing the lookup.