Variable not set in live version?
Hello folks , I 'm setting a variable after in an API call on success . This works fine in the dev environment , but does not work in the live version . I 'm displaying the API result data (from which the variable is set ) as well as the variable value on screen . I can see the correct value from the API call and the variable is set correctly in the dev environment , but not in the live version . Has anyone seen similar behaviour ? β 1Auto -fetch executes server -side so it does not have access to session variables . problem now solved π Kudos to @Erik Beuschau π1