Cmon man youare really good explane, I will bring you a cofee ) Better in real life ^_^
@JurgenVANCUTSEMАй бұрын
But this is nice but let's say you want to run this in production it's a money slurping app, because all the parts where a app earns money with it is not even in the development, but further is a nice tutorial app
@nl7801Ай бұрын
Hello, I use NextJS instead of Vite. It has SSR and server actions. From what I've read online, those 2 features might replace some part of the tech stack if I'm not wrong. As you have more experience in your stack, could you please tell me, if you know, which parts of your stack/proj could I replace with stuff already in NextJS? Or if there's anything I should do differently. Thanks
@userinconnu28522 ай бұрын
Amazing tutorial. To add access to certain routes with a role, you have to create a new decorator and a new strategy by adding the role in the payload?
@userinconnu28522 ай бұрын
big thinks 🚀
@userinconnu28522 ай бұрын
thanks 🔥
@iccon76652 ай бұрын
hi bro please post more videos on nestjs graphql nextjs, you are osm!
@MetaverseCrypto-z1g2 ай бұрын
awesome bro. Thanks for this tutorial. Will be awesome if you make IG clone as well.
@313mss2 ай бұрын
Do you have code for android and iOS app?
@PetrandoRichard3 ай бұрын
Hi again! I don't think you need to create raycasterPlane just to receive mouseover event, after you create the particles points simply initialize that points as private : const particles = new THREE.Points( particlesGeometry, this.particlesMaterial ) this.particles = particles before that don't forget to initialize the particles as private variable on top : private particles: THREE.Points and then when you testing the intersection with raycaster, just test directly onto the particles : const intersects = this.raycaster.intersectObject(this.particles) I have clone your final repo, I tested these modifications, and I delete all the lines regarding raycasterPlane, works fine 😊
@senseii_philippines53533 ай бұрын
was this filmed in a Bollywood basement? 😂😂
@snoudev4 ай бұрын
Amazing, just the best video on youtube
@PetrandoRichard4 ай бұрын
Thank you for the tutorial 🙂♥
@allaguiamira88664 ай бұрын
waiting for the next part !! you kept us hanging after following the hole list .
@ppriyankuu43824 ай бұрын
1:50:57
@aminelbabda59254 ай бұрын
Hello,if you are seeing errors from apollo client,just enable cors in vite because the frontend server needs to recieve the request from the backend server, you can enable it in vite.config.ts in defineConfig and add server:{cors:true } or configure it thank you !
@jasonbrody5395 ай бұрын
@codingIsLove how to run the project from github and what all packages do i have to install ?
@changhonghe23125 ай бұрын
Hi, very nice tutorial video, helpful very much! Do you mind to share how to re-generate schema.prisma when my prosma data model got changed?
@changhonghe23125 ай бұрын
I mean how to reflect the changes to graphql.gql when schema.prisma got changed. Any help will be highly appriciated...
@programmingwithfarouk74875 ай бұрын
Great job mate
@EmmaLovesCoding6 ай бұрын
very bad teacher it is almost like you are just coping and pasting no legit explanation.
@EmmaLovesCoding6 ай бұрын
to be honest this is rubish and it is not beginner friendly it almost like you did not prepare for the tutorials be teaching
@SoulBreacher28027 ай бұрын
Any kind soul who could help a novice like me to fix an error while building in this project? I'm seriously in need of help... here's the error: [GraphQL error]: Message: Profile not found, location: [object Object], Path: getServers
@codingislove37077 ай бұрын
Hey, I wish I could help you but it's really hard for me since I don't have much time at the moment., and it has been a long time since I did this project. Could you try to clone the code from GitHub, and then run it on our machine. See if this works. If so, carefully, compare the code at the relevant positions. I know your feeling when you are getting sucked. It feels horrible. But we always have to remind ourselves to stay calm and never be disappointed. If you feel too horrible, it's always good to take a walk in the park or in nature <3
@codingislove37077 ай бұрын
Out of my head, you can check at a few places: 1) - github.com/thebeautyofcoding/discord_clone_nestjs_reactjs/blob/master/discord_backend/src/server/types.ts check if you have a profile property on the Server ObjectType. 2) - github.com/thebeautyofcoding/discord_clone_nestjs_reactjs/blob/master/discord_backend/src/server/server.resolver.ts check if the error is thrown because there is no email on ctx.req?.profile.email in the getServers Query. If so, check if the login logic works correctly.
@SoulBreacher28027 ай бұрын
@@codingislove3707 I did check all the code and nothing seems to work Sir I'm getting not authorised error and after reloading the page I get same error: [GraphQL error]: Message: Profile not found, location: [object Object], Path: getServers
@nguyenanhtuan4723Ай бұрын
@@codingislove3707 ctx.req?.profile.email not found ? please
@SoulBreacher28027 ай бұрын
[GraphQL error]: Message: Not Authorized, location: [object Object], Path: getServers [GraphQL error]: Message: Profile not found, location: [object Object], Path: getServers I have been stuck on this error and couldn't fix it. Kindly help me out😭 I've been asking since part 1 for the fix but no one cares to help...
@SoulBreacher28027 ай бұрын
I'm having an error which I'm not able to solve. I've been asking for help for days now. But no one seems to help out. Kindly help me fix this error. [GraphQL error]: Message: Profile not found, Location: [object Object], Path: getServers
@langlangtran41484 ай бұрын
Were you able to fix it?
@SoulBreacher28024 ай бұрын
@@langlangtran4148 nope
@SoulBreacher28027 ай бұрын
[GraphQL error]: message: Profile not found, location: [object Object], Path: getServers apolloClient.ts :42 I have been struggling with this error and can't figure it out. Kindly help me resolve this error.
@nguyenanhtuan4723Ай бұрын
Do you have a solution?
@nguyenanhtuan4723Ай бұрын
same issue
@SoulBreacher2802Ай бұрын
@@nguyenanhtuan4723 unfortunately no🥲🥲
@mahdiandalib1867 ай бұрын
can you create angular and nestjs tutorials
@andrejkling38867 ай бұрын
Thank you so very much 🔥🔥💯🔥
@codeaperture7 ай бұрын
Great vid, pls provide video splits for section jumps
@SibelleDeis7 ай бұрын
i have no pb with ur voice but i did the tutoriql step by step but unable to display the servers on sidebar help please🤲🤲
@codingislove37077 ай бұрын
Hi, dear, I currently don't have much. Sorry. Have you tried to debug yourself by using the source code from my github: github.com/thebeautyofcoding/discord_clone_nestjs_reactjs I know it's hard and frustrating if you getting stucked. I know it by myself.
@SibelleDeis7 ай бұрын
@@codingislove3707 yes but it's not still giving i reproduced the same thing step by step and can't still see created servers on sidebar
@SibelleDeis7 ай бұрын
please help me🤲🤲
@SibelleDeis7 ай бұрын
@@codingislove3707 very very frustrating
@SibelleDeis8 ай бұрын
thanks verymuch for tutorials but please need the last tutorial on sharing the invitecode to invite people into a channel🤲🤲
@SoulBreacher28027 ай бұрын
Hi there, could you help me out solve an error in this project?
@SuperNova-ik8ih8 ай бұрын
[GraphQL error]: Message: Profile not found, Location: [object Object], Path: getServers This error appears and I cannot solve it . By the way, you are amazing
@SoulBreacher28027 ай бұрын
Hi there, I'm having the same error and I cannot solve it. Kindly help me out fix this error
@SoulBreacher28027 ай бұрын
Did you find the fix for this error? Kindly help me fix this error
@iUmerFarooq8 ай бұрын
Please make advance api course on Vuejs, Nestjs, Graphql, Prisma 💚 with auth. Thank you
@davutdurmaz11908 ай бұрын
I love your videos but timestamps would be great for related parts of the video.
@mariannehartigan8 ай бұрын
At 1:18:22, how did you jump from desktop to mobile view? I'm not getting the blue buttons at the bottom of the screen. edit: it's in devtools, the toggle button for the desktop/phone
@williamcao51398 ай бұрын
Long time no see, welcome back
@mochamadrasyad3388 ай бұрын
First, awesome video 🎉
@rkpers14208 ай бұрын
the below 2 errors happening... for a dev like you, it shd be very minor fix..haha. But awsome product having all features
@rkpers14208 ай бұрын
Chatwindow.tsx:183 Error leaving chatroom: ApolloError: Error getting new access token.
awsome build. Do you see any blockers to use this backend code in docker-compose and to mainly help it scalable ?
@ezequielalarconmejia8 ай бұрын
[GraphQL error]: Message: Profile not found, Location: [object Object], Path: getServers How do I solve it, can someone help me or someone who has already solved it?
@SuperNova-ik8ih8 ай бұрын
I have the same error . If you find the solution, let me know
@SoulBreacher28027 ай бұрын
@@SuperNova-ik8ih Hi there! I have been stuck on this error for so many days, kindly help me fix this error
@SoulBreacher28027 ай бұрын
If you found the fix to this error kindly help me out too.... I've been stuck on it for days now
@박공부-m5h8 ай бұрын
위 영상을 따라할 경우 graphql-upload 오류가 발생합니다 . 하지만 나는 해결방법을 찾아 공유합니다. (1. "graphql-upload": "^13.0.0" 버전 내리기 2. import { GraphQLUpload, graphqlUploadExpress } from 'graphql-upload'; 으로 수정하면 코드가 잘 동작합니다.
@satindersingh7809 ай бұрын
Hey bro I getting Authentication failed error after npx prisma migrate dev --name init this cmd "Error: P1000: Authentication failed against database server at `localhost`, the provided database credentials for `johndoe` are not valid."
@alifrazansaputra9 ай бұрын
i love this video so much 🔥
@SibelleDeis9 ай бұрын
hello i got this proble;e on createservermodal unable to solve it 'Modal' refers to a value, but is being used as a type here. Did you mean 'typeof Modal'?
@nawodyaishan9 ай бұрын
Thank you very much ! Really helped me a lot <3
@dorrakadri14749 ай бұрын
im stuck in something the subscription dont get generated so i cant import the UserStoppedTypingSubscription for exemple i dont get why can anyone help ?
@MbIcJIu9 ай бұрын
If you faced with error: ERROR [ExceptionsHandler] Cannot read properties of undefined (reading 'getAllAndOverride'), connstructor of AccessTokenGuard should be: constructor(@Inject(Reflector) private reflector: Reflector)
@FINDHAPPINESS-tz7gs10 ай бұрын
thanks man you added a sub to your channel I dint know you need to have a port for web scoket i used the backend default port for sending that message