rahulkumargupta_04136
rahulkumargupta_04136
AAlokai
Created by rahulkumargupta_04136 on 8/2/2023 in #🙋|general-help
Troubleshooting Shopify Integration with Vue Storefront: Navigational Error
I encountered two errors: E1 - TypeError: Cannot read properties of undefined (reading 'products') in the useFacet/useFacet/search function, and E2 - TypeError: Cannot read properties of undefined (reading 'toString') in client.js at line 103. Fortunately, I was able to resolve the second error by making changes to the category page. Specifically, I replaced ":value="pagination.itemsPerPage.toString()" with ":value="String(pagination.itemsPerPage)". While the category (collection navigation) now works, I am still experiencing an issue with the products not appearing. (collection navigation) now works, I am still experiencing an issue with the products not appearing on the category page as well as on the home page clicking on any product to view that not working.
3 replies