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
fix(next): omit server url from route matching (#14919)
Follow up to #14907. Fixes#14900.
Since #14869, setting a
`serverURL` causes some additional admin routing to break, including
`/admin/logout`.
We need to ensure that all routes are relative before matching them.
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
// playwright: get first element with .nav-toggler which is VISIBLE (not hidden), could be 2 elements with .nav-toggler on mobile and desktop but only one is visible
0 commit comments