-
Notifications
You must be signed in to change notification settings - Fork 21
Subcategory link error #18
Copy link
Copy link
Open
Description
Hello there
I was trying this connector with my local Magento2 installation (with sample data). The category link works normally, but when I tried to navigate the sub category link (example: /s/training/training-video.html), I got this error
Error: The providedasvalue (/s/training/training-video.html) is incompatible with thehrefvalue (/s/[subcategoryId]). Read more: https://err.sh/vercel/next.js/incompatible-href-as
Seems the <Link/> component was using href as /s/[subcategoryId] and it's incompatible with /s/training/training-video.html (there is another slash)
Could you please check it?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels