Results 5 comments of Mirko

Same issue here on arch linux, the proposed solution fixed the problem! Ty

> Maybe we can find a way to fix it ourself. So far I found out that the cert is created by setup/apk_parser.py. The certs are created from a file...

Maybe the missing piece is something like the `queryKey` in [TanStack Query](https://tanstack.com/query/latest/docs/framework/react/guides/query-invalidation), that could be added to the `QueryOptions` class. Some type of "tag" could also be added in the...

> Same issue as here #961 > Created a workaround by checking container health and restart, not great but at least no loss of functionality How did you did it?