I have src folder, while making the "profile" folder under app it wont start the server. had to move out of app within src. Is it correct if i'm doing so ?
Thank you for the good and wonderful tutorial you have given to the world. I would like to help me. i hve done as you have been doing in the video, but when i register the user in the application, the user is created in clerk but not on the database, yet the database has been created. what could be causing all this?
@ProgrammingwithUmair321 i am trying to put clerk auth registration page behind stripe paywall. If i put /signup as a protected page then they dont get redirected to it and if i dont then anyone can sign up and get access to my project as i want to do payment on stripe > clerk sign up> protected pages.... Any idea how can i do this ?
i think prettier delete the parentheses of my return when i generate rafc from: import React from 'react' export const navbar = () => { return ( navbar ) } into this: import React from "react"; export const navbar = () => { return navbar; }; can anyone help me please ?
do i need to config something about svix, because user object is not getting store in mongo, although there are no errors. When I directly access the URL for endpoint of webhook, it shows login in Svix
can you explain your plugins for this project to create element like automatically and idk how come the can be referenced automatically like that i can't do that, also your prettier behaviour not deleting the parantheses after return() because it always delete my return's parentheses every my component
Thanks brother, this video helped me solve a problem that I have been struggled with for days.
SUPER !! Thank you so very much !! Beautifully explained !!
Thanks a lot brother Really loved this video.
wow...excellent tutorial sir. thank you
Connect Clerk with MongoDB 47:28
Very good video, if you don't know how to implement MongoDB Prism and Clerk, I would appreciate it, thank you
.
Perfect timing with this. Thank you. Is this ready for production? I’m using mongodb as well
I have src folder, while making the "profile" folder under app it wont start the server. had to move out of app within src. Is it correct if i'm doing so ?
Great tutorial. BTW, how can we use clerk with next js and a separate express backend for handling auth?
Thank you for the good and wonderful tutorial you have given to the world.
I would like to help me. i hve done as you have been doing in the video, but when i register the user in the application, the user is created in clerk but not on the database, yet the database has been created.
what could be causing all this?
Nice tutorial
why am i getting an empty database with no documents??Someone pls help
about webhook,svix and ngrok, i still don't understand what is it use for, is it a backend logic?
Thanks bro🎉
Excellent!!!
@ProgrammingwithUmair321 i am trying to put clerk auth registration page behind stripe paywall. If i put /signup as a protected page then they dont get redirected to it and if i dont then anyone can sign up and get access to my project as i want to do payment on stripe > clerk sign up> protected pages.... Any idea how can i do this ?
is this able to be done using javascript in the next js ? please reply sir
Ya, if you don’t use typescript. You can still configure it in nextjs using js.
i think prettier delete the parentheses of my return when i generate rafc from:
import React from 'react'
export const navbar = () => {
return (
navbar
)
}
into this:
import React from "react";
export const navbar = () => {
return navbar;
};
can anyone help me please ?
do i need to config something about svix, because user object is not getting store in mongo, although there are no errors.
When I directly access the URL for endpoint of webhook, it shows login in Svix
No just install it
Getting error in Navbar at line number 5
const {userId} = auth();
Please help
Await auth()
can you explain your plugins for this project to create element like automatically and idk how come the can be referenced automatically like that i can't do that, also your prettier behaviour not deleting the parantheses after return() because it always delete my return's parentheses every my component
i just realize react component best practice start with capital, i try navbar not work but Navbar works,
why my mongoDB is not sync the data but the clerk log show success
i am sure my URL is correct
Hello sir I have been trying to do it, it is not working pls help me.
It says error verifying webhook: no matching signature found
Have you added webhook secret key in your env?
your'e rockstar !
I get 429 when testing it, is that normal?
Make sure you have followed complete step by step guide mentioned in the video.
in webhooks clerk route, i got a error in await clerkClient.users, it said Property users does not exist on type promises. can some one help?
I resolve the issue, it's a version problem. my bad I use the latest version
Yahi tho cahiye tha 😎😎😎😎
Waiting project next js + headless cms🎉🎉
top
Can you please make a tutorial on Authenticating google Or other account using Appwrite Oauth2 sessions.