https://bidcommerce.netlify.app
Page Not Found
did make _redirects and tried it with content (/* /src/app/page.js 200) and (/* /index.html)
also, I tried downloading deployed files and viewing them, but did not understand anything.
It is working fine with npm run build and npm start on my local machine
I also correctly mentioned Publish directly so no problem there
like Frontend/.next
package.json
{
“name”: “bidcommerce”,
“version”: “0.1.0”,
“private”: true,
“scripts”: {
“dev”: “next dev”,
“build”: “next build”,
“start”: “next start”
},
“dependencies”: {
“@emotion/react”: “^11.11.4”,
“@emotion/styled”: “^11.11.0”,
“cloudinary”: “^2.0.3”,
“cloudinary-react”: “^1.8.1”,
“eslint”: “^8.57.0”,
“eslint-config-next”: “^14.1.1”,
“js-cookie”: “^3.0.5”,
“jsonwebtoken”: “^9.0.2”,
“micro”: “^10.0.1”,
“next”: “14.1.1”,
“react”: “^18”,
“react-countdown”: “^2.3.5”,
“react-dom”: “^18”,
“react-modal”: “^3.16.1”,
“react-use-websocket”: “^4.8.1”,
“sonner”: “^1.4.3”,
“styled-components”: “^6.1.8”,
“util-deprecate”: “^1.0.2”
},
“devDependencies”: {
“autoprefixer”: “^10.4.18”,
“concurrently”: “^8.2.2”,
“postcss”: “^8”,
“tailwindcss”: “^3.4.1”
}
}
main first running page is in src/app/page.js
and other pages are in src/pages/…