How to Implement the Wishlist Plugin in MedusaJS? #7329
Unanswered
bernabedev
asked this question in
Q&A
Replies: 2 comments 1 reply
-
We discovered that our local VMs and QA deployment work correctly but on production we get 404 / Did you find out what was wrong on your side? It seems to be a deployment or configuration issue, as the plugin is working correctly on some systems. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi all - if you are interested, there is a plugin released by my company under MIT licence - https://github.com/RSC-Labs/medusa-wishlist |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to implement the wishlist plugin in MedusaJS, but I have encountered an issue. According to the documentation, I should be able to call routes like
/store/customers/<CUSTOMER_ID>/wishlist
, but it seems that the endpoint does not exist or is not working correctly. Response like thisCannot POST /store/customers/cus_01HXPQBBNT01A632/wishlist
.Points I Have Verified:
Plugin Installation Confirmation:
Documentation Review:
Route Configuration:
Logs and Errors:
Version Verification:
Discussion Questions:
I appreciate any help or advice you can offer. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions