Skip to content

Sub-applications cannot be displayed properly #4145

Answered by hardl
JinHe-PerkinElmer asked this question in Q&A
Discussion options

You must be logged in to vote

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:

{
      pathSegment: 'statistic',
      label: 'Statistic',
      icon: 'paper-plane',
      viewUrl: '//localhost:8000/',
      virtualTree: true,
      loadingIndicator: {
            enabled: false
      }
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hardl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4143 on February 13, 2025 14:13.