Skip to content

Commit 003215a

Browse files
authored
Merge pull request mendix#9018 from mendix/RoelandSalij-patch-2
Update mendix-ai-assistance/_index.md
2 parents f631c91 + e1f03f5 commit 003215a

75 files changed

Lines changed: 796 additions & 120 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,11 @@ An object with the following key-value pairs:
399399

400400
| HTTP Status | Error code | Description |
401401
| --- | --- | --- |
402+
| 200 | ALREADY_STARTED | Cannot start app. App is already running. |
402403
| 400 | INVALID_APPID | Invalid AppId |
403404
| 404 | APP_NOT_FOUND | App not found |
404405
| 500 | NO_MDA_HAS_BEEN_DEPLOYED | Cannot start app. There is no MDA deployed. |
405406
| 500 | APP_ALREADY_HAS_A_STARTING_JOB | Cannot start app. There is already a starting job id found. |
406-
| 500 | ALREADY_STARTED | Cannot start app. App is already running. |
407407

408408
##### Example Output
409409

content/en/docs/appstore/use-content/platform-supported-content/modules/SAML/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,4 +599,4 @@ Your SAML IdP can consume the following endpoints at your app. Typically the SP-
599599
{{% alert color="info" %}}You must log into the Mendix Platform to see the lecture above.{{% /alert %}}
600600
* [Advanced configuration for SAML](/appstore/modules/saml/advanced-configuration/)
601601
* [Reference Guide for SAML IdP Configuration](/appstore/modules/saml/idp-attributes/)
602-
* [OIDC SSO](/appstore/modules/oidc/)
602+
* [OIDC SSO](/appstore/modules/oidc/)

