Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [supabase]

Supabase is a collection of open source tools to build modern applications quickly and efficiently. It uses the PostgreSQL database to power its authentication, database, and storage features. Use this tag when you are having problems, and not to ask for new features.

supabase
0 votes
0 answers
9 views

How to Display Images from PostgreSQL in Microsoft RDLC Report Using External Image Function in C#?

I'm working on a C# application where I need to display images stored in a PostgreSQL database on a Microsoft RDLC report. The images are stored as byte arrays in the database. I want to use the ...
Hurnfa Hoymoune's user avatar
0 votes
0 answers
9 views

Heroku Prisma Error occurred during query execution after commit

I'm developing an app using NestJs + Ionic stack. I'm using Heroku to deploy my Nest app and Supabase for Postgres database. Everything was working just fine for past several days, but today I faced ...
kacper43's user avatar
0 votes
0 answers
15 views

Unable to process the type of data structure returned by Supabase database

I am using Edge Functions written in Typescript fetch data from my table in Supabase database. Unable to understand how I am supposed to process the returned request. Coding in VS Code, I have no idea ...
Shlok Jain's user avatar
-1 votes
0 answers
16 views

Flutter and Supabase (SQL)

Can someone tell me how I can create a page in flutter with Supabase where people can create their own Community and edit the Community name and this name will be displayed on another page for people ...
Kres Schröder's user avatar
-2 votes
0 answers
17 views

Problème perte session quand changement d'onglet [closed]

Bonjour, Je travaille avec un front Angular et un back Supabase. Mon utilisateur peut se connecter mais s'il change d'onglet et revient sur le sass après, aucune donnée ne peut être chargé et je dois ...
Maxime Baudin's user avatar
0 votes
0 answers
13 views

Filtering on empty resources not working as expected on postgREST

I have a table of posts within a group. Every person in that group can interact with the post, star it, rate it, etc. The structure is something like Table User { id; groupId; } Table Post { ...
Heremit 's user avatar
0 votes
0 answers
11 views

How to fix error when using Supabase CLI while pushing to remote DB?

I am using the Supabase CLI to develop locally. I did some changes to my local db, using the local supabase GUI. Now I want to push those changes to the remote supabase db . First, I run supabase db ...
Juice's user avatar
  • 1
0 votes
0 answers
16 views

How can I create a different Google auth environment with Supabase?

I have a Svelte app and I'm using Supabase for the auth. I have setup the Google provider and it works fine but I'd like to have different environment: a prod one and a dev one. I'd like to do that ...
Tibo's user avatar
  • 69
0 votes
0 answers
15 views

Supabase OAuth redirect returning text document

I'm running a react native app using expo on my device and connecting to supabase running locally on my laptop. That connection seems to be working and I'm able to create a user with Spotify OAuth but ...
James's user avatar
  • 105
0 votes
1 answer
23 views

Unable to run supabase edge functions locally

I have a simple edge functions script to run a prompt on the Gemini model and output back the result. Having used the debugger, the problem occurs at the code which listens to requests. The debugger ...
Shlok Jain's user avatar
0 votes
0 answers
12 views

How can I upload an image to a Supabase bucket using the REST API?

I would like to use Supabase's own REST API instead of the JavaScript client library (https://supabase.com/docs/reference/javascript/storage-from-upload) provided by them. Something like this: const ...
José Guilherme's user avatar
0 votes
0 answers
21 views

Supabase join query for multiple foreign keys with js

I'm using Supabase and basically I need the equivalent of this SQL statement using supabase JS client. SELECT * from ratings JOIN users ON ratings.user_id = users.id JOIN cafes ON ratings.cafe_id = ...
Hugo's user avatar
  • 1
0 votes
0 answers
14 views

.execute error with Supabase and Flutter (PostgrestFilterBuilder)

VS Code says that .execute isn't defined for the type 'PostgrestFilterBuilder'. Here is my Code: text_service.dart import 'package:thrive/main.dart'; class TextService { Future<List<String>...
Kres Schröder's user avatar
0 votes
0 answers
19 views

I cannot get magic links to work properly + protected routes

I've been trying to setup supabase auth to work with magic links for days now. I cannot seem to understand what the issue is, please see below: Basically when the magic link is opened, it looks like ...
John's user avatar
  • 1,005
0 votes
0 answers
86 views

Flutter App does not return back after Apple OAuth in Android

I am developing a Flutter app that is Supabase-backed and not self-hosting. All native and web sign-ins and Google sign-ins for Apple are working. However, apple sign-in for Android does not work. I ...
Abdurrahim Yılmaz's user avatar

15 30 50 per page
1
2 3 4 5
134