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
Right now when logging in from a page with path parameters, the page doesn't include values for the path parameters. For example, a return URL for a Times Square PR preview page is /times-square/github-pr/[owner]/[repo]/[commit/[...path]. The login component needs to use the actual page URL rather than the next route path.
The text was updated successfully, but these errors were encountered:
Right now when logging in from a page with path parameters, the page doesn't include values for the path parameters. For example, a return URL for a Times Square PR preview page is
/times-square/github-pr/[owner]/[repo]/[commit/[...path]
. The login component needs to use the actual page URL rather than the next route path.The text was updated successfully, but these errors were encountered: