After having deployed my Live-Docs application to vercel as instructed, I am getting this error message which appears without any pattern. Sometimes while trying to add collaborators, sometimes accessing the document sometimes changing email account etc. Help me solve this.
Here's the github link to my project:-
https://github.com/Vikasbhagat84527/Live-Docs.
#Application error
5 messages · Page 1 of 1 (latest)
looks like you forget to put environtment variable to your vercel?
I did put the env variables to vercel else it wouldn't have been deployed. Its running fine but throws this error out of nowhere.
Here's the deployed application
https://live-docs-virid.vercel.app/
Your go-to collaborative editor
ok let me try deploy your code to my vercel
After I tried your code and my code also, an issue arises when you attempt to share a document with another user, but that user is not registered in Clerk. For instance, if I want to invite [email protected] but I only input a@gmail (without .com), an error will occur when viewing the document. The current code implementation lacks filtering, so to avoid this, you should input the correct user email information when sharing. Ideally, the system should first check whether the user is registered before allowing document sharing