Skip to content
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

Open
zakidze opened this issue Dec 18, 2023 · 7 comments
Open

404 when accssing homepage #1177

zakidze opened this issue Dec 18, 2023 · 7 comments

Comments

@zakidze
Copy link

zakidze commented Dec 18, 2023

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

@kevupton
Copy link

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

@aralroca
Copy link
Owner

aralroca commented Jan 22, 2024

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

@zakidze
Copy link
Author

zakidze commented Jan 25, 2024

@aralroca

yes dosent work reproduction:

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

@derkoe
Copy link

derkoe commented Feb 13, 2024

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
Copy link

derkoe commented Feb 13, 2024

This seems to solve it: #1142 (comment)

@zakidze
Copy link
Author

zakidze commented Mar 8, 2024

This seems to solve it: #1142 (comment)

tryed it but didnt work

@sentientmachin3
Copy link

sentientmachin3 commented Mar 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants