This forum is now Read-Only. The Magento Community Forum is scheduled to close permanently on December 31, 2025. Please save any necessary information before this date. Join us on Slack for continued engagement!
generateCustomerToken API works fine and returns the token. But while using this token in other api like customerCart API it returns an error with message "The request is allowed for logged in customer". The token passed in header as bearer token.
The same magento code base in local works fine. Is there anything I am missing in server?
The application was migrated from a Plesk based server to EC2 Apache2 instance