Using Long URLs, if you log in from the PROD screen you get a product not found screen. This is because the Product_Code is included in the Long URL and in global_account.mvt as a hidden input field for the login form. This causes a comma separated list of <product code>,<product_code> to be loaded on the PROD screen which does not exist.
Correcting the Issue
To make the update, without applying the latest release, you will need to update the code in User Interface -> Theme Components -> Content Sections -> global_account:
Current Behavior
Using Long URLs, if you log in from the PROD screen you get a product not found screen. This is because the
Product_Code
is included in the Long URL and inglobal_account.mvt
as a hidden input field for the login form. This causes a comma separated list of<product code>,<product_code>
to be loaded on the PROD screen which does not exist.Correcting the Issue
To make the update, without applying the latest release, you will need to update the code in
User Interface -> Theme Components -> Content Sections -> global_account
: