Пікірлер
@Samuellucas243
@Samuellucas243 4 ай бұрын
thank you brown!
@codemarns
@codemarns 2 ай бұрын
You're welcome!
@helixo.2630
@helixo.2630 4 ай бұрын
Bro iam getting an error in build with next js
@codemarns
@codemarns 2 ай бұрын
Let's talk about it.
@el_0387
@el_0387 6 ай бұрын
Thank you! I used Next.js 3 month ago, of couse, I fogot how to do it. Your video help me again, thanks a lot😍
@codemarns
@codemarns 2 ай бұрын
My pleasure!
@GABRIELDOBT
@GABRIELDOBT 9 ай бұрын
thank you ! 👏👏👏👏👏
@orion146
@orion146 9 ай бұрын
But navigate to another page not working broo
@heitorwirmond4274
@heitorwirmond4274 9 ай бұрын
I have a project with front and backend in different projects how can I host in github pages?
@mka70701
@mka70701 11 ай бұрын
Where is full video
@codemarns
@codemarns 11 ай бұрын
Hi, sorry for late reply. Here's the full video: kzbin.info/www/bejne/baXRdYZ5e6iqoq8
@sayyad_faiz_ali
@sayyad_faiz_ali Жыл бұрын
how can I contact you to fix my problem related to deploying the nextjs project into github
@codemarns
@codemarns 11 ай бұрын
Hi, sorry for late response. I was busy this past few months. I would like to ask if your issue are now fixed? If not, let's get into it.
@sayyad_faiz_ali
@sayyad_faiz_ali Жыл бұрын
Thank you bro
@codemarns
@codemarns 11 ай бұрын
No problem. But please don't hesitate to contact me again. Apologies for inconvenience.
@kylepaulmcfly
@kylepaulmcfly Жыл бұрын
Im getting an error headers not defined in the build log in github pages
@codemarns
@codemarns Жыл бұрын
Can you shoot me a screenshot so I can check what the issue is?
@kylepaulmcfly
@kylepaulmcfly Жыл бұрын
@@codemarns I got it now. I just changed the node version in the yml file and it successfully deployed. But my problem now is that the images won't load when deployed in gh pages
@codemarns
@codemarns Жыл бұрын
There are lots of scenarios we need to consider when using Next.js. One of those is the image. And there are lots of options you can do. What I did is that, I optimize or compress big file images and remove the slash in the path. For example, <img src="/profile.png" /> Profile.png is located in your public folder. So, remove the slash, and it will work. See this example I made a while ago, codemarns.github.io/next-app-tutorial I rendered 62 big images and it works. I hope I made your way brighter. Thank you!
@kylepaulmcfly
@kylepaulmcfly Жыл бұрын
@@codemarns This worked. Thanks. I just removed the slashes.
@codemarns
@codemarns Жыл бұрын
Great to hear that!