Studio Pro 11.9.1 on MacOS 14 - Modelling Editors dont open

0
My colleague uses a MacBook Air M1 with MacOS 14 for development. Studio Pro can be installed and started, but after creating a new app the main editor section shows the following error message:API with ID 'mendix.ApiAccessApi' does not exist locally and no remote provider was discovered within the configured timeoutPlease close and reopen this Ul component. If the issue persists, contact Mendix Support v Details@http://localhost:49883/component/component-framework/main.js:1:49948Looking at the log file shows the following problems:2026-04-22 09:18:09.1949 INFO Mendix.Modeler.Controls.WebBrowser.MacOS.WKWebViewWebBrowserHandler Created mac WebView2026-04-22 09:18:09.7074 ERROR lambda_method353 There was no listener registered for channel 'mendix.AppLanguageSettingsApi' within the specified timeout. See details for more information. - Studio Pro tried sending message 'activeLanguageChanged' to a component using channel mendix.AppLanguageSettingsApi. It has been more than 60 seconds since the first message has been sent to the same channel. However, the component has still not sent the MessageListenerRegistered message, which notifies Studio Pro that a listener for this channel has been registered. This usually results in a memory leak (as undelivered messages are getting queued), forcing us to close the channel until MessageListenerRegistered is received. But, it can also indicate that message listener gets registered late in the component lifecycle, while Studio Pro tries sending messages in the meantime. Please make sure that your component registers message listeners as soon as possible.That might be a timing issues because the MacBook is too slow. Some editors (property sidebar) work. Any ideas?
asked
0 answers