datagrove / marketplace

2 stars 5 forks source link

Registration Returns strange error. #194

Closed r-southworth closed 8 months ago

r-southworth commented 8 months ago

Describe the bug Users registering on TodoServis.com are getting the error {"message":"No API key found in request","hint":"No apikey request header or url param was found."}

The are still able to sign up/sign in but shouldn't be getting this page.

To Reproduce Steps to reproduce the behavior:

  1. Go to TodoServis.com
  2. Click on sign up
  3. Register
  4. Go to email to confirm registration
  5. Get an empty webpage with {"message":"No API key found in request","hint":"No apikey request header or url param was found."}

URL indicates "email link is invaliad or has expired".

error=unauthorized_client&error_code=401&error_description=Email+link+is+invalid+or+has+expired

Expected behavior Confirmation link should redirect to home page

Screenshots

Screenshot 2023-10-30 at 2 07 56 PM

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Proposed Solution Review cloudflare settings Review SMTP settings on Supabase Review Supabase documentation

r-southworth commented 8 months ago

Error seems to be resolved by changing the supabase auth site URL to https://todoservis.com instead of todoservis.com.