I am upgraded the Magento 2 from 2.4.3-p3 to 2.4.5.
Steps followed In Local Instance:
- Install the fresh Magento 2.4.5 Version
- Installed the custom implemented module (Disabled some module which faced the issue)
- Installed all the 3-rd party modules (Disabled some module which faced issue)
- Installed the 3-rd party theme (Disabled some views which faced issue)
- Create a category
- Added a product
- Checkout completed successfully for the registered customer.
Steps followed In Staging Server:
- Updated the Composer.json to upgrade Magento 2.4.5
- Disabled the module which i disabled in my local instance
- Disabled the theme which i disabled in my local instance
But still getting the “Current Customer Does Not Have An Active Cart” on staging server.
Need your input/idea suggestion to fix the issue