Skip to content

Content not appearing after changing viewUrl #2645

Discussion options

You must be logged in to vote

This happens if the micro frontend app does not use Luigi Client. (See the second FAQ question here https://docs.luigi-project.io/docs/faq?section=ui-questions). You can either add Luigi Client to your micro frontend, or disable the loading indicator for your navigation node in the luigi-config.js, for example:

{ 
    pathSegment: 'one', 
    label: 'Child 1', 
    category:  'Section One,
    loadingIndicator: {
        enabled: false
    },
    viewUrl: 'https://example.com'
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexandra-simeonova
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