🔴 Let's build a Modern Portfolio with NEXT.JS (Framer Motion, Tailwind CSS, Sanity.io, React) | 2023

  Рет қаралды 1,769,147

Sonny Sangha

Sonny Sangha

Күн бұрын

Пікірлер
@SonnySangha
@SonnySangha 2 жыл бұрын
📬Do you want DAILY coding problems sent DIRECTLY to your Inbox? (with solutions the next day) 👉 links.papareact.com/university
@ravi12rocks
@ravi12rocks Жыл бұрын
​@@vnm_8945 use axios instead of the fetch method.then it will work. Worked for me.
@jeremymcdonald5281
@jeremymcdonald5281 8 ай бұрын
I concur. . . Bro is the DMX of the software engineering realm
@MindfulMoments-fl5ln
@MindfulMoments-fl5ln 7 ай бұрын
If anyone has completed this project, could you kindly share your code? I am encountering numerous issues with the responsiveness of the project.
@therhythmatic
@therhythmatic 2 жыл бұрын
This dude kept the exact same energy level for almost 4 hours. Last time I saw someone do that, it was DMX in concert.
@SonnySangha
@SonnySangha 2 жыл бұрын
Hahahahaha love this comment
@jacobrose6661
@jacobrose6661 2 жыл бұрын
If you're getting issues with Hydration after making the Email logo clickable, its because you have nested tags. Social Icon is a component which contains an tag and Link is just a fancy a tag, so it will complain. I solved this by just using the url property of the social Icon and wrapping the get in touch with me text in a Link tag, which works since they are on the same level now and no longer nested.
@dknsapatin
@dknsapatin 2 жыл бұрын
Thanks! This helped me a lot!
@mustafa_bilen
@mustafa_bilen 2 жыл бұрын
or you can just give LegacyBehavior to tag its gonna work
@jesusxchristo
@jesusxchristo 2 жыл бұрын
@@mustafa_bilen that worked perfectly thank you!
@SatyamKumar-vz6kg
@SatyamKumar-vz6kg Жыл бұрын
I removed the link tag and just added onClick={() => (window.location.href = "#contact")} to motion.div
@gushawke4393
@gushawke4393 Жыл бұрын
@@SatyamKumar-vz6kg THANK YOU
@husseinkizz
@husseinkizz 2 жыл бұрын
I think this channel is just underrated yet, am a web dev youtube channels nomad and I can say this is going to the moon!!!
@ameersultanabbasi5596
@ameersultanabbasi5596 10 ай бұрын
I was scrolling and searching who help me to build my next portfolio. after passing through many youtubers i finally came to ur channel. u r just awsm bro. keep ir up my prayer are with u bro
@carosendahl
@carosendahl 2 жыл бұрын
The video is very good. I enjoy watching them. One comment though: Not everyone has a 4k screen resolution (3840 x 2160), so the apps need to usually be tweaked (sizes scaled down) to fit traditional smart phones and screen resolutions.
@xdeclipseytu_3790
@xdeclipseytu_3790 2 жыл бұрын
I’m new to tailwind css, I got mine uploaded but having an issue with smooth scroll that he got, would that be the issue with Google by any chance? Cause I went to his deployed page and it was the same thing there too
@PedroAznarez99
@PedroAznarez99 Жыл бұрын
the website is'n really responsive. so thats something we'll have to do on our own
@MindfulMoments-fl5ln
@MindfulMoments-fl5ln 7 ай бұрын
If anyone has completed this project, could you kindly share your code? I am encountering numerous issues with the responsiveness of the project.
@dalestewart
@dalestewart 2 жыл бұрын
At 30:31 you can press SHIFT+OPTION+DOWNARROW to get multiple lines of the SocialIcon
@binodkhatri7738
@binodkhatri7738 Жыл бұрын
@Dale Stewart do you have any idea about this Binod khatri 1 second ago can anybody help me with the my skill section in his project the animation somewhat paused for a while and collaps together i have tried same code as his but in my context the animation is like linear there is no paused for a moment whyy is that so i am doing with reactjs does that make a difference ?? or am missing something ??
@AndreaRiezzo
@AndreaRiezzo 2 жыл бұрын
Your channel is a nice surprise. I'm looking forward to watch other good content. Thank you for sharing your knowledge!
@SonnySangha
@SonnySangha 2 жыл бұрын
You’re welcome!!! Thanks for supporting!
@atiati83
@atiati83 2 жыл бұрын
@3:51:50 sonny mentioned to change the base URL where to change the base url. And where to get the baseURL please let me know. Or if someone copy paste the base URL and in which file. Please will be great help Thanks
@DirilisErtugrulUrduATV
@DirilisErtugrulUrduATV 2 жыл бұрын
At 3:15:14 you implementing incremental static regeneration In pageinfo line I got error by running Vercel build
@DirilisErtugrulUrduATV
@DirilisErtugrulUrduATV 2 жыл бұрын
Reply please
@ensar6803
@ensar6803 2 жыл бұрын
yes need help with this
@davisnwanze4456
@davisnwanze4456 2 жыл бұрын
In case you have a prerendering error at "./". The problem is from getStaticProps. This function is trying to request from an api endpoint that hasn't been built yet. The api routes in this application are in the next js application which is getting built. To solve this issue take the logic from the getPageInfo, getExperience...etc and put it in the respective helper methods in the utils folder. Basically, make your request to sanity straight from the helper utils without the api routes. After I did this it deployed. So you will be fetching like this const res = await sanityClient.fetch(query) const experiences: Experience [ ] = result return experiences The query is your groq query string.
@tzuilee588
@tzuilee588 2 жыл бұрын
Thanks for your explanation buddy! It really helped me out! 😁
@Vaiez
@Vaiez 2 жыл бұрын
any chance you could show the repo for this to compare? trying to figure out where i've gone wrong. thanks
@muhammadshadreza1636
@muhammadshadreza1636 2 жыл бұрын
I also am facing issues with deploy I used try catch in the index.tsx cause the data was not coming up now when giving "vercel deploy --prebuilt" then it's not working. ENOENT: no such file or directory, stat '/vercel/path0/.vercel/output/functions/_next/data/td_4cUkOhbVy6u7Kx0Fm8/index.json.func' though I see this dir in the .vercel build folder any thoughts on that? thanks in advance
@ArturLan
@ArturLan 2 жыл бұрын
@@muhammadshadreza1636 Just delete this "data" folder and then run "vercel deploy --prebuilt"
@ArturLan
@ArturLan 2 жыл бұрын
Thank you for explanation, that makes sense, so basically you can't call internal Next.JS APIs from getStaticProps. But I wonder then why vercel build worked on video?
@cryptod6976
@cryptod6976 2 жыл бұрын
My bro, even though I'm a skilled NextJS developer, your videos especially this one still have room to add value myself. Really Appreciated!
@binodkhatri7738
@binodkhatri7738 Жыл бұрын
@Crypto D do you have any idean about my issue please read the comment the issue am facing??
@tzuilee588
@tzuilee588 2 жыл бұрын
The energy in this channel is insane, never thought coding can be this energetic
@leandro1.618
@leandro1.618 2 жыл бұрын
1:18:24 You cant use the from next with the , like you have to use the default . Or at least i couldent.
@harishg9429
@harishg9429 2 жыл бұрын
coding is so much enjoyable with Sonny, thank you
@qingyuanguan
@qingyuanguan 8 ай бұрын
This video is so interesting. I've watched it several times without getting tired of it, it's amazing!
@jshy6847
@jshy6847 Жыл бұрын
there is a way in react to make your redundant code look more cleaner, its using the loop method (map in the jsx). Makes the code alot cleaner and easy to use. You also edit the element only one time and all of them get the changes
@ismailMerced
@ismailMerced Жыл бұрын
I use this method all the time for duplicates components nice tip
@ahmed27218
@ahmed27218 Жыл бұрын
can any one face the issue of CSS styling not showing in the page
@itsTRBLE
@itsTRBLE Жыл бұрын
@@ahmed27218is it imported properly?
@dadtheautomator9553
@dadtheautomator9553 2 жыл бұрын
Love this guy's energy on a topic can overwhelmingly be a bit dry from other content creators!
@zeropoint25
@zeropoint25 Жыл бұрын
For anyone having problem with smaller screen devices, you can add zoom 67% at the first div on index tsx. Then replace h-screen on each component by 150vh. Mine looks good on Laptop and Phone.
@binodkhatri7738
@binodkhatri7738 Жыл бұрын
@Rizki Rajar my comment do you have any idea about that??
@ifaizanMK
@ifaizanMK Жыл бұрын
can you please share your code? i have some issues
@zeropoint25
@zeropoint25 Жыл бұрын
@@binodkhatri7738 no idea, sry
@Liveyyy-ic9jl
@Liveyyy-ic9jl 4 ай бұрын
life saver man
@m.zhafirrama9881
@m.zhafirrama9881 2 жыл бұрын
Best soft soft tutorial for beginners on KZbin! I'm an absolute beginner and all the other tutorials I've found on KZbin have been so
@kamalchakma4927
@kamalchakma4927 2 жыл бұрын
appreciate the hardwork put behind this. such a underrated youtuber
@londelidess
@londelidess 8 ай бұрын
I love any projects you can configure contents in cms after deployed. That makes more sense to customer based products. I love this video!
@MonLes-xt7gc
@MonLes-xt7gc 2 жыл бұрын
51:00 For windows users, select multiple things --> ctrl + alt + arrow key
@saumya8407
@saumya8407 2 жыл бұрын
This is amazing. And this is 100 times better than the best selling udemy bootcamp. Thank you for sharing it for free.
@victorjohnn
@victorjohnn Жыл бұрын
Simply the best Sonny you are doing the best work Champ!!!
@AndrewDBrown2020
@AndrewDBrown2020 2 жыл бұрын
Sonny - amazing!!! Your knowledge, delivery and energy (for the entire video) - wow - you're the man!!!
@Elgond
@Elgond 2 жыл бұрын
was watching live in 5am in the morning , Liked , Subscribed and saved to Playlist .
@rodrigofrancescani4223
@rodrigofrancescani4223 2 жыл бұрын
Love your energy, and the content is gold, you're a blessing !
@PeppiePeppa
@PeppiePeppa 2 жыл бұрын
hey im getting Server Error TypeError: Only absolute URLs are supported. What did I do wrong here?
@jeromemanceau4263
@jeromemanceau4263 Жыл бұрын
Thanks Sonny! It's always a pleasure to watch you working and explaining the code! Appreciate a lot!
@apekshafernando2750
@apekshafernando2750 Жыл бұрын
sonny This is my first testing react web and no words to say really.......... good Thanks sonny, love you 🖤🖤💯💥🍻
@masadamsahid
@masadamsahid 2 жыл бұрын
Thanks. This project helped me understanding how NextJs work. And additionaly, it helped me understanding about Sanity and Framer Motion. Big thanks, Sonny 👍
@SonnySangha
@SonnySangha 2 жыл бұрын
You’re welcome!!
@lokeshnegi5051
@lokeshnegi5051 2 жыл бұрын
you never disappoint with your content keep up the good work !
@ishaankulkarni49
@ishaankulkarni49 2 жыл бұрын
had so much fun building this. Cant thank you enough Sonny!
@xibble_developer7474
@xibble_developer7474 2 жыл бұрын
Wow! Just started learning React and Next JS, this livestream/tutorial was quite helpful! Thank you Sonny! I'll look forward to more streams like this! :)
@tawfiqtb
@tawfiqtb 2 жыл бұрын
you are changing my life bro ... keep doing what you do best
@tawfiqtb
@tawfiqtb 2 жыл бұрын
am learning so much in a short time
@JaineelShah-tx9gv
@JaineelShah-tx9gv Жыл бұрын
2:45:32 I can't start sanity shows some error => [postcss] Cannot read properties of undefined (reading 'config')
@samarthsheth8797
@samarthsheth8797 2 жыл бұрын
Everything is working on my localhost but I am not able to deploy it Its showing error in yarn run build while deployment. Any help
@prajwalladkat
@prajwalladkat 2 жыл бұрын
have you got your website deployed successfully?
@samarthsheth8797
@samarthsheth8797 2 жыл бұрын
@@prajwalladkat no
@alexmephors
@alexmephors Жыл бұрын
The way Sonny sold me on this tutorial in the intro, I just had to watch it. 😂😂
@ooweew
@ooweew 2 жыл бұрын
Just wondering about a thing. Have not watched the whole video yet, but half-way. Does he have his browser on 80% zoom? Because right now on my 100% zoom (default), the h3 title (for example "Skills") is at the same level as the skill-icons and are behind them. Will he fix this later in his video?
@biosxx
@biosxx 2 жыл бұрын
Have you figured this out ? I am having the same issue currently. Even on my mobile the website looks weird
@johnwinchester8911
@johnwinchester8911 2 жыл бұрын
@@biosxx just messed around with font-size and padding with various screen sizes seemed to have fixed the problem for me.
@ooweew
@ooweew 2 жыл бұрын
@@biosxx Hi, it's sad, but at the same time i'm glad it's not just me. But no, not yet. I have still more of the video left to watch. I just finished the "Project Section", and that section looks fine. Still want to watch the whole video to see if they fix that bug later. Have you watched the whole video yet?
@jingli9232
@jingli9232 2 жыл бұрын
@@ooweew same issue, try to debug myself, then mess around with the layouts, sad
@ooweew
@ooweew 2 жыл бұрын
​@@biosxx Later in the video, he adds "max-h-96 overflow-y-scroll scrollbar-thin scrollbar-track-black scrollbar-thumb-[#F7AB0A]/80" to the ul that has the bullet-points, so that might help a little bit on the "Experience"-page. I took the "max-h" to "max-h-20"
@hiteshnalamwar2722
@hiteshnalamwar2722 2 жыл бұрын
Learning coding from the best teacher out there) If you were my teacher in my Engineering school I would not wasted those 4 years :)
@antoniomiguel9447
@antoniomiguel9447 2 жыл бұрын
' TypeError: Only absolute URLs are supported ' does anyone knows how to fix it in this project ?
@andrewreddin8853
@andrewreddin8853 2 жыл бұрын
Same Error!!
@marvin_e
@marvin_e 2 жыл бұрын
@@andrewreddin8853 same here
@zydraakiss
@zydraakiss 2 жыл бұрын
Same to me!
@antoniomiguel9447
@antoniomiguel9447 2 жыл бұрын
If any of you find out, please share with us
@darkArcher06
@darkArcher06 2 жыл бұрын
same here
@vijaynarayanan3258
@vijaynarayanan3258 Жыл бұрын
great ui! It'd be much appreciated if you try to make these fully responsive starting from phone to desktop
@justangryvideos47
@justangryvideos47 2 жыл бұрын
at 1:40:25 how is he able to scroll through the experience section with his mouse wheel?
@ThugLifeModafocah
@ThugLifeModafocah 2 жыл бұрын
You, as usual, just killing it. Thanks Sonny.
@MahsinSaifullah
@MahsinSaifullah 2 жыл бұрын
what is the vs code extension do you use for that code autosuggestion ? The one that suggests you from a previous code that you have written.
@sahilsolkar8110
@sahilsolkar8110 2 жыл бұрын
Tabnine
@ensar6803
@ensar6803 2 жыл бұрын
github copilot, paid service
@PysznePysznosci
@PysznePysznosci 2 жыл бұрын
Does anybody have any idea why when he does the absolute/relative thing to the div parent and then h2/3/4 sections like experience and such and later on he puts skills items they are apart from eachother? When I do that they keep overlapping looking nowhere like what he does :/ Anyone could perhaps help?
@al-doori2392
@al-doori2392 Жыл бұрын
You don't need to do exactly what he is doing, and in this build in the video there is so much UI bugs, you can simply put the h1/h2/h3..etc in a div above the real content
@trooper_z3712
@trooper_z3712 2 жыл бұрын
Man I appreciate your tutorial, I used to hate web and front end dev as a back end guy, but now it's so much easier and straight forward! BTW, what extension are you using that makes the suggested code at 1:06:51?
@red.heifer
@red.heifer 2 жыл бұрын
its called autopilot
@alphaAmeturegarage9960
@alphaAmeturegarage9960 Жыл бұрын
This guy is amazing, great video and the way you solve the errors its just amazing good trainer.
@hashtag1315
@hashtag1315 2 жыл бұрын
At 21:05 when the tailwind is unable to integrate with the source code What exactly is done to resolve that Even I am facing the same issues
@Salaralali
@Salaralali 2 жыл бұрын
clean the repo and repeat the steps without installing the wrong tailwindcss stuff, that he did at the beginning
@tephlondandada156
@tephlondandada156 2 жыл бұрын
Wow! That’s amazing! Are you able to do a tutorial for beginners like myself on how to convert a Wordpress website into an app using react js?
@andremansour
@andremansour 2 жыл бұрын
This is a good video but heres some advice, instead of using the responsive tab in the browser, instead change it to a device size so that you can check if it is truly is responsive. The build is somewhat broken when you test it on iPhone. nevertheless keep up the great work.
@ayushagrawal7052
@ayushagrawal7052 Жыл бұрын
Same. Btw could you be able to resolve that?
@red.williams18
@red.williams18 Жыл бұрын
For building the header section, something neat i saw another developer do was to create an array (in this case, it would just hold the url", .map() over that with a key and url and return the fc with that url as the normal argument. Dry at its best
@maha33612
@maha33612 11 ай бұрын
another develper who?please can yo tell ?
@TheNta10
@TheNta10 Жыл бұрын
2:37:32 i did it with TS.. are there some difference between that and JS? cus the API sanity page isnt showing any value in the query vison ([] 0 items).. i did it step by step like you. Thanks!
@yigll0029
@yigll0029 Жыл бұрын
im having the same issue too. like get apis is not fecthing the values for me. i just went detched the whole sanity thing and added the components manually and now about to deploy it.
@nandasoe5104
@nandasoe5104 2 жыл бұрын
I checked - everything is clean
@Nik.305
@Nik.305 10 ай бұрын
GWAAN SONNY! This is 🔥 I don't suppose you created an updated version of this since then?
@SonnySangha
@SonnySangha 8 ай бұрын
I’m thinking of doing one!
@bedo-habashi
@bedo-habashi 2 жыл бұрын
You are the best Sonny Sangha. You have helped and inspired me a lot brother. Because of I become a freelancer.
@SonnySangha
@SonnySangha 2 жыл бұрын
Incredible!!! #PAPAFAM
@Zubairkhan-rb1fx
@Zubairkhan-rb1fx 2 жыл бұрын
@@SonnySangha Error: getStaticProps is not supported in app/, detected in. I am getting this error.. Is it due to next13?
@Matiast9477
@Matiast9477 Жыл бұрын
2:10:00 if you're having getting the error "Could not find a declaration file for module '" change the import to "import { PhoneIcon } from '@heroicons/react/24/solid';"
@briananderson8632
@briananderson8632 Жыл бұрын
Sonny, first time watching one of your videos and I am impressed with how much content you cover in a matter of a few hours! Being a manager I don't get to code as often as I would like, but videos like this keep me energized. Quick question, in the projects section how did you make the images that show the project in the different form factors? That is a nice visual for each project that I would be interested in replicating.
@SonnySangha
@SonnySangha Жыл бұрын
Thanks Brian!! Could you elaborate on your question and send it to our team email at papareact.team@gmail.com as it always gets buried here!
@maximilianojuega17
@maximilianojuega17 Жыл бұрын
did you get an answer for this question ?
@bukolaidowu6572
@bukolaidowu6572 2 жыл бұрын
Sonny thank you very much for this tutorial. When I was following the build I noticed that anytime i refreshed the page it snaped to the about section or the experience section instead of the Hero section. Please how can i fix this?
@sheheryarqazi1006
@sheheryarqazi1006 2 жыл бұрын
You the one and only always make the most energetic tutorial 💯
@zidxne
@zidxne 2 жыл бұрын
Guys if you are get getting "projectId" error when deploying or 500 internal error on vercel. Follow these steps: 1. Make sure your gitignore file does not have # local env files # .env*.local in it. 2. Change the NEXT_PUBLIC_BASE_URL in .env.local to your vercel site url NOT localhost:3000.
@ShivamVerma-ut6nk
@ShivamVerma-ut6nk 2 жыл бұрын
thanks man !!!! it worked.
@mamunahmed8113
@mamunahmed8113 2 жыл бұрын
same problem but i can't fixed this error. could you help me?
@getssa
@getssa 2 жыл бұрын
Thanks man
@amadeusocean1201
@amadeusocean1201 2 жыл бұрын
@@mamunahmed8113 same here. Let me know if you find a solution
@sayanmanna2511
@sayanmanna2511 Жыл бұрын
@@mamunahmed8113 same problem.. have you solved it?
@muhammadshadreza1636
@muhammadshadreza1636 2 жыл бұрын
Sonny I really am frustrated man! What a sweet build it has been so far. Came along till the deployment but errors started to occur. Especially now after solving the vercel build stuff by keeping the local host on and by running vs code on administration now I am having "Error: ENOENT" in the vercel deploy --prebuilt. though I can clearly see the directory but I am not getting any way out... I would really love some guidance from you guys...
@amadeusocean1201
@amadeusocean1201 2 жыл бұрын
same. doesnt work. super frustrating!!!
@dineshkatariya5966
@dineshkatariya5966 2 жыл бұрын
I'm going to modify this project and use it as my portfolio website. Thanks man for such amazing content
@chad4698
@chad4698 2 жыл бұрын
smart me too
@xdeclipseytu_3790
@xdeclipseytu_3790 2 жыл бұрын
I’m new to tailwind css, I got mine uploaded but having an issue with smooth scroll that he got, would that be the issue with Google by any chance? Cause I went to his deployed page and it was the same thing there
@chaitanyaramji
@chaitanyaramji 2 жыл бұрын
Hey Sonny, I followed the last 20 mins of your tutorial or so, right from adding Sanity to deploying on Vercel. While the code works perfectly for me locally, as soon as I try to build & deploy it on vercel, I get an error "TypeError: fetch failed" Any idea what could be the error? Happy to bundle and share my code with you.
@amadeusocean1201
@amadeusocean1201 Жыл бұрын
I had the same problem. I learned through the Sanity Slack, that the way it's implemented in the video here isn't how it's supposed to be done. I used one of the vercel/sanity starter kits and built the side from there up. Let me know if you need further assistance with it.
@clairefinnie2770
@clairefinnie2770 Жыл бұрын
@@amadeusocean1201 Had this same issue and couldn't figure out what was going on! Missed your reply when I was first scanning the comments, this would have saved me a good bit of time this afternoon if I'd seen it because I finally decided that's what I'll have to try tomorrow 🤦‍♀
@federicodinuzzo1547
@federicodinuzzo1547 Жыл бұрын
@@amadeusocean1201 when I put npm run dev at sanity folder it says: Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. I tried a lot of things but nothing works, someone can help me plis? Im stuck here for daysss
@mohamedabdulla8097
@mohamedabdulla8097 Жыл бұрын
anyone figured this out?
@naumantanwir
@naumantanwir Жыл бұрын
I tried the "leerob's next portfolio template" but, that one has prisma and few other things. So, can you please share your code repo or may be codesandbox link or something? that would be extremely helpful.
@DirilisErtugrulUrduATV
@DirilisErtugrulUrduATV 2 жыл бұрын
When I run Vercel build I get error in 78:9 const pageInfo
@ensar6803
@ensar6803 2 жыл бұрын
this error gives me so much trouble I tried everything pls help.
@sayanmanna2511
@sayanmanna2511 Жыл бұрын
Deployment failing because of staticprops. Any solution?
@garvitagrawal5945
@garvitagrawal5945 Жыл бұрын
I am not getting any data return from my CMS I dont know how to do it pls help. My api/getSocials is showing an Empty page " {"socials":[]} " like that. after timestamp 3:09:56
@shrutisemwal2224
@shrutisemwal2224 Жыл бұрын
That's happening because probably you didn't publish the data you entered in Sanity Studio.
@evanmarshall9498
@evanmarshall9498 Жыл бұрын
In the hero component for useTypeWriter you defined both a text and count const. Did you ever use the count variable?
@lebonbauma4167
@lebonbauma4167 2 жыл бұрын
As I'm following tried it on my side, but everything in my HTML attribute < className="" > isn't working. Some guidance will be appreciated!😎
@thtguy001
@thtguy001 2 жыл бұрын
same please help
@apurvasingh2822
@apurvasingh2822 Жыл бұрын
@@thtguy001 same
@PattySpicy
@PattySpicy 2 жыл бұрын
This is the portfolio project for now to the future !
@SonnySangha
@SonnySangha 2 жыл бұрын
❤🎉
@Zubairkhan-rb1fx
@Zubairkhan-rb1fx 2 жыл бұрын
@@SonnySangha Error: getStaticProps is not supported in app/, detected in. I am getting this error.. Is it due to next13?
@feliwein_cc
@feliwein_cc 2 жыл бұрын
killer build man, wtf i love you
@HumanTouchArt
@HumanTouchArt 2 жыл бұрын
did aynone get pass this error on vercel Unexpected token T in JSON at position 0 have no idea how to get past that
@BrandonUK
@BrandonUK 2 жыл бұрын
Anyone else having the issue where the circles refuse to align with the hero content?
@3yut023
@3yut023 2 жыл бұрын
Has anyone got an error when you guys try deployment? The message is "ECONNREFUED 127:0.0.1:3000". From what I'm understanding, it's caused by an API call. I need to change the BASE URL but I have no idea what it should be...
@nikitataranenko998
@nikitataranenko998 Жыл бұрын
same problem, did u fix it?
@cebacaro
@cebacaro 2 жыл бұрын
Hi there. On the 2:00:00 I keep getting an error while trying to add a div tag (Missing "key" prop for element in iterator) can somebody help me with that. I'm really enjoying this tutorial and I'll love to continue with it.
@eniolaadebayo5681
@eniolaadebayo5681 Жыл бұрын
same here
@ShoggyR79
@ShoggyR79 2 жыл бұрын
I followed the tutorial but my sections are overlapping when i switch to a small screen, what should I do
@Forthepeople74
@Forthepeople74 2 жыл бұрын
I just love your content. Hard work matters
@willyhuang6858
@willyhuang6858 2 жыл бұрын
Did anyone run into the errors say that "Configuration must contain `projectId`", the 'vercel build and deploy' were successful, but the final page show code 500? not sure what is going on. Please help!
@ensar6803
@ensar6803 2 жыл бұрын
@HOME OF ART replace dotenv files with .env file. problem caused by sanity client cannot get project id from files that Sonny created. I dunno why but either hardcode your projectId or as the way I said first.
@KCODivyanshuKatyan
@KCODivyanshuKatyan Жыл бұрын
Quality content you earned a sub
@HealthHabitsHQ.
@HealthHabitsHQ. 2 жыл бұрын
If you make the google chrome client smaller (Vertical) all of the content will bunch up. How would I fix this?
@StackswopoGang
@StackswopoGang 2 жыл бұрын
Great work Sonny!
@riyazm9518
@riyazm9518 Жыл бұрын
Hi, I'm trying to follow the same steps you do but the installer at the start for create next app is different. Should I use the new app router? I'm not familiar with next js and am diving headfirst to learn it through this video.
@Vanderjigs12
@Vanderjigs12 Жыл бұрын
Love this video, but I am having issues with proper spacing of the images throughout the course, maybe because of the resolution?
@derekprieur5258
@derekprieur5258 2 жыл бұрын
Really awesome video Sonny! Your energy throughout was great to see and I definitely learned a lot of new things 👍
@ricardoandrade1313
@ricardoandrade1313 5 ай бұрын
yo great shot dude!
@piyush9688
@piyush9688 2 жыл бұрын
As soon as I installed sanity using npm, I am getting following error "Error: Hydration failed because the initial UI does not match what was rendered on the server."
@franchescoVirguline
@franchescoVirguline 2 жыл бұрын
mine is not with a smoth scroll animation, someone know how to sove it in tailwind? I've tried scroll_behavior, but still not working :(
@xdeclipseytu_3790
@xdeclipseytu_3790 2 жыл бұрын
Same, any luck? My mobile view is all messy too
@jeremymcdonald5281
@jeremymcdonald5281 9 ай бұрын
Im a Controls engineer. .. meaning I program machines and industrial software systems. I came across this in my suggested feeds. . . dude. . .your video totally makes me want to leave the industrial and manufacturing sector and come into the full stack developer arena. just your energy and style was enough and has me hooked. . . i got to get out of the dark
@SonnySangha
@SonnySangha 8 ай бұрын
This is such an awesome comment haha thank you!!! I’m glad you enjoyed it!
@frankdearr2772
@frankdearr2772 8 ай бұрын
great topic, thanks 👍
@Vikingsplayer
@Vikingsplayer 2 жыл бұрын
awesome bro love your toturials and respect your effort to teach us like this
@holyfreakinguacamole
@holyfreakinguacamole Жыл бұрын
THIS is the energy I'm looking for!! 🌟🍪🍰🤟
@SonnySangha
@SonnySangha Жыл бұрын
🤙🏽🔥
@thegoldenagelegendz4425
@thegoldenagelegendz4425 2 жыл бұрын
Sangha bhaijaan your content always rocked everyone.
@andreaskarz
@andreaskarz Жыл бұрын
Hi Sonny, I love you videos they are full of energy, thank you. Wath do you think about Flowbite? I love it, then it saves a lot of work when you use Tailwind.
@thomasmortaro7597
@thomasmortaro7597 2 жыл бұрын
awesome video!! thank you! Just one thing, in my case the experience card and the projects doesn't scrool. Perhaps do you know why?
@jamangueira7
@jamangueira7 2 жыл бұрын
Me too. Did you manage to solve it?
@thomasmortaro7597
@thomasmortaro7597 2 жыл бұрын
@@jamangueira7 unfortunately no :(
@ogulcanmdev
@ogulcanmdev 2 жыл бұрын
Error occurred prerendering page "/". Anyone solve this problem. Edit; After 7 hours i solve it. Change the staticProps to serverSideProps.....
@tzuilee588
@tzuilee588 2 жыл бұрын
thanks man
@Vaiez
@Vaiez 2 жыл бұрын
any chance you could show the repo for this to compare? trying to figure out where i've gone wrong. thanks
@nandk45523
@nandk45523 2 жыл бұрын
i am having the same error please show me to fix it
@TeuPai01
@TeuPai01 2 жыл бұрын
Hi, can you help me with this? I'm going through the same problem. And I can't fix it.
@orlius
@orlius Жыл бұрын
I find a solution, i had the same problem. Add some Environnement Variable (into the Vercel Project go to Setting) : NEXT_PUBLIC_SANITY_PROJECT_ID and NEXT_PUBLIC_BASE_URL With the right value. Don't forget the "" for the url. Let me know if it solve the problem on your side
@jingli9232
@jingli9232 2 жыл бұрын
genius and angel to the community
@ahmed-alamodi
@ahmed-alamodi Жыл бұрын
I try to build my project, but I got this error I searched to resolve this error Type error: Module '"sanity"' has no exported member 'defineConfig'. 😅
@sicruse9472
@sicruse9472 4 ай бұрын
I stumbled across this and loved the tutorial, nice work! Having built out the majority of the code I ran into an incompatibility with Next 14+ in that GetStaticProps isn't supported in the app directory, which is where my main page is located. What are your thoughts on providing some guidance on adjusting the tutorial for next 14+? Cheers!
@YungHavy
@YungHavy Ай бұрын
I fixed that problem: I can send you a gist of it?
@pushkarguptamusic
@pushkarguptamusic Ай бұрын
@@YungHavy yes please
@test3373
@test3373 2 жыл бұрын
THANK YOU!! THIS WAS THE BEST AND EASIEST TUTORIAL
@zydraakiss
@zydraakiss 2 жыл бұрын
Did you deployed this tutorial project?
@lokeshnegi5051
@lokeshnegi5051 2 жыл бұрын
hey man if u have completed can u please share your gituhb code link
How to make VSCode minimal
16:14
Lets Write Code
Рет қаралды 66
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Build and Deploy an Apple Website with React | Beginner Three.js & GSAP Tutorial
3:51:37
Build A Chatbot with NextJS, TailwindCSS, TypeScript and OpenAI (2024)
1:05:16
Abraham E. Tavarez
Рет қаралды 1,7 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН