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
For information, it's not the same problem with this ticket : #27
In our case, it's because we have more than 7000 retailers.
Preconditions
Magento Version : CE 2.3.2
Module Retailer Offer Version : 1.5.1
Environment : Developer & Production
Third party modules :
Smile_ElasticSuite
Smile_Backend
Smile_Dataflow
Smile_Map
Smile_Offer
Smile_Retailer
Smile_Retailer_Offer
Smile_Seller
Smile_Store_Locator
Steps to reproduce
Create more than 5000 retailers
Go to Retailer Offers List page Or New Retailer Offer page
Expected result
The retailer offer page is loaded
Actual result
The retailer offer list&create page are blocked
Origin of the problem
The module load all retailers and send them in json.
After dom ready, the js get this list and create a select input with all the retailers like options, that's what creates the problem.
The text was updated successfully, but these errors were encountered:
For information, it's not the same problem with this ticket :
#27
In our case, it's because we have more than 7000 retailers.
Preconditions
Magento Version : CE 2.3.2
Module Retailer Offer Version : 1.5.1
Environment : Developer & Production
Third party modules :
Smile_ElasticSuite
Smile_Backend
Smile_Dataflow
Smile_Map
Smile_Offer
Smile_Retailer
Smile_Retailer_Offer
Smile_Seller
Smile_Store_Locator
Steps to reproduce
Expected result
Actual result
Origin of the problem
The module load all retailers and send them in json.
After dom ready, the js get this list and create a select input with all the retailers like options, that's what creates the problem.
The text was updated successfully, but these errors were encountered: