Describe the bug
OAuth authentication fails . sign in with google and github fails after clicking those showing the error shown in the screenshot . And it is happening on the deployed URL on render.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://autodoc-ai-jrr2.onrender.com/login'
- Perform action - click continue with "Google" or "Github"
- See error in red - "OAuth is not configured. Set up Supabase environment variables."
- that means supabase is not configured under environments.
Expected behavior
Should login with proper appearance of the google accounts available to user.
Environment Details
- OS/Environment: [e.g. Windows 11]
- Runtime/Version: [e.g. Node v20]
another issue in the code -
see router.post("/supabase",supabaseLogin); is present but supabaseLogin is not imported in the file although that is defined in the /api/controllers/authController.js just like the issue #133
Screenshots & Logs
for reference of issue ->

Describe the bug
OAuth authentication fails . sign in with google and github fails after clicking those showing the error shown in the screenshot . And it is happening on the deployed URL on render.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should login with proper appearance of the google accounts available to user.
Environment Details
another issue in the code -
see
router.post("/supabase",supabaseLogin);is present butsupabaseLoginis not imported in the file although that is defined in the/api/controllers/authController.jsjust like the issue #133Screenshots & Logs
for reference of issue ->