#Add Store Currencies on admin site returning 404

7 messages · Page 1 of 1 (latest)

inner plaza
#

Hi. The add currencies part of the admin site is returning a list of 0 available currencies.

Request URL: http://localhost:9000/admin/currencies?limit=15&offset=0
Request Method: GET
Status Code: 404 Not Found

The admin clone is relatively recent and adding currencies worked before. Any ideas? Thank you

brave quarry
#

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 🙂

inner plaza
#

The admin sire is version 0.1.0 and the server is version 0.0.1

brave quarry
#

No what version of @medusajs/medusa are you on. You can check this in the package.json of your server repository

inner plaza
#

ah ... "@medusajs/medusa": "^1.3.7", from the server

#

"@medusajs/medusa": "^1.4.1", from the admin site

brave quarry
#

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 🙂