This application requires cookies to be enabled error while trying to launch Mendix app using teamcenter weblink url or iframe tag url.

0
Hello eaveryone,   I am facing "This application requires cookies to be enabled" error while accessing mendix url through teamcenter weblink or throgh iframe tag   can someone help to resolve this issue.   Note: Teamcenter version tc2506/file?guid=19703248380866809
asked
1 answers
0

Hi,

 

You're not giving enough details about your architecture, iframing is directly depending on your network configuration. Are you using a common domain, or completely different URLs ? Are you deploying on prem, or in Mendix Cloud.

 

However, here are some useful information about iframing.

 

If you are fully on prem, you should have a look to this module : Mendix Marketplace - iFrame Mendix in Teamcenter AWC

 

If either Teamcenter or Mendix is in the cloud, you should read :

 

Below are some screenshots related to what you will read with above links.

SameSite (requires an HTTPS connection)

      com.mendix.core.SameSiteCookies  =  None

See pictures in Studio Pro and in Mendix Cloud console.

SameSiteCookie__StudioPro.pngSameSiteCookie__MendixCloud.png 

 

 

 

If you don't have a common domain, 

 

CrossOrigin_Headers1.png

CrossOrigin_Headers2.png

CrossOrigin_Headers3.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

answered