Closed anytimesoon closed 2 months ago
yes, thanks for the report, it is because it returns to much, I am pretty sure we already fixed this on the vue3 branch by moving all endpoints to paginated endpoints which should no longer overload the server. More optimization is probably required but this should suffice for now.
Tandoor Version
1.5.18
Setup
Docker / Docker-Compose
Reverse Proxy
Caddy
Other
No response
Bug description
I first noticed this when trying to use the untare app, which uses the
/api/shopping-list-entry/
endpoint with the param?checked=recent
. It spins forever and never loads. The web app uses the endpoint with no params, and it works like a charm.I have tried with the following options:
I'm not super sure what's going on. It looks like the request take a little too long, and nginx times it out.
Relevant logs