I'm trying to deploy my nextjs project on cpanel but I got blank page . In my local machine it working good
Here is my GitHub repo
https://github.com/sarowarhosen03/Nextjs-issu
#I'm trying to deploy my nextjs project on cpanel but I got blank page
21 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
Please add more information to your question
Your question currently does not have sufficient information for people to be able to help. Please add more information to help us help you, for example: relevant code snippets, a reproduction repository, and/or more detailed error messages. See more info on how to ask a good question in https://discord.com/channels/752553802359505017/1138338531983491154 and #welcome message
@silent cedar could you explain a bit on what information you are expecting? because the OP thinks all necessary information is in the repo already
@steel geode you can bump post by sending any messages here - then it will float to the top of the #1007476603422527558 channel. don't do it more than once a day
about this question, i don't deploy on cpanel so i can't answer. cpanel is also not a popular way to deploy nextjs apps, hence very few people may be able to help you, so you need to be patient here
and be ready for the fact that maybe no one is able to help at all
Sorry I'm no expert in Cpanel, But he can explain how he deployed right? just repo is not enough to figure out IMO. Just thought he might add more data.
Cpanel is popular to other. Our company want depoly on cpanel. Im deploy my this project on cpanel when I'm visit i got blank page (view source no HTML) https://github.com/sarowarhosen03/Nextjs-issu. .
I think nextjs do something to support nextjs everywhere
got it. @steel geode ^ see this for the reason why they add that nextjs bot message
@steel geode this may help you broh!
Thanks i will check it and get back soon
looks like that video goes over what you need but you should also read the docs... https://nextjs.org/docs/app/building-your-application/deploying/static-exports
@craggy heath @ebon trail this static export is equal to server deploy? Both are same? I'm looking for server deploy
static export means HTML/CSS/JS and you host the static files
if you want a standalone build that you can use nodejs to run, use output standalone
agree
Thank you so much. Please let me know, i can get every feature working with this static deploy ?
brother, read those docs, you will get all the details! just go through it
Okay thanks, thanks everyone for give me your valuable time