Why Isn't the Default "Hello World" Component Running?

This topic was automatically generated from Slack. You can find the original thread here.

I just tested the default hello world, still not running:

export default defineComponent({
async run({ steps, $ }) {
console.log(“Hello, World!”)
},
})

Hi , could you enable Support to access your workflow in the workflow settings and share your workflow url here?
I tried to reproduce your issue but it works find on my end