Пікірлер
@koaisasd3139
@koaisasd3139 15 сағат бұрын
How do i set up the docker for the backend?
@Unnamed-r8x
@Unnamed-r8x 18 күн бұрын
Thanks, really good video
@Unnamed-r8x
@Unnamed-r8x 20 күн бұрын
Cmon man youare really good explane, I will bring you a cofee ) Better in real life ^_^
@JurgenVANCUTSEM
@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
@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
@userinconnu2852
@userinconnu2852 2 ай бұрын
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?
@userinconnu2852
@userinconnu2852 2 ай бұрын
big thinks 🚀
@userinconnu2852
@userinconnu2852 2 ай бұрын
thanks 🔥
@iccon7665
@iccon7665 2 ай бұрын
hi bro please post more videos on nestjs graphql nextjs, you are osm!
@MetaverseCrypto-z1g
@MetaverseCrypto-z1g 2 ай бұрын
awesome bro. Thanks for this tutorial. Will be awesome if you make IG clone as well.
@313mss
@313mss 2 ай бұрын
Do you have code for android and iOS app?
@PetrandoRichard
@PetrandoRichard 3 ай бұрын
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_philippines5353
@senseii_philippines5353 3 ай бұрын
was this filmed in a Bollywood basement? 😂😂
@snoudev
@snoudev 4 ай бұрын
Amazing, just the best video on youtube
@PetrandoRichard
@PetrandoRichard 4 ай бұрын
Thank you for the tutorial 🙂♥
@allaguiamira8866
@allaguiamira8866 4 ай бұрын
waiting for the next part !! you kept us hanging after following the hole list .
@ppriyankuu4382
@ppriyankuu4382 4 ай бұрын
1:50:57
@aminelbabda5925
@aminelbabda5925 4 ай бұрын
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 !
@jasonbrody539
@jasonbrody539 5 ай бұрын
@codingIsLove how to run the project from github and what all packages do i have to install ?
@changhonghe2312
@changhonghe2312 5 ай бұрын
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?
@changhonghe2312
@changhonghe2312 5 ай бұрын
I mean how to reflect the changes to graphql.gql when schema.prisma got changed. Any help will be highly appriciated...
@programmingwithfarouk7487
@programmingwithfarouk7487 5 ай бұрын
Great job mate
@EmmaLovesCoding
@EmmaLovesCoding 6 ай бұрын
very bad teacher it is almost like you are just coping and pasting no legit explanation.
@EmmaLovesCoding
@EmmaLovesCoding 6 ай бұрын
to be honest this is rubish and it is not beginner friendly it almost like you did not prepare for the tutorials be teaching
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
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
@codingislove3707
@codingislove3707 7 ай бұрын
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
@codingislove3707
@codingislove3707 7 ай бұрын
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.
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
@@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
@nguyenanhtuan4723 Ай бұрын
@@codingislove3707 ctx.req?.profile.email not found ? please
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
[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...
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
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
@langlangtran4148
@langlangtran4148 4 ай бұрын
Were you able to fix it?
@SoulBreacher2802
@SoulBreacher2802 4 ай бұрын
@@langlangtran4148 nope
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
[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
@nguyenanhtuan4723 Ай бұрын
Do you have a solution?
@nguyenanhtuan4723
@nguyenanhtuan4723 Ай бұрын
same issue
@SoulBreacher2802
@SoulBreacher2802 Ай бұрын
@@nguyenanhtuan4723 unfortunately no🥲🥲
@mahdiandalib186
@mahdiandalib186 7 ай бұрын
can you create angular and nestjs tutorials
@andrejkling3886
@andrejkling3886 7 ай бұрын
Thank you so very much 🔥🔥💯🔥
@codeaperture
@codeaperture 7 ай бұрын
Great vid, pls provide video splits for section jumps
@SibelleDeis
@SibelleDeis 7 ай бұрын
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🤲🤲
@codingislove3707
@codingislove3707 7 ай бұрын
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.
@SibelleDeis
@SibelleDeis 7 ай бұрын
@@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
@SibelleDeis
@SibelleDeis 7 ай бұрын
please help me🤲🤲
@SibelleDeis
@SibelleDeis 7 ай бұрын
@@codingislove3707 very very frustrating
@SibelleDeis
@SibelleDeis 8 ай бұрын
thanks verymuch for tutorials but please need the last tutorial on sharing the invitecode to invite people into a channel🤲🤲
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
Hi there, could you help me out solve an error in this project?
@SuperNova-ik8ih
@SuperNova-ik8ih 8 ай бұрын
[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
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
Hi there, I'm having the same error and I cannot solve it. Kindly help me out fix this error
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
Did you find the fix for this error? Kindly help me fix this error
@iUmerFarooq
@iUmerFarooq 8 ай бұрын
Please make advance api course on Vuejs, Nestjs, Graphql, Prisma 💚 with auth. Thank you
@davutdurmaz1190
@davutdurmaz1190 8 ай бұрын
I love your videos but timestamps would be great for related parts of the video.
@mariannehartigan
@mariannehartigan 8 ай бұрын
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
@williamcao5139
@williamcao5139 8 ай бұрын
Long time no see, welcome back
@mochamadrasyad338
@mochamadrasyad338 8 ай бұрын
First, awesome video 🎉
@rkpers1420
@rkpers1420 8 ай бұрын
the below 2 errors happening... for a dev like you, it shd be very minor fix..haha. But awsome product having all features
@rkpers1420
@rkpers1420 8 ай бұрын
Chatwindow.tsx:183 Error leaving chatroom: ApolloError: Error getting new access token.
@rkpers1420
@rkpers1420 8 ай бұрын
Chatwindow.tsx:183 Error leaving chatroom: ApolloError: Unauthorized
@rkpers1420
@rkpers1420 8 ай бұрын
awsome build. Do you see any blockers to use this backend code in docker-compose and to mainly help it scalable ?
@ezequielalarconmejia
@ezequielalarconmejia 8 ай бұрын
[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-ik8ih
@SuperNova-ik8ih 8 ай бұрын
I have the same error . If you find the solution, let me know
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
​@@SuperNova-ik8ih Hi there! I have been stuck on this error for so many days, kindly help me fix this error
@SoulBreacher2802
@SoulBreacher2802 7 ай бұрын
If you found the fix to this error kindly help me out too.... I've been stuck on it for days now
@박공부-m5h
@박공부-m5h 8 ай бұрын
위 영상을 따라할 경우 graphql-upload 오류가 발생합니다 . 하지만 나는 해결방법을 찾아 공유합니다. (1. "graphql-upload": "^13.0.0" 버전 내리기 2. import { GraphQLUpload, graphqlUploadExpress } from 'graphql-upload'; 으로 수정하면 코드가 잘 동작합니다.
@satindersingh780
@satindersingh780 9 ай бұрын
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."
@alifrazansaputra
@alifrazansaputra 9 ай бұрын
i love this video so much 🔥
@SibelleDeis
@SibelleDeis 9 ай бұрын
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'?
@nawodyaishan
@nawodyaishan 9 ай бұрын
Thank you very much ! Really helped me a lot <3
@dorrakadri1474
@dorrakadri1474 9 ай бұрын
im stuck in something the subscription dont get generated so i cant import the UserStoppedTypingSubscription for exemple i dont get why can anyone help ?
@MbIcJIu
@MbIcJIu 9 ай бұрын
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-tz7gs
@FINDHAPPINESS-tz7gs 10 ай бұрын
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
@dorrakadri1474
@dorrakadri1474 10 ай бұрын
the appolo client file got me confuused