Next Js project Help
Unanswered
Alano Español posted this in #help-forum
Alano EspañolOP
I need help with a NextJs projecr, It's a simple project please anyone help me fix this code it's urgent
30 Replies
@Alano Español I need help with a NextJs projecr, It's a simple project please anyone help me fix this code it's urgent
Send a direct message explaining your problem rather than a message asking for help when you're in a channel reserved for that purpose.
Alano EspañolOP
I'm so sorry. I'm in a real hurry
@Ilyas Ayachi Send a direct message explaining your problem rather than a message asking for help when you're in a channel reserved for that purpose.
Alano EspañolOP
Extremely sorry about that. Will you help
@Alano Español Extremely sorry about that. Will you help
Explain and I'll see.
Alano EspañolOP
So I'm doing an Ai interior design project from youtube. So in the initial steps of installing Nextjs i've set the preference to download the tailwind css. It's supposed to create a tailwind.config.js file according to the video but it isn't which is causing errors
@Alano Español So I'm doing an Ai interior design project from youtube. So in the initial steps of installing Nextjs i've set the preference to download the tailwind css. It's supposed to create a tailwind.config.js file according to the video but it isn't which is causing errors
What version of Tailwind CSS are you using?
To check this, go to the
package.json
file.Alano EspañolOP
4.0.13 version
@Alano Español 4.0.13 version
It's normal that you don't have a
tailwind.config.js
file because Tailwind CSS V4 no longer needs one.Read the next page: https://tailwindcss.com/docs/installation/framework-guides/nextjs
Alano EspañolOP
Yeah, somebody told me that and I proceeded with the project but at the end it gave errors
Send errors.
Alano EspañolOP
I don't know why but it's giving me this page now
Previously it gave hydration error and few other errors
@Alano Español I don't know why but it's giving me this page now
Have you run your code?
Alano EspañolOP
yes
I did
Which port is it on? Port 3000, 3005 or other?
Do you have a basic understanding of web development?
Alano EspañolOP
3005
@Ilyas Ayachi Do you have a basic understanding of web development?
Alano EspañolOP
A little, yes
I've built projects with basic Web Development. But I'm new to NextJs
@Alano Español 3005
Do you have a message in the terminal?
Alano EspañolOP
No, I'ts empty
You are not running the project, go ahead and run it first
npm run dev
Alano EspañolOP
Error: Catch-all must be the last part of the URL.
at Array.forEach (<anonymous>)
at Array.forEach (<anonymous>)
@LuisLl You are not running the project, go ahead and run it first
Alano EspañolOP
I did run 'npm run dev'
Error: Catch-all must be the last part of the URL.
at Array.forEach (<anonymous>)
at Array.forEach (<anonymous>)