jjj.westra
11/17/2021, 12:58 PMshreedx
11/17/2021, 12:59 PMjjj.westra
11/17/2021, 1:01 PMshreedx
11/17/2021, 1:07 PMshreedx
11/17/2021, 1:20 PMlouis.barclay
11/17/2021, 1:27 PMpcav
11/17/2021, 2:27 PMjbergius
11/17/2021, 2:28 PMsupabase.auth.onAuthStateChange
not firing sometimes after a users clicks on a confirmation link, which makes my NextJS app not setting the authCookie correctly, causing the user to be redirected back to the sign in page. Anyone else came across this issue?
1. The user clicks on the confirmation link in the email
2. The user comes to my specified redirectUrl.
3. The onAuthStateChange-function, which lives in a context called useUser is not being fired at all, as I can't see the console.log(event)
firing at all.
4. The user goes to a different page, which has a getServerSideProps-function that checks if user exists on the server. If not, it redirects the user to the signin pagechipilov
11/17/2021, 2:55 PMemilioschepis
11/17/2021, 6:06 PMlulato
11/17/2021, 7:44 PMforeignTable
property. I tried to pass the name of the table and the name column that makes the foreign-key relation, but none of those seem to work. Any advice will be appreciated const products = await supabase
.from("products_tagged")
.select("id, productID(*)")
.eq("tagID", 7)
.order("price", { foreignTable: "productID" });
stibbs
11/18/2021, 6:06 AM{ "message": "JWT expired" }
responses from supabase on all api calls? It happened on my prod server yesterday (and seemingly resolved itself after ~2 hours + a server restart). It's now occurring on my dev environment and a restart hasn't fixed itstibbs
11/18/2021, 6:06 AMstibbs
11/18/2021, 6:13 AMltanady
11/18/2021, 7:12 AMstibbs
11/18/2021, 9:14 AMThere’s no refresh mechanism on a SSR request.
as a drawbackgryphus04
11/18/2021, 11:18 AMstibbs
11/18/2021, 11:28 AMstibbs
11/18/2021, 11:28 AMgryphus04
11/18/2021, 11:31 AMgryphus04
11/18/2021, 11:31 AMgryphus04
11/18/2021, 11:32 AMHal
11/18/2021, 12:15 PMMike92988
11/18/2021, 1:49 PMryexley
11/18/2021, 1:58 PMid
column for the table and see that it's set to an identity type.Mike92988
11/18/2021, 1:58 PMryexley
11/18/2021, 1:59 PMuuid
type instead of int8
ryexley
11/18/2021, 2:11 PMryexley
11/18/2021, 2:11 PMryexley
11/18/2021, 2:11 PM