It’s happening again, trying to publish something gets me nowhere - I do have an error in the browser’s console for a request to this URL:
https://graph.api.smartthings.com/ide/$%7Bg.createLink(action:%20'commitForm')%7D/30xxx
I obfuscated the actual app id using xxx
The decoded URL is:
https://graph.api.smartthings.com/ide/${g.createLink(action: 'commitForm')}/30xxx
and the response is 404 Not Found
Anyone else seeing the same?