aralroca/next-translate

404 when accssing homepage

Opened this issue · 7 comments

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

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

@aralroca

yes dosent work reproduction:

just install app directory example in this repo and run it with that version it redirict to 404

Can you tried in 3.0.0-canary.2 version? (both, next-translate & next-translate-plugin). Thanks

3.0.0-canary.2 still does not work

This seems to solve it: #1142 (comment)

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.