-
|
Get this error message... I'd really like to use supbase, using postpreg connection, I cant find the correct information to put in it. "Failed to add plugin: failed to import plugin: Only component plugins are supported outside of self-host" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
There are a few different types of custom plugins, such as components and data sources. It looks like you're trying to use a custom data source plugin, which is only supported on self-hosted instances. If you wish to pursue the self-hosted route you should start here, though as the page itself mentions, self hosting is not for everyone. |
Beta Was this translation helpful? Give feedback.
-
|
There wouldn't be a guide on how to connect to supabase using the postgres connector? I tried copying the parts from supabase direct connecting but I'm still doing it wrong.
On Friday, January 17, 2025 at 08:30:29 AM EST, Mike Sealey ***@***.***> wrote:
There are a few different types of custom plugins, such as components and data sources.
It looks like you're trying to use a custom data source plugin, which is only supported on self-hosted instances. If you wish to pursue the self-hosted route you should start here, though as the page itself mentions, self hosting is not for everyone.
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
@darbok Did you ever get this working? I am also trying to connect budibase cloud to supabase cloud using the postgres connector but can't seem to get it working. Any insight from your experience would be helpful. |
Beta Was this translation helpful? Give feedback.
-
|
i know this is doing to sound horrible but I ended up using like lovable and having the AI write connection code for supabase.
On Wednesday, November 5, 2025 at 11:23:14 AM EST, lstethers ***@***.***> wrote:
@darbok Did you ever get this working? I am also trying to connect budibase cloud to supabase cloud using the postgres connector but can't seem to get it working. Any insight from your experience would be helpful.
thanks,
Lori
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.

Actually I just figured it out. I had to use the settings from the Supabase Transaction Pooler method rather than a direct connection.