You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what happend, I had created a store last week that was working flawlessly and it was uploaded to netlify. I come back today and see that for some reason it doesn't fetch products on netlify anymore. I've been trying for hours to compile the app with yarn build, there was a problem that Gravatar from react-gravatar can't be used as a jsx component. I literally haven't touched the code and for some reason it wouldn't work now. When I finally fixed the (tsconfig and next.config had to be changed so it basically ignores the error) issue after 6 hours and was able to compile the app and it works perfectly on my local machine. On netlify it won't fetch the products at all for some reason. When I try to go to /products/(product name) it fetches it without problems, but it won't fetch them on the /products page for some reason.
If anyone knows whats happening please help me, I've built a fully working store for my client and now the app collapsed. I've tried to clone the original commerceplate repo and upload it to netlify and still, the same thing happens.
The text was updated successfully, but these errors were encountered:
I'm not sure what happend, I had created a store last week that was working flawlessly and it was uploaded to netlify. I come back today and see that for some reason it doesn't fetch products on netlify anymore. I've been trying for hours to compile the app with yarn build, there was a problem that Gravatar from react-gravatar can't be used as a jsx component. I literally haven't touched the code and for some reason it wouldn't work now. When I finally fixed the (tsconfig and next.config had to be changed so it basically ignores the error) issue after 6 hours and was able to compile the app and it works perfectly on my local machine. On netlify it won't fetch the products at all for some reason. When I try to go to /products/(product name) it fetches it without problems, but it won't fetch them on the /products page for some reason.
If anyone knows whats happening please help me, I've built a fully working store for my client and now the app collapsed. I've tried to clone the original commerceplate repo and upload it to netlify and still, the same thing happens.
The text was updated successfully, but these errors were encountered: