Skip to content

Commit 59b0a6c

Browse files
authored
Merge pull request #10111 from mendix/ctl-10.24.7
10.24.7 RNs
2 parents dc6b526 + 268321d commit 59b0a6c

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

  • content/en/docs
    • refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities
    • releasenotes/studio-pro/10

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/synchronize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you try to trigger another synchronization process while the synchronization
9191

9292
Such an error can be handled in the nanoflow from which the synchronization attempt was triggered using [error handlers](/refguide/error-handling-in-nanoflows/#errorhandlers-nano).
9393

94-
### Background Synchronization
94+
### Background Synchronization {#background-sync}
9595

9696
Avoid running synchronization processes in the background, such as scheduling periodic refreshes at fixed intervals. This approach can negatively impact application performance and may result in unclear or misleading error messages for users.
9797

content/en/docs/releasenotes/studio-pro/10/10.24.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ weight: 76
1010
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
1111
{{% /alert %}}
1212

13+
## 10.24.7 {#10247}
14+
15+
**Release date: September 19, 2025**
16+
17+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.7" text="Go to Marketplace" title="Download version 10.24.7 from the Marketplace" %}}
18+
19+
### Improvements
20+
21+
* When either the `X-Forwarded-Proto` or `X-Forwarded-Scheme` header is set to `http`, cookies will now be set without the `secure` attribute, even if the `ApplicationRootUrl` is set to a secure URL.
22+
23+
### Fixes
24+
25+
* We fixed an issue that could result in the error *Duplicate objects are not allowed* in the console log when synchronizing offline. Please note that the root cause of this issue is the use of background synchronization, which is [not recommended for offline apps](/refguide/synchronize/#background-sync). (Ticket 235130, 251202)
26+
* We fixed an issue in published OData services where requests that filtered based on associated data combined with 'and' would receive a response containing data that did not match the filter. (Ticket 241825)
27+
* We fixed an issue where retrieving from database in nanoflows failed when using many-to-many associations with XPath constraint going over an association. (Ticket 253996)
28+
* We fixed an issue where an expression could not be set when the number of available variables was too large, causing the variable list to expand and block access to the expression editor. (Ticket 254957)
29+
* We fixed an issue where an **Oops** pop-up window was displayed when the page variables button was clicked in structure mode for a page template. (Ticket 255394)
30+
* We fixed an issue where the combo box widget failed to render when the **Store** value is configured with a page or snippet variable. (Ticket 256493)
31+
* We fixed an error where apps would attempt to clear their local cache while developing locally when not running in a secure context (such as **localhost**). (Ticket 257026)
32+
* We fixed an issue where doing a hot reload while using the React client would lead the to deployment spinner spinning infinitely in some projects. (Tickets 257026, 257859)
33+
* We fixed an issue where a foreign key constraint violation in the database could result in a `NullPointerException`. (Ticket 258430)
34+
* We fixed an issue where some customers experienced problems logging into their native mobile apps after upgrading to Studio Pro 10.24. The app would enter an authentication loop and return the error: *Could not create a session because the server responded with 401 (Unauthorized)*. (Ticket 258696)
35+
* We fixed an issue where passing an empty enumeration value to a microflow executed in a task queue would cause the execution to fail. (Ticket 259170)
36+
* We fixed an issue where data grid action buttons with empty parameters would cause runtime errors when calling microflows.
37+
* We fixed an issue for export mappings where a user would clear a checkbox in the 'Select schema elements' tree structure, but not all children elements were deselected.
38+
* We fixed an issue where a *404 - file not found for file: .well-known%2Fappspecific%2Fcom.chrome.devtools.json* error was shown in the Studio Pro console when opening a React app in Chrome with dev tools open. This error was caused by Chrome's automatic workspace folders feature.
39+
* We fixed an issue with the client parser API where the `groups` option would also require the `places` option.
40+
* We fixed an issue where previous pages would not load in the React client after closing a page that was opened from a pop-up window.
41+
* We fixed an issue where a *Manifest: unknown 'display' value ignored* warning was shown in the browser console when opening a non-PWA React app.
42+
* We fixed an issue where pages with a mix of persistent and non-persistent entity parameters did not load properly the first time.
43+
* We fixed an issue affecting file saving which made named files appear untitled. Previewed file names now work as intended.
44+
1345
## 10.24.6 {#10246}
1446

1547
**Release date: September 11, 2025**

0 commit comments

Comments
 (0)