SAMESITE_COOKIE_PRE_MX812 in Mendix 7.23. Running app in iframe.
0
Hi, I need to run my app in iframe, according to docs I need to setup SAMESITE_COOKIE_PRE_MX812 to true. https://docs.mendix.com/developerportal/deploy/environments-details#iframe But I have tried to do it in m2ee.yaml: custom_environment: SAMESITE_COOKIE_PRE_MX812: "true" and in javaopts: "-DSAMESITE_COOKIE_PRE_MX812=true" and none of this ways works. Is this because we are on mendix 7.23? Do you have any workoround, or do we have to upgrade our portal to >8?