You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oops — I actually ran into this in the logs of a project using @opennextjs/[email protected] and didn’t notice the catch above. I’ve just upgraded to the latest release and can confirm the error no longer occurs. Thanks for the clarification!
opennextjs-aws/packages/open-next/src/core/routing/matcher.ts
Lines 289 to 294 in ad701c2
The call to
will throw
if
event.rawPath === "//"
and will cause an internal server error.The text was updated successfully, but these errors were encountered: