We are not able to run mendix apps on our Industrial Edge platform and leverage the reverse proxy server on Edge device provided by the platform. This means we cannot leverage the automatic certificate management and user management and remote access of the IE Platform. Which is all important for security of the platform and scalability of the platform and the Mendix on Edge solution.
The core issue is that Mendix does not support routing beyond the application root URL.
for example to support
http://10.23.1.21/path-where-mendix-app-is-availalble/login.html
http://dns-name.local/path-where-mendix-app-is-availalble/login.html
http://dns-name.local/path-where-mendix-app-is-availalble/login.html
https://portal.edge.siemens.com/somepath/login.html
Basicaly when you access url https://portal.edge.siemens.com/somepath/ then a login page is opened. and all paths are then relative.
related to Support request #142627
Hey Ondrej,
with Mendix Studio Version 10.2.0 (Release date: August 29, 2023) Mendix supports nested URLs.
Quote from Release Notes:
”Improvements
We added support for running Mendix apps on nested URL paths (for example, ` https://example.com/nested/path/mendix-app`).”