#Application error

5 messages · Page 1 of 1 (latest)

rocky dagger
#

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.

wheat fulcrum
#

looks like you forget to put environtment variable to your vercel?

rocky dagger
wheat fulcrum
#

ok let me try deploy your code to my vercel

wheat fulcrum
#

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