Problem "Your session has expired" when click on add to cart in magento 2.3

cpujjwal

Member
XNullUser
Joined
Feb 3, 2022
Messages
31
Reaction score
3
Points
8
NullCash
8
UPDATE `core_config_data` SET `value` = 'http://127.0.0.1/my/clothes/' WHERE `core_config_data`.`path` = 'web/unsecure/base_url';

UPDATE `core_config_data` SET `value` = 'http://127.0.0.1/my/clothes/' WHERE `core_config_data`.`path` = 'web/secure/base_url';

after that run command in your terminal

php bin/magento cache:clean
 
Top