-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 when accssing homepage #1177
Comments
same here when using basePath. works locally but not when deployed to vercel |
Can you tried in 3.0.0-canary.2 version? (both, next-translate & next-translate-plugin). Thanks |
yes dosent work reproduction: just install app directory example in this repo and run it with that version it redirict to 404 |
3.0.0-canary.2 still does not work |
This seems to solve it: #1142 (comment) |
tryed it but didnt work |
Having the same issue, tried the solution in the comment but no effect. |
What version of this package are you using?
{
"name": "-",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true yarn build"
},
"dependencies": {
"@mdx-js/loader": "2.3.0",
"@mdx-js/react": "2.3.0",
"@next/mdx": "13.4.7",
"next": "13.4.7",
"next-translate": "2.6.2",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.6",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"next-translate-plugin": "2.6.2",
"typescript": "5.1.3"
},
"resolutions": {
"webpack": "5.11.1"
}
}
What operating system, Node.js, and npm version?
windows 10 v20.9.0
What happened?
when starting the app directory example in this repo 404 appare at the home page
What did you expect to happen?
works normaly
Are you willing to submit a pull request to fix this bug?
if i cound why n,ot
The text was updated successfully, but these errors were encountered: