Is it possible somehow to not set one app as default? When I try, the app stops working and crashes the browser. I'm trying to display four different apps on one page, and setting one as default app means the browser defaults to that route, which means apps that have anything else than "/** " in the matchRoute entry don't get displayed. I could of course just change the matchRoute entry of that app to "/**" to make it display on the page, but that messes with the path to the assets of the app, so it gets displayed incomplete.
Is there any way around this?
Is it possible somehow to not set one app as default? When I try, the app stops working and crashes the browser. I'm trying to display four different apps on one page, and setting one as default app means the browser defaults to that route, which means apps that have anything else than "/** " in the matchRoute entry don't get displayed. I could of course just change the matchRoute entry of that app to "/**" to make it display on the page, but that messes with the path to the assets of the app, so it gets displayed incomplete.
Is there any way around this?