Closed Bhavyabhardwaj closed 6 months ago
That's probably because the db schema migration hasn't happened on your db.
Execute these commands from backend
directory
npx prisma generate --no-engine
npm install @prisma/extension-accelerate
Restart the backend server. Should work fine.
Thanks for pointing this out. This was missed in the readme.
it is still not working don't know why. is there anything to set in clouflare workers
Did you check if the schema is present on your postgres db after db migration ?
You can view your DB using PgAdmin
yes these are present in my db
anyone who is using personal db and cloudflare workers ... this issue comes to yours or not ??
What is the error log on your backend console ?
this
docker commands are also not working don't know what's wrong( i don't know docker very well )
this
This isn't the error log of your backend. It's frontend error log. Check your terminal for backend logs.
yes
error in docker compose command
yes
Error code 403 suggests that something is wrong with Auth. Check the Bearer token and also the JWT secret.
when i replace backend url with my own backend url of cloudflare wokers it give a lot of error while i use your url it works very well ... how is it possible