Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ If the host app uses CSP, make sure its policy allows JavaScript to load from th

Cross-site cookies must be enabled in the browser when the Mendix application is hosted on a different domain from the host application.

## Known Issues

### Optional Parameters

Omitting a parameter that is marked as optional from the `parameters` object will result in the fallback page being shown instead of the default value being passed.

## Read More

* [Mendix Client](/refguide/mendix-client/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ For the full `render()` API, see [Embedding the Client](/refguide/mendix-client/
## Known Limitations (Beta)

* **Authentication pop-up:** During Beta, the Teamcenter Connector SSO flow opens a pop-up window. This can be automated to require zero additional clicks after the user is already authenticated with TcSS.
* **Optional parameters fallback:** If an optional startup parameter is omitted, the embedded client shows the fallback page rather than using the parameter's default value. This is a known issue with the embedded client. See [Embedding the Client](/refguide/mendix-client/embedding-the-client/).

## Read More

Expand Down
4 changes: 3 additions & 1 deletion content/en/docs/releasenotes/studio-pro/11/11.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ weight: 88
### Improvements

- Maia now receives detailed information about errors inside microflow expressions it generates, so it can correct them more accurately.
- Embedded applications now support optional parameters for the home page and home microflow.
- <a id="embed-optional-params"></a>Embedded applications now support optional parameters for the home page and home microflow.

### Fixes

Expand Down Expand Up @@ -216,6 +216,8 @@ CDC can be used with the Mendix Event Broker or with a Bring Your Own Kafka (BYO
* Workaround: Click **New Chat** to restore reasoning and caching. Note that **New Chat** is only available when the chat is not empty.
* The **Skills** button in Maia Chat is not visible after adding skills via Maia. It becomes visible only after restarting the app, closing the project, or starting a new chat.
* Workaround: Click **New Chat** to make the Skills button appear without requiring a full restart. Note that **New Chat** is only available when the chat is not empty.
* In an [embedded navigation profile](/refguide/mendix-client/embedding-the-client/), omitting a parameter that is marked as optional from the `parameters` object will result in the fallback page being shown instead of the default value being passed.
* Added in [11.12.1](#embed-optional-params)
* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
* When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities.
* When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error.
Expand Down