Skip to content

Commit f894a99

Browse files
committed
upload RNs
1 parent b19a365 commit f894a99

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/10

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@ 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 ____, 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. But note that the root-cause of this issue is that background synchronization is used, which is not supported in offline apps. (Ticket 235130, 251202)
26+
- We fixed 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 dialog 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+
- Fixed an error where the app would attempt to clear the local cache while developing locally when not running in a secure context (such as localhost). (Ticket 257026)
32+
- 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 datagrid action buttons with empty parameters would cause runtime errors when calling microflows.
37+
- We fixed an issue for Export Mappings where a user would uncheck a checkbox in the 'Select schema elements' tree structure, but not all children elements were unchecked.
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+
- 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 popup.
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 on the first time.
43+
1344
## 10.24.6 {#10246}
1445

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

0 commit comments

Comments
 (0)