-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evently events platform. Can't get mongoDB and Clerk connection working #103
Comments
even i got stuck in the same situation, did you solve this? if yes, please share me how |
Same here! |
please ,check if the middleware.ts is the same in this link. could be a problem with the public routes. |
this works for me! @Ziad-Al |
Sorry but this is not working for me. |
Man,I solved the problem, please go to the video comments , and down there, look for the comment and You can see what I am telling to you, what I did different is in Vercel I disabled all the security requirements in security menu, I hope this can help to you. |
Still is not working for me, found the same answer, but after doing that and redoing all the steps, still can not get this to work.. |
Replace all the files of your project from course repository.
…On Wed, Jan 10, 2024 at 4:48 AM Aleksander ***@***.***> wrote:
Still is not working for me, found the same answer, but after doing that
and redoing all the steps, still can not get this to work..
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQAG3ZNSKCPY3XU5QVV6ZFLYNZWZVAVCNFSM6AAAAABBEW3666VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBUGYYTAOJSGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hey! I still haven't I tried all of the above. Replaced files from the course repository, but that didn't work. |
Please help me also I can't able to fix. I tired more! |
hey guys same problem , my user is visible on clerk after sign up but unable to get in mongodb can anyone please guide ? |
Hey guys, i have same problem and i have solved it, i just add ip address (0.0.0.0/0) as universal ip or make sure use current your ip address |
Is there any way I can contact you brother directly |
Hello am experiencing
|
Hello did you solve the problem |
go to network access in the mongodb database settings and try editing the ip address to 0.0.0.0/0 |
Guys i fixed by simply removing "/api/webhook/clerk" from ignoredRoutes in middleware.ts. |
I manually create a user for only testing purpose because I stuck the whole day. by doing this, u can move to next steps. If I find another way I will comment later.. thanks |
bro can u help me i am not able to connect with my database can u help me please |
bro can u help me how to do this |
I was able to create users and sync them to Mongo when login with github or google, but I had a problem when trying to register with an email. I founded out the solution, you need to go to your clerk dashboard, then to User & Authentication and make sure username is set to be required, the same with email and password, then, under personal information is little tricky, you need to toggle Name switch to the right and then click on the config icon on the right, it will open a modal where you need to specify name to be required, this is in order to be aligned to the schema model. This will fix it. |
I was facing the same problem but eventually I solved it. Make sure the main branch has the working code. In my case, I had three branches; i.e Main, dev and add-events. Main and dev had linter errors and could not be deployed. Fortunately I had 'add-events' branch which was working properly. I had to delete main and dev then create them again this time merging with 'add-events'. You can check here. |
You can try removing the autentication in the vercel app settings -> under deployment protection turn of vercel authentication. i was getting 401 and webhooks were not working this change everything. and now is working as expected. This worked for me |
Hello!
I have a problem, getting the MongoDB and Clerk connection working. As I create my user after deploying it on Vercel then in Clerk I can see the User under Users tab, but it does not show in the MongoDB collections. Also all the webhook message/event types show failed. I went over the secrets and everything multiple times, but still can't figure out the problem. When creating the new endpoint on Clerk I get the WEBHOOK_SECRET but after adding the new environment variable on Vercel I have to redeploy the app, but then the endpoint for the webhook changes..Might that be the problem? Any ideas?
The text was updated successfully, but these errors were encountered: