supabase/dbdev

FAQ page takes you to the profile of faq

bakrhaso opened this issue · 3 comments

The FAQ page (https://database.dev/faq) shows the profile page (AFAIK, I was just taking a look at the site, I'm not a user) of a user named faq (created today, presumably now() is a default value?)

image

thanks, i just came across this today. i'll let the rest of the team know about this.

dayjs(undefined) becomes dayjs() which is always today. profile?.created_at is undefined:

Joined {dayjs(profile?.created_at).format('YYYY-MM-DD')}

As a logged out user I shouldn't able to see Edit profile:

Screenshot 2024-04-29 at 16 45 56