Can't publish template

I'm trying to publish a template, pressing the "publish" button shows the following error.

Below is the only variable I have defined for this template:

"variables": {
    "PASSWORD": {
        "isOptional": false,
        "description": "Password to access the `/download` endpoint",
        "defaultValue": "${{secret(32)}}"
    }
}

10 Replies

N/A


2 years ago

can you link to the template?



2 years ago

can you try creating a new template from scratch?


alright, tried to create a new template, but same error when trying to publish https://railway.app/template/igq6yW


when I deploy the template in a new project, it works fine and create the variable correctly


2 years ago

interesting, I'll try to reproduce


The only additional thing I did, is adding a public networking HTTP


2 years ago

okay we now have a ticket open for this, ill update when thats solved


2 years ago

this should be fixed


Loading...