ben-wib
10/06/2021, 10:26 PMstibbs
10/07/2021, 12:10 AMsudo killall windows
10/07/2021, 12:34 AMriknieu
10/07/2021, 3:48 AMomertoast
10/07/2021, 4:01 AMJaeden
10/07/2021, 7:53 AMphilbookst
10/07/2021, 10:58 AMfrubalu
10/07/2021, 2:47 PM./node_modules/@supabase/supabase-js/src/lib/helpers.ts
Module parse failed: Unexpected token (11:38)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| }
|
> export function stripTrailingSlash(url: string) {
| return url.replace(/\/$/, '')
| }
Is this a bug I should open with the repo?
Edit: I downgraded to v1.23.0 - right before that function was introduced - and the error is gone now. I'll leave it here for the time being.seufernandez
10/07/2021, 4:07 PMuser
10/07/2021, 4:09 PMjbergius
10/07/2021, 5:49 PMpg_dump \
-h db.REF.supabase.co \
-p 6543 \
-U postgres --schema-only \
--clean --if-exists --schema=public \
> supabase_schema.sql
The problem I had was that I had to specify port 6543, even thou my Supabase UI presented a different port.ramirez
10/07/2021, 9:53 PMNull
10/07/2021, 10:28 PMjs
const image = useRef()
const file = image.current.files[0];
const { data, error } = await supabase.storage.from("image-posts").upload(file, {
cacheControl: "3600",
upsert: false,
});
if (error) alert(error);
I cant seem to upload an image to a storage bucket, i get the error "[object Object]".Null
10/07/2021, 10:31 PMinput type="file"
.Mihai Andrei
10/07/2021, 10:52 PMJaeden
10/07/2021, 11:59 PManand
10/08/2021, 4:11 AMSELECT DISTINCT name FROM users
using supabase-js?anand
10/08/2021, 4:12 AMjason-lynx
10/08/2021, 7:00 AMgawlk
10/08/2021, 7:55 AMjason-lynx
10/08/2021, 7:59 AMgawlk
10/08/2021, 8:00 AManand
10/08/2021, 8:36 AMYelloJello
10/08/2021, 9:59 AMJaeden
10/08/2021, 10:23 AMOpossible
10/08/2021, 3:00 PMMihai Andrei
10/08/2021, 3:10 PMnew row violates row-level security policy for table "contact
garyaustin
10/08/2021, 3:29 PMMihai Andrei
10/08/2021, 3:55 PMuser
10/08/2021, 5:37 PM