After a battle of a few days trying to fix the "react-query" versions I have managed to get my application created with "npx create-medusa-app" working, but when trying to insert new products I get this screen and although I partially understand the error I don't know how I could fix it. I'm a bit lost and tired of trying to run the project, I appreciate any help, thanks in advance.
#Adding products error
6 messages · Page 1 of 1 (latest)
Could we see the error from the store?
@hollow bramble
It looks like you are not able to reach your backend from wherever you are. You need to open up port 9000
It's a little confusing, but all of the requests made from admin to the server are not actually made from where the admin app is installed. The requests are made from the user's own browser. You can whitelist your own home/office IP to access it. But if you go with the default frontend example apps, you will need to open the server up to the world for customers to have access.
Certainly, firewall was closing port 9000, giving permissions is already working correctly for the moment. Thank you very much.