Workspace blocked from publishing templates — INAPP-Mobile
ihshim523
HOBBYOP

a month ago

The INAPP-Mobile workspace I work from is currently blocked from publishing

templates. When I attempt to publish any template via the GraphQL

templatePublish mutation or the CLI (railway templates publish), the

response is:

"You have been blocked from publishing templates. Please reach out to the

team for more information."

This affects every template from the workspace, including the Keycloak

identity-provider template I'm trying to publish:

  • Workspace: INAPP-Mobile

  • Template code: 2sgNtW

  • Template id: ce5a38f6-628c-4e00-80b3-9bc3e4635d61

  • Linked project id: e9935190-1ce9-4884-9d28-a3ac22f1c26a

  • Current status: UNPUBLISHED (DRAFT)

  • Block error: returned for every publish attempt — dashboard, GraphQL,

    and CLI all surface the same message

The template and its source repo are clean and have been verified end-to-end

on a live project before I attempted to publish:

  • Source repo: INAPP-Mobile/keycloak on main — public GitHub repo,

    pinned to commit bfceb9d46b6ce44734a306278405bae292dd5a1d

  • Images (both upstream Docker Hub / Quay official):

    • postgres:16-alpine
    • keycloak/keycloak:26.6.4
  • Live verification: both services on the linked project deploy

    successfully and are healthy. Keycloak's /realms/master endpoint returns

    HTTP 200; postgres reports database system is ready to accept connections.

  • Icon: committed to the source repo, served via raw.githubusercontent.com

    (no scraped content, no third-party CDN dependency)

  • No scraping, mirroring, or unusual behavior — the template is a

    vanilla one-click deploy of an official upstream project

Could your team review the block on the INAPP-Mobile workspace and lift it

if possible? Once the block is lifted, the publish should succeed on the

first retry (verified that no fields were partially applied — the API

returned the error before mutating any state).

Currently, I've manually published the template on the dashboard, but publishing via API call has been blocked. Any advice would be appreciated.

Michael

Solved

1 Replies

Status changed to Awaiting Railway Response Railway about 1 month ago


sam-a
EMPLOYEE

a month ago

Hey Michael,

I don't thin there is actually a block on the INAPP-Mobile workspace. You hit a bug on our side that affects publish calls that omit the workspaceId field.

Include workspaceId in your templatePublish input and the publish should go through. The CLI doesn't let you pass this today, so use the API or the dashboard for now.

Sorry for the speed bump!


Status changed to Awaiting User Response Railway about 1 month ago


Status changed to Solved ihshim523 about 1 month ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...