content/en/docs/appstore/use-content/platform-supported-content/modules/SAML/advanced_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ If you are using a custom URL, see [How Do I Get my SAML Metadata or CommunityCo
6060
## Read More
6161

6262
* [OIDC SSO](/appstore/modules/oidc/)
63-
* [Reference Guide for SAML IdP Configuration](/appstore/modules/saml/idp-attributes/)
63+
* [Reference Guide for SAML IdP Configuration](/appstore/modules/saml/idp-attributes/)

content/en/docs/appstore/use-content/platform-supported-content/modules/SAML/idp_attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ For information, see the [User Provisioning](/appstore/modules/saml/#user-provis
201201
## Read More
202202

203203
* [SAML](/appstore/modules/saml/)
204-
* [Advanced configuration for SAML](/appstore/modules/saml/advanced-configuration/)
204+
* [Advanced configuration for SAML](/appstore/modules/saml/advanced-configuration/)

content/en/docs/appstore/use-content/platform-supported-content/modules/aws/amazon-bedrock.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ You must have the latest [GenAI Commons](/appstore/modules/genai/commons/) versi
3131

3232
To ensure that your app can connect to Bedrock, you must also install and configure the [Encryption module](/appstore/modules/encryption/#configuration).
3333

34-
3534
### Licensing and Cost
3635

3736
This connector is available as a free download from the Mendix Marketplace, but the AWS service to which is connects may incur a usage cost. For more information, refer to AWS documentation.
@@ -118,7 +117,7 @@ To build a simple microflow that uses the ChatCompletions operation to send a si
118117
2. Create a new microflow and name it, for example, *AmazonBedrockChatCompletions*.
119118
3. Add a **Microflow call** from the **Toolbox** and choose microflow *AmazonBedrockConnector.BedrockDeployedModel_Get*
120119
4. Double-click it to configure its parameters.
121-
1. For the **ModelID** parameter, enter the model id of the LLM you want to send a message to. The model id of Claude 3.5 Sonnet is *anthropic.claude-3-5-sonnet-20240620-v1:0*.
120+
1. For the **ModelID** parameter, enter the model id of the LLM you want to send a message to. The model id of Claude 3.5 Sonnet is *anthropic.claude-3-5-sonnet-20240620-v1:0*.
122121
2. Click **OK**.
123122
5. In the **Toolbox**, search for the **Chat Completions (without history)** activity in the *GenAI (Generate)* and drag it onto your microflow.
124123
6. Double click on the activity to see its parameters.

content/en/docs/appstore/use-content/platform-supported-content/modules/database-connector-mx10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ Execute queries as you would with supported databases, and retrieve responses in
255255

256256
{{% alert color="info" %}}
257257
By default, autocommit is set to false for design time queries.
258-
{{% /alert %}}
258+
{{% /alert %}}

content/en/docs/appstore/use-content/platform-supported-content/modules/mobile-sso.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ When you are building the native mobile app using **Build Native Mobile App** op
150150

151151
The following subsections show how to configure your *Entra ID or Okta IdP*:
152152

153-
#### Configuring IdP for Entra ID
153+
#### Configuring IdP for Entra ID {#idp-for-intra}
154154

155155
1. On the [Microsoft Entra ID](https://portal.azure.com/#home) portal, select **App Registrations**.
156156
2. Click **New registration**, provide required information, and click **Register**.
@@ -255,7 +255,7 @@ The following subsections show how to configure your *Entra ID or Okta IdP*:
255255
1. Add the required scopes such as, `openid`, `profile`, and `email`.
256256
1. Save the configuration and you can login into the application using Okta SSO.
257257

258-
## Testing and Troubleshooting
258+
## Testing
259259

260260
### IdP Integration
261261

@@ -265,6 +265,12 @@ After adding the IdP details to the web page, the IdP sign in tab is visible on
265265

266266
Click **IdP login** to redirect to the IdP sign in page. After successful authentication, you will be directed to the user landing page, indicating successful integration of the Mobile SSO module.
267267

268+
## Troubleshooting
269+
268270
### Sign-in Failure Error
269271

270272
When tryin to sign in multiple times, you may receive a sign-in failure error message. To resolve this error, check your network connection and try signing in again.
273+
274+
### 401 Error
275+
276+
If you encounter a 401 error, follow the process described in the [Configuring IdP for Entra ID](#idp-for-intra) section above for applications deployed using the **Build Native Mobile App**.

content/en/docs/appstore/use-content/platform-supported-content/modules/oidc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ If you are configuring navigation for web/responsive apps and want to allow your
252252

253253
In addition, administrators will need to have access to configure OIDC and also manage end-users. You can do this by including the pages `Administration.Account_Overview` and `OIDC.OIDC_Client_Overview` into the app navigation, or a separate administration page.
254254

255+
If you are testing phone web and phone web offline locally, use the URLs `http://localhost:8080/?profile=Phone` and
256+
`http://localhost:8080/?profile=PhoneOffline`, respectively. For more information, see the [Example of profile selection](/refguide/mobile/introduction-to-mobile-technologies/progressive-web-app/#example-of-profile-selection) section of *Progressive Web App*.
257+
255258
### Setting Encryption Key
256259

257260
Follow the instructions to [set an encryption key in the Encryption module](/appstore/modules/encryption/#configuration). The constant to set is called `Encryption.EncryptionKey` and should be a random value 32 characters long. This key will be used to encrypt and decrypt values.

content/en/docs/community-tools/mendix-exams/manage-exam-seats.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ In the **Invited Students** section, you can check the status of the invitations
5555

5656
An invitation can have one of the following statuses:
5757

58-
- **NOT ACCEPTED YET**: The student has not accepted the invitation. You can still [remind the student](#remind-student) or [withdraw the invitation](#withdraw-invitation).
59-
- **REGISTERED**: The student has registered but has not yet completed the exam.
60-
- **UNDISCLOSED**: The student has taken the exam but has not shared the result. A student can choose not to share the result with the exam admin when they register for the exam.
61-
- **CERTIFIED**: The student has passed the exam and is certified.
62-
- **FAILED**: The student has taken the exam and failed.
58+
* **NOT ACCEPTED YET**: The student has not accepted the invitation. You can still [remind the student](#remind-student) or [withdraw the invitation](#withdraw-invitation).
59+
* **REGISTERED**: The student has registered but has not yet completed the exam.
60+
* **UNDISCLOSED**: The student has taken the exam but has not shared the result. A student can choose not to share the result with the exam admin when they register for the exam.
61+
* **CERTIFIED**: The student has passed the exam and is certified.
62+
* **FAILED**: The student has taken the exam and failed.
6363

6464
### Reminding Students to Accept an Invitation {#remind-student}
6565

content/en/docs/deployment/mendix-cloud-deploy/backups/restore-backup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ This folder contains the *db.backup* file, which is a PostgreSQL dump file creat
163163
If the dump does not use the custom format, then the restore will fail.
164164

165165
The dump must be created with `pg_dump` version 1.14 or below, which is currently bundled with PostgreSQL 13, 14, and 15. If it is created with a later version, then the upload will fail.
166+
167+
You can find the exact version of PostgreSQL each environment of your application is using on the [General](/developerportal/deploy/environments-details/#general-tab) tab of each environment's **Environment Details** page.
166168
{{% /alert %}}
167169

168170
#### tree Folder{#tree-folder}

0 commit comments

Comments
 (0)