© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
2 replies
Theodore

Strapi media type not showing up in Supabase

Hello everyone. I am currently building a project with Strapi and Supabase. Unlike the usual approach of using the Strapi API, I am basically just utilizing it as a simple GUI interface to change the Supabase data. In other words when you change something within the CMS, that triggers a change to Supabase, however, the frontend just calls Supabase directly.

I have a problem at the moment that Strapi has a "media" field type, which does not show up at all within Supabase. For example I have a blog post component with title, urlSlug, description etc. All of those work as expected and are written to the database as text, varchar etc, however, when I add an image, it does not show as a column within the blog post table at all. I presume that it is because there is no such Data Type as "media" within Supabase. If I create a custom type, would that solve the issue? I also do not know with what fields it should be created even if it does. The images themselves are not uploaded to Supabase. I use Cloudinary and I do not host the images myself. When an image is uploaded, a new row is created in a 'files' table. All I need is if possible to get the id of the file from that 'media' type that doesn't show up for some reason. I should then be able get the image with that 'id' from the 'files' table.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Supabase Dashboard not showing
SupabaseSSupabase / help-and-questions
3mo ago
Database not showing up.
SupabaseSSupabase / help-and-questions
3mo ago
Payment charged but not showing in Supabase billing
SupabaseSSupabase / help-and-questions
2mo ago
Supabase type generation not working
SupabaseSSupabase / help-and-questions
4y ago