storefront-nuxt3-magento2 integration
I have installed in my local machine
After
So after I try to fetch some data, for example the categoryList.
So I put this code for the click of the button on
The problem is that with GET Request at the url
http://localhost:8181/magento/categoryList?body=[%7B%7D,null,null]
I get back 404, as you can see in the photo.
On the other hand, the same API Request with POST method, I get back exactly the data I need.
Could anyone explain this paradox and how I could solve it?
storefront-nuxt3-boilerplate and then implement a custom magento integration following the docs instruction.After
yarn dev I have this good feedbackSo after I try to fetch some data, for example the categoryList.
So I put this code for the click of the button on
BrowseProducts of TopNavigationBar.The problem is that with GET Request at the url
http://localhost:8181/magento/categoryList?body=[%7B%7D,null,null]
I get back 404, as you can see in the photo.
On the other hand, the same API Request with POST method, I get back exactly the data I need.
Could anyone explain this paradox and how I could solve it?

