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
Hello development team, I am currently having an issue with the subscriber. It is no longer working, and I don't know the cause. This has become necessary when resetting the password for customers who need the subscriber to get the token. Please respond to me.
Expected behavior
When starting up, it usually loads the events in the src/subscriber directory. Currently, I need to use it to generate a password reset token.
Actual behavior
Contrary to expectations, the subscriber could not be loaded and this caused it to not function.
The subscribers are loaded but It does not catch auth.password_reset event anymore.
I did other tests with cart.updated. It seems working partially. When a new item is added to the cart, it got the event. But when we change the quantity or remove the item from the cart, it did not catch.
I do not know if these concern the same bug.
I used local event bus and my version medusa is 2.2
Same issue most of events are not captured, v2.2. I have even recreated the workflow locally and tried emitting events manually and they still not working. I tried with fulfillment.created
Package.json file
Node.js version
v20.17.0
Database and its version
16.2
Operating system name and version
macos sonoma Version 14.5 (23F79)
Browser name
Chrome
What happended?
Hello development team, I am currently having an issue with the subscriber. It is no longer working, and I don't know the cause. This has become necessary when resetting the password for customers who need the subscriber to get the token. Please respond to me.
Expected behavior
When starting up, it usually loads the events in the src/subscriber directory. Currently, I need to use it to generate a password reset token.
Actual behavior
Contrary to expectations, the subscriber could not be loaded and this caused it to not function.
Link to reproduction repo
https://github.com/Buudc99/medusa-subscriber-not-working.git
The text was updated successfully, but these errors were encountered: