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
Custom batch strategies are not working with the contentful starter.
To reproduce
Create a custom batch job under /src/strategies/. Make sure the class implements the AbstractBatchJobStrategy and the class is exported by default. Build before running and verify that the build was successful by seeing your new custom strategy appears under dist/strategies/.
Now when you try to run the custom batch job, you get an error of 'not-found'.
We tried updating the medusa version to the newest version without any luck.
Custom batch strategies are not working with the contentful starter.
To reproduce
Create a custom batch job under /src/strategies/. Make sure the class implements the AbstractBatchJobStrategy and the class is exported by default. Build before running and verify that the build was successful by seeing your new custom strategy appears under dist/strategies/.
Now when you try to run the custom batch job, you get an error of 'not-found'.
We tried updating the medusa version to the newest version without any luck.
Further information
See discussion on Discord https://discord.com/channels/876835651130097704/1088771014353223680
Example of a test strategy and the error in console
The text was updated successfully, but these errors were encountered: