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

Unmatched route. Page could not be found. Go back. #2

Open
SVronskiy opened this issue Nov 13, 2022 · 2 comments
Open

Unmatched route. Page could not be found. Go back. #2

SVronskiy opened this issue Nov 13, 2022 · 2 comments

Comments

@SVronskiy
Copy link

Hello!

When I run "yarn native" in "next-conf-22-example", or startup "with-expo-router" I get error "Unmatched route. Page could not be found. Go back." Everything works fine for startups "blank" or "with-tailwind".

Can you please help me to troubleshoot this error?

@nandorojo
Copy link
Owner

hmm, odd. this repo isn’t totally meant to be a starter, but rather a guide for certain things to show how they can be done. but it sounds like the expo router versions may be off since they’ve had many API changes. I’d accept a PR fixing it if you find the cause

@SVronskiy
Copy link
Author

Video of this bug looks very similar to my error: expo/router#13
but adding code bellow in package.json doesn't help me:

  "resolutions": {
    "metro": "^0.73.1",
    "metro-resolver": "^0.73.1"
  },
  "overrides": {
    "metro": "^0.73.1",
    "metro-resolver": "^0.73.1"
  },

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

2 participants