mikenikles
02/01/2022, 5:06 AMgitpod /workspace/platform/services/website $ supabase start
Error: Error starting database: Password for user postgres:
psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "postgres"
This is a clean environment with the supabase
CLI installed and happens when I follow the local development docs (https://supabase.com/docs/guides/local-development).
I run this in a Gitpod (www.gitpod.io) developer environment and it likely has to do with that because it works locally. If anyone has managed to run Supabase on Gitpod, please let me know I'd love to learn what you did.Kazungu Safari
02/01/2022, 7:11 AMKazungu Safari
02/01/2022, 7:15 AMdmitriy.dranko
02/01/2022, 1:04 PMsilentworks
02/01/2022, 3:10 PMChris_Acrobat
02/01/2022, 4:29 PMsilentworks
02/01/2022, 6:26 PMException
02/01/2022, 6:42 PMException
02/01/2022, 6:43 PMjbergius
02/01/2022, 7:02 PMredirectTo
option? I manage to pass one, and if I inspect the invite-link in my email, all the other query params is available in the URL, but they somehow get stripped when the page is loading, and only the first param comes through.mitul
02/01/2022, 7:15 PMRobinMillette
02/01/2022, 9:36 PMmitul
02/01/2022, 9:36 PMRobinMillette
02/01/2022, 9:48 PMmoaaz
02/01/2022, 11:48 PMprovider_token
returned by Supbase Twitter Auth – getting an Unauthorized from the Twitter API, is this expected behaviour?
Have also tried specifying the following scopes: ""tweet.read follows.read users.read offline.access like.read""
Trying to call the twitter API like so:
curl "https://api.twitter.com/2/users/{id}/liked_tweets" -H "Authorization: Bearer {token}"
Have all permissions enabled on the Twitter Developer API settingsAlf
02/02/2022, 2:26 AMlocalhost:3000/authFlow
endpoint but when I click on my magic link I'm still sent to the homepage regardless?Alf
02/02/2022, 2:40 AMlasershow365
02/02/2022, 5:32 AMHausik
02/02/2022, 10:45 AMHerbeMalveillante
02/02/2022, 12:07 PMNinjaNuur
02/02/2022, 12:17 PMHerbeMalveillante
02/02/2022, 12:18 PMNinjaNuur
02/02/2022, 12:21 PMHerbeMalveillante
02/02/2022, 12:21 PMdebabrata
02/02/2022, 2:26 PMhko
02/02/2022, 4:18 PMahujj
02/02/2022, 4:26 PMplantle
with some data, organised by a string representation of the date. I'm trying to select the word from this table where column day
== today's date but I just keep getting null
responses. Even if I change my query to where dailyWord
== a string I know for sure is there. Could anyone help please? I've attached screenshots:
1. my function calling supabase
2. the frontend code invoking the function
3. the console logs from the browser
4. my table in supabase
5. supabase logsJordi - @jordienr
02/02/2022, 4:58 PMahujj
02/02/2022, 5:05 PMahujj
02/02/2022, 5:06 PM