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

fix: use optional catch all routes in vercel app #54

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

elcharitas
Copy link
Member

On dev, with vercel dev, the vercel sample app fails to resolve the appropriate route upon refresh. This is due to an issue with the vercel rust runtime which I raised at vercel-community/rust#126.

After some investigation, I found that the issue could be averted by simply switching to optional catch all routes.
This PR makes that switch and I would recommend the use of optional catch all routes as well. It works nicely with resolving home paths /

Copy link

cocogitto-bot bot commented Nov 26, 2023

✔️ 4dfefbb...183b10a - Conventional commits check succeeded.

@elcharitas elcharitas merged commit 3e52f62 into dev Nov 26, 2023
2 of 4 checks passed
@elcharitas elcharitas deleted the fix/use-optional-catch-all-routes branch November 26, 2023 08:36
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

Successfully merging this pull request may close these issues.

1 participant