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
I noticed that whenever you have a query string parameter with a value of a full url, it is also parsed and added by nextjs breadcrumbs. See example below
NextJS:
[email protected]
Nextjs Breadcrumbs:
[email protected]
I noticed that whenever you have a query string parameter with a value of a full url, it is also parsed and added by nextjs breadcrumbs. See example below
http://localhost:3000/reset-password?reset_url=https://fake.myshopify.com/account/reset/xxxxxx/yyyyyyy
Will be shown as
Home / Reset password / Fake myshopify com / Account / Reset / Xxxxx / Yyyyyyy
The text was updated successfully, but these errors were encountered: