-
Notifications
You must be signed in to change notification settings - Fork 10
shopping list never loads #99
Comments
Just checked the tandoor logs. Looks like the operation times out due to a header from upstream. |
Hi, is this always the case? Also if you have entries on the list? On my phone it only loads for some seconds if I don't have anything on the list. But after some seconds it finishs |
This is in all cases, on all devices and even when connecting directly to the server on the lan |
Do you have the same issue with the web version? |
Yes it does. Has done for years. My set up is using docker compose. Haven't deviated from the example file. And I have that running behind caddy. Here's the relevant log line
Looks like it's coming from nginx, so I tried removing that from the stack and trying again. That didn't fix the issue, nor did it provide any logs |
Is there a debug build/option of the app I could use to try to root out the issue? Something that prints logs somewhere? Maybe a quick guide on how to build locally added to the readme, so I could try and replicate this on my laptop. |
Do you also have the issue with the web version? When you say it times out it looks like a backend issue or setup issue rather than something with the frontend/app |
I know what you mean about this sounding like a backend issue, but I'm not getting it with the web app. On there, the shopping list loads fine. |
Looks like there's a difference between the api call from the web app and this app. Web uses If checked is set to anything other the null or false, the request times out. I'll raise a ticket over on the tandoor repo |
Apparently, this is a known issue that will ne resolved with the release of the vue3 project TandoorRecipes/recipes#3264 (comment) |
Bug Summary
I can never see my shopping list. Everything else loads fine, but the shopping list just shows the spinning circle for ever
Reproduction Steps
Log in to the app
Go to shopping list
Wait
Expected Results
Shopping list should load
Actual Results
Shopping list doesn't load
Checklist
The text was updated successfully, but these errors were encountered: