next-translate icon indicating copy to clipboard operation
next-translate copied to clipboard

404 when accssing homepage

Open zakidze opened this issue 1 year ago • 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

zakidze avatar Dec 18 '23 15:12 zakidze

same here when using basePath. works locally but not when deployed to vercel

kevupton avatar Dec 19 '23 23:12 kevupton

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

aralroca avatar Jan 22 '24 15:01 aralroca

@aralroca

yes dosent work reproduction:

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

zakidze avatar Jan 25 '24 15:01 zakidze

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

derkoe avatar Feb 13 '24 15:02 derkoe

This seems to solve it: https://github.com/aralroca/next-translate/issues/1142#issuecomment-1708569576

derkoe avatar Feb 13 '24 15:02 derkoe

This seems to solve it: #1142 (comment)

tryed it but didnt work

zakidze avatar Mar 08 '24 08:03 zakidze

Having the same issue, tried the solution in the comment but no effect.

sentientmachin3 avatar Mar 24 '24 19:03 sentientmachin3