DEV Community

Discussion on: A Complete Beginner's Guide to Next.js

Collapse
 
enbonnet profile image
Ender Bonnet

Hi Ali! Thanks for sharing, I had doubts about deploying on AWS but you made it look very simple. 👏🏻

I just have a doubt in the example of getServerSideProps it gives me the impression that there is an error in the line const color = await fetch.json() shouldn't it be res.json()?