strapi get request 404, what's the problem?
complete code is here : https://github.com/safak/youtube2022/tree/ecommerce
filtering using
type
property both have this problem.
GitHub
GitHub - safak/youtube2022 at ecommerce
Season 2 on Lama Dev. Contribute to safak/youtube2022 development by creating an account on GitHub.
1 Reply
Not sure this is the right url. I'm not familiar with react so much, so maybe you are doing something like hiding the actual api route. But with 'pure' Strapi without any changes the URL for local development would look like this: http://localhost:1337/api/products...
Maybe you can test with a tool like postman what the correct API url is and then try to fix the frontend.