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
on /apps clicking either SKUs or SKU Lists seems to break navigation, specifically back button navigation. Additionally both seem to add 2 entries to history which may be the issue.
On a related note, is there a motivation for rendering buttons over anchor links; which would be in my opinion a more pleasant user experience.
To Reproduce
On dashboard app home /apps
No particular config
Click on SKUs or SKU Lists button
On /skus/list try to navigate back in browser
If bug -> navigation should stay on /skus/list
System
No response
Additional context
If useful, did some digging, and I think the following redirect causes the issues
Describe the bug
on
/apps
clicking eitherSKUs
orSKU Lists
seems to break navigation, specifically back button navigation. Additionally both seem to add 2 entries to history which may be the issue.On a related note, is there a motivation for rendering buttons over anchor links; which would be in my opinion a more pleasant user experience.
To Reproduce
/apps
SKUs
orSKU Lists
button/skus/list
try to navigate back in browser/skus/list
System
No response
Additional context
If useful, did some digging, and I think the following redirect causes the issues
dashboard-apps/apps/sku_lists/src/App.tsx
Line 22 in cc921cf
perhaps the location should be replaced so you avoid getting caught in infinite redirect loop if trying to go back in history.
The text was updated successfully, but these errors were encountered: