Hello!
I am trying to run a scaffolder template that my team has created with a couple of custom actions. Our Backstage instance is running in a Docker container.
Running locally with yarn dev, the scaffolder template works exactly as I'd expect. Attempting to run the scaffolder template in the deployed instance however fails with no error output whatsoever. In the backend logs I can see the POST to the /tasks endpoint to create a new task, but there are no errors.
The task screen stays on "Loading..." with no output, and in the task list in the scaffolder it shows the task as failed.
I'm not sure where to go from here - are there explicit permissions that need to be given in the Docker container?