admin管理员组文章数量:1344321
So, I have one Nextjs Project and when I run the project in terminal it says Ready and successfully complied but when i open the https://localhost:3000 it is not working in any browser it says this page isn't working while I try to run another project is it working perfectly fine but only one (project A) is not working. Let's call (project A) the one that is broken and second (project B) Porject B is working how it should be but project A is not working where as the setups are very similar. No error so far in console and network
I have already tried:
npm run clean (removing .nextjs folder).
Deleting the project and cloning from the github.
Switching the folder of project.
Removing the cookie and local data
Below is the scripts from package.json
"scripts": {
"clean": "rmdir /s /q .next",
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start -p 3001 ",
"lint": "eslint --no-cache \"src/**/*.{js,ts,jsx,tsx}\"",
"prepare": "husky",
"format": "prettier --write \"src/**/*.{js,ts,jsx,tsx}\""
},
I am working with Nextjs and it's version is 15.1.0 and for CSS I'm using tailwindcss
版权声明:本文标题:next.js - Localhost not working in only one nextjs project but it is working in other project - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743799253a2541004.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论