Skip to main content
0 votes
0 answers
23 views

I’ve been wrestling with Supabase local development on my Apple M2 for the last few hours, and I’ve officially hit a wall. For some reason, the vector container refuses to start, and it ends up ...
水野太陽's user avatar
0 votes
0 answers
46 views

I'm integrating Fundraise Up donations with a membership system that needs authentication. When a user donates, Fundraise Up sends a webhook with donor information, and I need to automatically create/...
Uktamjon's user avatar
-3 votes
0 answers
46 views

Trying to upload a image file(png) to Supabase Storage Using the code below. import fs from 'fs' import { createClient } from '@supabase/supabase-js' import 'dotenv/config' const supabase = ...
Superstricker09's user avatar
-6 votes
1 answer
66 views

I am trying to insert data in supbase were there are two tables one is city table and second is position table by using supabase REST API. My data structure is {"cityName":"Alfajarin&...
ajay singh rajput's user avatar
0 votes
1 answer
78 views

I'm setting up my supabase project through the CLI and have successfully run: npx supabase init npx supabase login npx supabase link But when I run npx supabase db pull, I get the following error: ...
Jasperan's user avatar
  • 5,003
Best practices
0 votes
3 replies
61 views

I’m building a React + Vite frontend with a Node/Express backend, Supabase auth, and Stripe subscriptions. Pricing logic currently exists in the React app for responsiveness, but quotes are stored ...
Upright_Windows's user avatar
-1 votes
1 answer
69 views

I'm trying to implement partial text search for my Supabase DB. For example, I would like: He to match with the value Hello There's a section in the Supabase docs regarding this, however it's lacking ...
Jasperan's user avatar
  • 5,003
Advice
1 vote
2 replies
57 views

Problem: I have a React + TypeScript site with ~1200 schools stored in Supabase (PostgreSQL). The page only loads the first ~20 schools to reduce API usage, so full client-side matching isn’t possible ...
CodingNinja's user avatar
0 votes
0 answers
45 views

I'm trying to compare the schema of two different Supabase projects (each in a separate Supabase account). My goal is to generate a migration or diff showing the differences between: Project A (dev) ...
user12504353's user avatar
1 vote
0 answers
47 views

(btw im not anywhere near a professional with this stuff) I'm encountering a database error when trying to UPDATE a user row in my Supabase/Postgres app that uses Row-Level Security (RLS). When I ...
Kylen's user avatar
  • 11
0 votes
0 answers
69 views

I want to ensure that users only need to log in the first time after downloading my mobile app, and save their user sessions so they don't need to re-authenticate every single time they open the app. ...
anna's user avatar
  • 1
0 votes
0 answers
36 views

I’m using Node.js to store files on Supabase. I’m only using Supabase for the database and file storage—not for authentication. Here’s what I’m currently doing: const filename = `av/${uniqueId}${ext}`;...
Gurpreet Ganger's user avatar
Best practices
0 votes
0 replies
47 views

I’m using Supabase, Next.js, and GitHub with the following setup: A main branch for production A develop branch for development Two separate Supabase projects: Project A → Production Project B → ...
user12504353's user avatar
0 votes
0 answers
111 views

I am trying to implement a "Delete Account" feature in my Flutter application using Supabase Edge Functions. I am calling the function from the Flutter client SDK, but the Edge Function ...
mGenius's user avatar
0 votes
0 answers
83 views

when you accept a trip, the flow works alright; you get a route from rider to passenger pickup location, you actually see the confirmation sheet. Which means status has moved from accepted -> ...
Fred_Wolfe's user avatar

15 30 50 per page
1
2 3 4 5
147