Rohan Verma
Rohan Verma
Make sure to enable people api in google oauth console and did you setup the .env files?
Are you doing Docker Setup or Manual Setup? And make sure to set proper backend url in frontend .env file https://github.com/MODSetter/SurfSense/blob/main/surfsense_web/.env.example
> > Are you doing Docker Setup or Manual Setup? And make sure to set proper backend url in frontend .env file https://github.com/MODSetter/SurfSense/blob/main/surfsense_web/.env.example > > Docker. Wait ... the backend...
Feel like some network issue. Can you use NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://192.168.31.7:8000 in frontend .env https://github.com/MODSetter/SurfSense/blob/main/surfsense_web/.env.example
Hey you cannot call HTTP endpoints over HTTPS. Your url is HTTPS so backend also needs to be running over HTTPS.
> > Hey you cannot call HTTP endpoints over HTTPS. Your url is HTTPS so backend also needs to be running over HTTPS. > > So how can i make...
Tagging my Docker boys @anshul7665 @cubxxw , help a brother out.
Looks good to me. This is a major contribution. Thanks @MuhamadAjiW AWESOME WORK 🥇
Nice Work @MuhamadAjiW 🥇 Can you also update this change in docs : https://github.com/MODSetter/SurfSense/tree/main/surfsense_web/content/docs 👍
> > Nice Work @MuhamadAjiW 🥇 Can you also update this change in docs : https://github.com/MODSetter/SurfSense/tree/main/surfsense_web/content/docs 👍 > > Done! Is it enough? Nice Job. Great Work. Thanks :)