URL CONFIGURATION ISSUE #31617
Unanswered
HelpiScribe
asked this question in
Questions
Replies: 1 comment 10 replies
I don’t think the “Invalid API Key” error is caused by the Redirect URL configuration. In my personal opinion, please check (1). |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I have been having a Login issue in the last 24 hours as follows:
they both said I should fix:
Go to your Supabase project settings
Navigate to Authentication > URL Configuration
Configure the following:
Site URL should be set to your application's base URL. For
development, this would typically be:
http://localhost:5173/ (if you're using Vite's default port)
Redirect URLs should include:
http://localhost:5173/** (for development)
Any additional production URLs if you have them
I did all that at, but the error still persists; see the attached
screenshot for reference.
Here is the app I'm working on:
https://lovable.dev/projects/c1118834-064f-40a7-87e3-7cd085f1c973
URL: https://academic-career.lovable.app/
GitHub: https://github.com/HelpiScribe/academic-career
Custom Domain deploy: https://www.helpiscribe.com/
Please help on how to resolve this, as you always do.
Warm regards,

Emmanuel
All reactions