Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions guides/multitenancy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ After adding multitenancy, Maven build should be used to generate the model rela
mvn install
```

:::warning Error message: 'Invalid MTX sidecar configuration'
If you get the message 'Invalid MTX sidecar configuration', you need to add the dependency to `@sap/cds-mtxs` also to the `package.json` in your project root.
This is a known issue in CDS 9.
:::

</div>

## Test-Drive Locally {#test-locally}
Expand Down