Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
What do you need help with?
Hi everyone!
I’m running a self-hosted instance of Baserow v1.30.1 on Railway. I have a valid Premium/Enterprise license and have added the following environment variables in Railway’s “Variables” tab:
After redeploying, everything boots up without error, but I still don’t see the “AI Prompt” option when adding a new column in any of my tables. Here’s what I’ve already confirmed:
Baserow Docker Image: I’m pulling the Premium/Enterprise image (not the community one).
License Key: Set correctly and recognized (no log errors about invalid license).
OpenAI API Key: Double-checked the key and usage. No errors in the logs about OpenAI.
Version: Definitely on 1.30.1.
Redeploy: I’ve restarted/redeployed after every environment variable change.
Despite all this, the “AI Prompt” column type still doesn’t show up.
Hey @faircoj2, normally, even if you don’t have an active license, the AI field should be visible, but locked, like in the screenshot below. If you don’t see it at all, it can be because you’re not running the latest version, or because the premium/enterprise code has been disabled completely.
Would you mind double-checking which version you’re running by visiting http://YOUR_DOMAIN/api/redoc/. The version of the backend will be listed at the top of the screen.
Why do you have the BASEROW_LICENSE, BASEROW_EXPERIMENTAL_SETTINGS__OPENAI_API_KEY, and BASEROW_EXPERIMENTAL_SETTINGS__AI_ENABLED environment variables configured? If these environment variables are passed directly into Baserow, then they won’t do anything because they don’t exist. All variables can be found here Configuring Baserow. Your license can be registered through the web-frontend by going to https://YOUR_DOMAIN/admin/licenses.
There is no separate image for the premium/enterprise version. Or at least not an official one that we offer. We only offer images where the premium/enterprise version is bundeled in.
Can you share more details, ideally screenshots, on how you’re deploying Baserow on Railway?