chaoky
04/18/2023, 11:11 PMchris
04/19/2023, 12:04 AMzlanich
04/19/2023, 12:16 AMcalvinbutternut
04/19/2023, 1:38 AMpusha007
04/19/2023, 2:23 AMerror: bouncer config error
setup
const pool = new Pool({
host: 'db.xxx.supabase.co',
user: 'postgres',
database: db_name ?? 'postgres',
password: 'xxx',
ssl: { rejectUnauthorized: false },
port: 6543,
min: 0,
max: 10,
createTimeoutMillis: 8000,
acquireTimeoutMillis: 8000,
idleTimeoutMillis: 0,
connectionTimeoutMillis: 0,
reapIntervalMillis: 1000,
createRetryIntervalMillis: 100,
});
return pool;
https://cdn.discordapp.com/attachments/1098071358627393576/1098071358795161652/sppp.PNG▾
DRUNKGURU
04/19/2023, 3:32 AMiOS
with version 11.0
on target Runner
because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform
.
Error running pod install
Error launching application on iPhone 14 Pro Max.]KurustyKrabs
04/19/2023, 5:46 AMjustJosuke
04/19/2023, 6:19 AMmonitor
04/19/2023, 6:22 AMkrishnaprasad2098
04/19/2023, 9:03 AMkhanhdq
04/19/2023, 9:09 AM{
"message": "401: Unauthorized",
"code": 0
}
Cheqo
04/19/2023, 11:12 AMstorage egress
by 2.5gb, however it was only me and its been less than 2 weeks.
I do have a lot of images to work with, but surely 1 user can't consume that much anyways or can they?
https://cdn.discordapp.com/attachments/1098204435127222343/1098204435370487818/Screenshot_2023-04-19_at_12.03.12.png▾
Ariyan
04/19/2023, 11:31 AMCREATE POLICY "Allow authenticated users" ON "public"."users"
AS PERMISSIVE FOR ALL
TO authenticated
USING (true)
WITH CHECK (true)
i just want to be able to fetch the data and insert data from my app.
it's a simple app and i'm the only one having access to my supabase dashboard.pippin_mole
04/19/2023, 11:34 AMjson
{
error: null,
data: {
id: 10,
created_at: '2023-04-18T23:19:26.106773+00:00',
title: 'This is a title',
content: 'This is content',
images: [],
author: {
email: "...",
...
}
},
count: null,
status: 200,
statusText: 'OK'
}
https://cdn.discordapp.com/attachments/1098210081524437104/1098210081763491870/Screenshot_2023-04-19_at_12.31.15.png▾
quintin
04/19/2023, 1:21 PMhttps://cdn.discordapp.com/attachments/1098236984587206686/1098236984935321631/image.png▾
pippin_mole
04/19/2023, 1:41 PMVadorequest
04/19/2023, 1:57 PMhttps://cdn.discordapp.com/attachments/1098246043214282943/1098246043503710229/image.png▾
jabza
04/19/2023, 1:58 PMlambbear
04/19/2023, 2:25 PMpippin_mole
04/19/2023, 2:40 PMhttps://cdn.discordapp.com/attachments/1098256941131759636/1098257909189705818/Screenshot_2023-04-19_at_15.44.21.png▾
Cadavreux
04/19/2023, 2:54 PMws
04/19/2023, 5:02 PMzach
04/19/2023, 5:05 PMError: either NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY env variables or supabaseUrl and supabaseKey are required!
Can someone tell me what I'm missing?
I've also defined a server side client with createClient() in root > utils > supabase.js (also attached).
https://cdn.discordapp.com/attachments/1098293423070527589/1098293423468982272/Screenshot_2023-04-19_at_1.00.35_PM.png▾
https://cdn.discordapp.com/attachments/1098293423070527589/1098293423729025064/Screenshot_2023-04-19_at_1.00.14_PM.png▾
https://cdn.discordapp.com/attachments/1098293423070527589/1098293423984885800/Screenshot_2023-04-19_at_1.04.18_PM.png▾
Vadorequest
04/19/2023, 5:14 PMVadorequest
04/19/2023, 5:23 PMhttps://cdn.discordapp.com/attachments/1098297889085722685/1098297889324806174/image.png▾
brassotron
04/19/2023, 5:34 PMshutupyafoo
04/19/2023, 6:17 PMjinsley8
04/19/2023, 7:01 PMnext-auth
and followed this guide. I'm sending role: authenticated
in the supabase JWT so these users would be detected in RLS as authenticated correct?
https://authjs.dev/reference/adapter/supabase#enabling-row-level-security-rls
https://cdn.discordapp.com/attachments/1098322579279843439/1098322579598618754/Screenshot_2023-04-19_at_2.57.30_PM.png▾
nova
04/19/2023, 7:21 PMRobert Dylina
04/19/2023, 7:48 PM