the error i am getting
failed to load resource: net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH
the project i deployed GitHub - VivekYadav105/jb-backend
these are the env vars required
JWT_ALGO=algo for token encryption
JWT_SECRET=secret to encrypt token
MAIL_PASSWORD=password for flask mail
MAIL_USERNAME= mail id for flask mail
MONGO_URI= mongodb conenct uri
SALT_LENGTH= give integer here preferably 10
SESSION_TYPE=“flask-sessiontype”
i wrote a basic proc file
should i include routers seperately and any thing to be writtern for that??
Hi,
When do you get this error? I see the service returning a 200 on request to “/”.
I was able to solve the issue
It gave me trouble when i am deploying from sub directory called backend so i just moved the files of backend to root