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?
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 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 ?
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 ?
@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 ?
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
Thanks brother, this video helped me solve a problem that I have been struggled with for days.
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
wow...excellent tutorial sir. thank you
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?
about webhook,svix and ngrok, i still don't understand what is it use for, is it a backend logic?
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,
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 ?
Waiting project next js + headless cms🎉🎉
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 ?
Excellent!!!
your'e rockstar !
@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 ?
Nice tutorial
Thanks bro🎉
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
Yahi tho cahiye tha 😎😎😎😎
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?
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.
why my mongoDB is not sync the data but the clerk log show success
i am sure my URL is correct
why am i getting an empty database with no documents??Someone pls help
I get 429 when testing it, is that normal?
Make sure you have followed complete step by step guide mentioned in the video.
top
Can you please make a tutorial on Authenticating google Or other account using Appwrite Oauth2 sessions.
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