next-translate
next-translate copied to clipboard
404 when accssing homepage
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: https://github.com/aralroca/next-translate/issues/1142#issuecomment-1708569576
Having the same issue, tried the solution in the comment but no effect.