Finally, through the whole video and I have to admit Appwrite does a great job with its portal/tool and the APIs it provides. I'm hesitant to build my backend based on a platform that could vanish in the future. However, the speed to get up and running quickly is unbeatable. Seems like a great product. 👏
in login component in useEffect hook you didn't put any dependencies but when the user is created why that useeffect is rerun and navigate to home path
Great, great stuff! I wanted to ask if you could do a tutorial on how to link a user to a database collection so that we could display more user's info on the user profile page, etc. That would be really great Sir! Keep the good work.
I’m putting out alot or videos on appwrite, make sure to subscribe there to see them. I cover this a few times and will have more related videos l. @appwrite
I have a tough time inserting data into a document with the attribute 'Enum". The data sent is correct but I still get the same error. see the log: (NOBRIDGE) LOG Property types: ["House", "Townhouse", "Condos", "Duplexes", "Studios", "Villa", "Apartments", "Others"] (NOBRIDGE) LOG Selected type: Duplexes (NOBRIDGE) ERROR Error seeding data: [AppwriteException: Invalid document structure: Attribute "type" has invalid format. Value must be one of (House, Townhouse, Condos, Duplexes, Studios, Villa, Apartments, Others)]
Something went wrong AppwriteException: User (role: guests) missing scope (account) ... Iam getting this error when iam using OAuth (Google) in appwrite
Hello Dennis, if I would like to develop some application what course should I study? I mean including database, server and security, it isn’t only frontend and backend knowledge.
Very cool vidéo, simple, perfect ! It's still work with new version of app write except the createEmailPasswordSession has replace the createEmailSession method Have you plan another vidéo with the email verification process ? it would be great :) thanks
Hey Dennis, great video as always! Could you do the same but with DRF instead of Appwrite? Ive seen your 'Authentication & Refreshing Tokens Implementation'' and also the 'Refreshing Tokens With Axios Interceptors' but you seem to only cover the GET method with DRF. Could you show us how to do all the CRUD with React+DRF+JWT, please? It would be a huge help! Many thanks!!
There’s only a few cases where you need semicolons, most cases you’ll be completely fine without them. I think I just need to write an article explaining semicolons in JavaScript 😆
Hey I need Help.. i'm getting this error - Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
@@AbhishekKumar-gf5qt i dont know if you have solved your issue or not but i was having the same error and found that i forgot to make one of my useAuth into a function call (useAuth()) so might be worth while checking that
Finally, Dennis is back. 🥳🥳
Big fan sir, please make end to end full stack project on ReactJS in frontend and Django on backend
I really loved your Django tutorial and now your react tutorials will make me a full stack🎉
Finally, through the whole video and I have to admit Appwrite does a great job with its portal/tool and the APIs it provides. I'm hesitant to build my backend based on a platform that could vanish in the future. However, the speed to get up and running quickly is unbeatable. Seems like a great product. 👏
great tutorial. Just the right amount of context without getting bogged down in react details.
Good to see you back I just finished your django ecommerce tutorial hope to see more tutorials coming in
We are waiting for your videos long time you are highly welcome back sir Denis.
☺️
@@DennisIvyhi Dennis please make a lengthy django video for 2023
Great tutorial! I was having trouble understanding the appwrite docs, but your video cleared up many things.
what matter is that you're back ! :) you're my first amazing teacher
That was a great tutorial, Dennis!
This is a really amazing video that I was looking for.
We missed You Dennis, Glad to see you back.
welcome back. happy to see you again
Where have you been all these days? Thank god your are back ❤
I thought you died bro, welcome back
Haha not the first time someone thought that 😉
nice to see you sir, after a long time
Glad to see you back : D
I am facing an issue. whenever i refresh the login page. it says 404:Page is not found
Great Content 🚀
Awesome video, Really helpfull!!
Guess who's back? Back again.
Dennis's back, tell a friend.
Haha yes I’m getting a new rhythm
Thank you very much Dennis
I had follow you for years i Hope you make more vidéos soon in this years of ai
Creation of a session is prohibited when a session is active. ERROR
in login component in useEffect hook you didn't put any dependencies but when the user is created why that useeffect is rerun and navigate to home path
Great, great stuff! I wanted to ask if you could do a tutorial on how to link a user to a database collection so that we could display more user's info on the user profile page, etc. That would be really great Sir! Keep the good work.
I’m putting out alot or videos on appwrite, make sure to subscribe there to see them. I cover this a few times and will have more related videos l. @appwrite
@@DennisIvy Sure thing Sir!
this is helpful 🖤🤗
I have a tough time inserting data into a document with the attribute 'Enum". The data sent is correct but I still get the same error. see the log: (NOBRIDGE) LOG Property types: ["House", "Townhouse", "Condos", "Duplexes", "Studios", "Villa", "Apartments", "Others"] (NOBRIDGE) LOG Selected type: Duplexes (NOBRIDGE) ERROR Error seeding data: [AppwriteException: Invalid document structure: Attribute "type" has invalid format. Value must be one of (House, Townhouse, Condos, Duplexes, Studios, Villa, Apartments, Others)]
I really missed you Dennis 😉
Something went wrong AppwriteException: User (role: guests) missing scope (account) ... Iam getting this error when iam using OAuth (Google) in appwrite
Hello Sir, I built my app based mostly on your proshop demo app in Udemy. How do implement this authentication in my app using this?
My mentor. I'm saying hi from Nigeria.
Which visual Studio code theme you're using ?
I'm interested too. Could be AYU dark
Hello Dennis, if I would like to develop some application what course should I study? I mean including database, server and security, it isn’t only frontend and backend knowledge.
Very cool vidéo, simple, perfect !
It's still work with new version of app write except the createEmailPasswordSession has replace the createEmailSession method
Have you plan another vidéo with the email verification process ? it would be great :)
thanks
Hey Dennis, great video as always!
Could you do the same but with DRF instead of Appwrite?
Ive seen your 'Authentication & Refreshing Tokens Implementation'' and also the 'Refreshing Tokens With Axios Interceptors' but you seem to only cover the GET method with DRF. Could you show us how to do all the CRUD with React+DRF+JWT, please? It would be a huge help!
Many thanks!!
Also, if possible, show us how to create a new password if user forgot his, would be cool as well! Heheh :)
How to show all users in home page and chearch them
Is Dennis's Django + React eCommerce course still recommended in 2023?
Bro do you know if appwrite supports third party s3 cloud provider other than aws
Thank you teacher 😊
Hey, Dennis, can you also add JWT as well?
Hi Dennis, Please make a project based course on Django 5.x.x
And he is backkkkk
Hi dennis could you please make a CRUD (for Products) using react and django ?
I saw your code, no where you end the line with semicolon;
Is that not needed now a days ?
There’s only a few cases where you need semicolons, most cases you’ll be completely fine without them. I think I just need to write an article explaining semicolons in JavaScript 😆
anyone else getting cors error with this?
I dont understand why you dont set up the router like how they do in the react-router docs?
You don’t have to always follow the latest updates. In my case this works just fine.
You are the best 🎉
thanks ❤️
Hey I need Help.. i'm getting this error - Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
i had checked the code but there isn't any issue. and verified my code from your repo as well.. still facing the issue'
Seems like you didn’t add an empty dependency array so useEffect is being called over and over.
@@AbhishekKumar-gf5qt i dont know if you have solved your issue or not but i was having the same error and found that i forgot to make one of my useAuth into a function call (useAuth()) so might be worth while checking that
Should i use react instead of Django?
He's Back !
Nice but there are problems in Google authentication...
You are back !!!
excellent!
What's yours vscode theme is???????
Halcyon theme
Would be cool to see an HTMX tutorial
Theme ?
Nice
🎉
Bigg fan from Kerala can you build million dollars Home page script using react js
last video was 10 month ago and now 1 day ago ;)
Not sure your teaching or handsomeness, which one is better, I can't help watching your videos
Hahaha! Thank you, you made my day ☺
11:00
hi ! Dennis
👋
Long time.
Hy sir
Appwrite is for lazy coders. Real coders do it for themselves
Nice