-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project does not run #2
Comments
Thanks for checking out the asset @buggingcoder. I've improved the readme documentation a little, specifically adding this to the setup instruction:
That might be why you're seeing a 403 error (I know you mentioned 404, but I ran a clean test today and the first error I experienced was a 403 message from Google.). I also updated NextJS to 14.2 as there was a security/vulnerability warning when I ran I've pushed all changes to the repo. If you are still having issues exploring the app, please feel free to share screenshots and I'll see if I can help further. |
Hi @atwellpub , thank you for the quick reply but even after adding the test user I was not able to run the project. It is still showing me 404 error for the login api. I am attaching the screenshot for your reference. I will try a few other steps but kindly look into it. Thank you. |
Quite possibly you have the wrong redirect URI setup in your google oauth settings. It should be http://localhost:3000/login for local testing. /auth/login does not look correct. Will you re-check this section and let me know if step 8 is performed correctly? |
After setting-up the complete GCP process, I have all the required credentials like api_key, client_secret and client_id, even then I am not able to run the project.
It is throwing 404 for the login api.
Kindly look into it. Maybe if there is something, you might have missed to add in the instructions.
I will be looking forward to it.
Thank you.
The text was updated successfully, but these errors were encountered: