Mohammed Ashiq

Results 2 issues of Mohammed Ashiq

I have created many products by same name by tapping the create button several times, so when i try to delete or update or create a product, it isn't working....

"Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource." at productAction.js : 7 ``` export const fetchProducts = () => async (dispatch) => { const res = await fetch("/api/products");...