You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Internal cache for channelservice (allChannels) refresh/findAll uses the default query limit of the API/Shop API instead of being unlimited. (default 1000)
To Reproduce
Create a multi channel site with over 1000+ channels.
On the admin page by selecting the channel that it is not in this 1k channel, the vendure triggers a CHANNEL-NOT-FOUND exception
Expected behavior
Should find it and the limit for the cached allChannels should be independent from the API query limite
Environment (please complete the following information):
@vendure/core version: 2.0.1
Nodejs version 18.16
Database (mysql/postgres etc): postgres
The text was updated successfully, but these errors were encountered:
Describe the bug
Internal cache for channelservice (allChannels) refresh/findAll uses the default query limit of the API/Shop API instead of being unlimited. (default 1000)
To Reproduce
Create a multi channel site with over 1000+ channels.
On the admin page by selecting the channel that it is not in this 1k channel, the vendure triggers a CHANNEL-NOT-FOUND exception
Expected behavior
Should find it and the limit for the cached allChannels should be independent from the API query limite
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: