A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
I think I have found a bug with the IWarehouseRepository.
Currently there is no way to clear the cache.
If you want to get a list of warehouses:
This will get cached items.
Decompiling the source code: WarehouseRepositoryDatabase it clearly gets from the cache:
There is no public method on the interface to clear the cache or refresh it.