#Add Store Currencies on admin site returning 404
7 messages · Page 1 of 1 (latest)
Which version of Medusa are you running, the endpoint is relatively new so depending on your version you might not have it, or it's hidden behind a feature flag 🙂
The admin sire is version 0.1.0 and the server is version 0.0.1
No what version of @medusajs/medusa are you on. You can check this in the package.json of your server repository
ah ... "@medusajs/medusa": "^1.3.7", from the server
"@medusajs/medusa": "^1.4.1", from the admin site
You need the same version on your server for it to work with the latest version of the admin dashboard, so you should update your server to 1.4.1 and then the issue should be resolved 🙂