Self host user invite not working
When attempting to invite users to the self-hosted instance, the invite functionality is not working. The system fails to send the invitation email or add the new user to the system. This issue blocks the ability to link new users effectively. PFA the attached screenshot.
Error: "Invites failed, Try again after sometime: forbidden resource"
hey @PravinRajnale, can you pull the latest docker image version 0.3.6-alpha of the server and webapp. logout and login again. let me know if it doesn't work.
Also, if you don't set smtp it won't send an invite email to that user. it'll just create a row in the invite table.
Hey @PravinRajnale did it work?
I tried troubleshooting/debugging it locally but the error seems to be unresolved. PFA
@PravinRajnale, can you also copy .env to apps/server to run pnpm migrate.
webapp is not able to connect server. can you also share server logs?
Can you please check these screenshots, when i tried to run apps/server - run pnpm migrate - i am getting server not found.
please change DB_HOST to localhost.
Also, is the Docker environment possibly mixed with the local setup?
when i run pnpm migrate in app/server is migrating but when i run docker-compose/route error"database not found/ prisma can't connect" PFA the screenshot.
@PravinRajnale can you please check if the .env file is set up correctly in the docker-compose directory?
@PravinRajnale Can you look at the updated local setup instructions and retry?