Can't deploy Open WebUI
salictou
TRIALOP

a year ago

I can't seem to deploy an instance of Open WebUI on Railway. I'm using a temlapte that pulls the latest version from github. Firstly it was crashing after trying to fetch files, therefore I added a variable for Open WebUI to run in offline mode. It seems like it helped and the app starts printing a message "Uvicorn running on http://0.0.0.0:8080" but shortly after that the app crashes anyways. I'm attaching logs below:

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/volumeid

Starting Container

Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.

Generating WEBUI_SECRET_KEY

Loading WEBUI_SECRET_KEY from .webui_secret_key

/app/backend/open_webui

/app/backend

/app

Running migrations

INFO [alembic.runtime.migration] Context impl SQLiteImpl.

INFO [alembic.runtime.migration] Will assume non-transactional DDL.

INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry

INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry

INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/volumeid

Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.

Loading WEBUI_SECRET_KEY from .webui_secret_key

/app/backend/open_webui

/app/backend

/app

Running migrations

INFO [alembic.runtime.migration] Context impl SQLiteImpl.

INFO [alembic.runtime.migration] Will assume non-transactional DDL.

INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry

INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry

INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2

INFO: Started server process [1]

INFO: Waiting for application startup.

INFO: Application startup complete.

INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/volumeid

Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.

Loading WEBUI_SECRET_KEY from .webui_secret_key

/app/backend/open_webui

/app/backend

/app

Running migrations

INFO [alembic.runtime.migration] Context impl SQLiteImpl.

INFO [alembic.runtime.migration] Will assume non-transactional DDL.

INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry

INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry

INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2

INFO: Started server process [1]

INFO: Waiting for application startup.

INFO: Application startup complete.

INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

0 Replies

Welcome!

Sign in to your Railway account to join the conversation.

Loading...