kofigumbs/multi

Broken in macOS 14.0 (Sonoma) public beta

Closed this issue · 5 comments

Got Expecting an OBJECT FIELD named "tabs" in an empty setting window(see attachment) when opening a Multi app.
The app was working in macOS 13 (Ventura)

macOS: 14.0 Beta (23A5286i)
Screenshot 2023-07-16 at 1 39 49 PM

This doesn't seem related to the macOS version. The config in your picture is invalid since it doesn't have a "tabs" field. You need to have a valid JSON config in order to create an ap.

@kofigumbs That seems to be part of the problem. If I look into <path-to-my>.app/Contents/Resources/config.json, the config seems correct (and looks like this):

{
  "tabs": [
    {
      "title": "<my>",
      "url": "https://<app>.com"
    }
  ]
}

Ahh gotcha, I misunderstood.

Could you please try recreating your app in v3.0.0 and let me know if the issue persists?

  • Download/install the new release
  • Recreate the app, by opening it's Preferences and hitting save (or by running create-mac-app as described in the README)

Issue is resolved after recreating new apps with v3.0.0 Thanks @kofigumbs! ❤️