prism0x
11/18/2021, 7:46 PMprism0x
11/18/2021, 7:47 PMprism0x
11/18/2021, 7:48 PMpedrodiaz
11/18/2021, 7:59 PMprism0x
11/18/2021, 8:08 PMprism0x
11/18/2021, 8:10 PMprism0x
11/18/2021, 8:11 PMprism0x
11/18/2021, 8:14 PMprism0x
11/18/2021, 8:14 PMJacob Paris 🇨🇦
11/18/2021, 8:33 PMchipilov
11/18/2021, 8:42 PMrc9999999
11/18/2021, 9:31 PMleynier
11/18/2021, 9:41 PMScott P
11/18/2021, 10:02 PMCOPY
won't work against the auth
schema, as the postgres
user that's able to login to the database directly doesn't have the required permissionsleynier
11/18/2021, 10:31 PMVinzent
11/18/2021, 10:57 PMleynier
11/18/2021, 10:58 PMschwarzsky
11/18/2021, 11:38 PMnull
which i can't understand, anyone have a idea?export async function getServerSideProps({ req }) {
const { user } = await supabase.auth.api.getUserByCookie(req)
console.log(user)
return {
props: {
user,
},
}
}
madebydor
11/18/2021, 11:49 PMtheCodeGeek
11/18/2021, 11:51 PMMessage rejected: Sending paused for this account. For more information, please check the inbox of the email address associated with your AWS account.
I searched the repo issues and found one however, it looked like it was resolved a while ago so maybe not related to my issue.
Any suggestions? TY in advance.schwarzsky
11/19/2021, 12:03 AMtheCodeGeek
11/19/2021, 12:07 AMmadebydor
11/19/2021, 12:09 AM/api/auth
endpoint. A supabase function (setAuthCookie) is creating the cookie at the client side.
This allows you to perform server-side actions (Eg. loading authentication profile information before the client loads)schwarzsky
11/19/2021, 12:10 AMauth
before your help.madebydor
11/19/2021, 12:15 AMhapax
11/19/2021, 12:50 AMjkyuan
11/19/2021, 12:53 AMhapax
11/19/2021, 12:53 AMhapax
11/19/2021, 12:54 AMjkyuan
11/19/2021, 12:54 AM