This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

[BUG] JSON.parse runs when typing new json into http.core headers fields

When using the extreme workflow composer, if you add the core.http action and attempt to type into the headers field the page errors out because it is no longer parsable json. This error should be caught and displayed as text under the field to alert the user its not valid json yet.

Can you share more detail of what exactly you were trying to do so we can reproduce it?

Yes. I literally just dropped the http.core action into the workflow, and then tried to type the following in the headers input: {“X-Auth”: “a token here”}

The default value in the headers field is {}. As soon as I hit backspace to delete the right bracket. The parse error occurs, crashing the page, because a single left bracket is invalid json