Cant login to Mendix Application when it is deployed in an Industrial Edge Device
0
I am currently facing the issue, that I've developed an application and tested it locally on my development environment. When I am deploying it on an Industrial Edge Device the MxAdmin User is not authorized to access any resources. When clicking on Sign In it jsut reloads the page, and the console prints that I am unauthorized. Do you know what I am doing wrong? The MxAdmin user on my local instance works fine. The logs don't hint me in any direction. I've replaced the placeholder <BASE64 ENCODED VALUE> with my certificate chain of the Edge Device, as described in the manual. version: '2.4' services: mendix: image: mendix:latest volumes: - './publish/:/publish/' - './cfg-data/:/cfg-data/' environment: MXRUNTIME_DatabaseType: MySQL MXRUNTIME_DatabaseUserName: mendix MXRUNTIME_DatabasePassword: mendix MXRUNTIME_DatabaseName: mendix MXRUNTIME_DatabasePort: 3306 MXRUNTIME_DatabaseHost: mysql ADMIN_PASSWORD: Mendix123456@ CERTIFICATE_AUTHORITIES_BASE64: >- <BASE64 ENCODED VALUE> ports: - '60000:8080' networks: - proxy-redirect mem_limit: 1gb depends_on: - mysql mysql: image: mysql:5.7 environment: MYSQL_ROOT_PASSWORD: Mendix1234! MYSQL_DATABASE: mendix MYSQL_USER: mendix MYSQL_PASSWORD: mendix volumes: - './publish/:/publish/' - './cfg-data/:/cfg-data/' - mysql-data:/var/lib/mysql mem_limit: 600mb networks: - proxy-redirect volumes: mysql-data: networks: proxy-redirect: external: true name: proxy-redirect { "mendix": [{ "name": "mendix", "protocol": "HTTP", "port": "8080", "headers": "{}", "rewriteTarget": "/", "subPath": "", "isSecureRedirection": false }] }
asked
Tomislav Romic
1 answers
0
Hello Tomislav,
Which version of the Studio Pro are you using? Make sure you are using MTS versions as stated here: