Sub-applications cannot be displayed properly #4145
-
Description I am currently researching micro frontend frameworks and downloaded the official react example of luigi(https://github.com/SAP/luigi/tree/main/core/examples/luigi-example-react). When I tried to integrate another SPA application( This is the configuration I added in the
In other words, how should I integrate multiple applications into the main application? Expected result Display the sub-application properly. Actual result Steps to reproduce Troubleshooting |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @JinHe-PerkinElmer ,
|
Beta Was this translation helpful? Give feedback.
-
Yes you are right. It works. |
Beta Was this translation helpful? Give feedback.
Hi @JinHe-PerkinElmer ,
I assume you don't have luigi-client present in your sub-application. Therefore the handshake-code doesn't get initiated.
If it is your intention to not use luigi-client (i.e. not making use of client/core interaction features), you can disable handshake check by adding the loadingIndicator prop to your node config: