Closed js1972 closed 11 months ago
I tested version 0.3.0 before releasing it with our internal projects locally and on CF and I did not notice any issues with that.
Does it work for you locally?
You can set a breakpoint at src/processEventQueue.js resilientRequire
and check if your file can be required.
Ahh by looking at the code you mentioned I saw input an error into the way I was requiring in the event queue!! Thx.
I haven't tested for a couple of days and now when I deploy my CAP app with the event-queue I get the following error and no events run.
Here's my config file - which has not changed:
Maybe related to the 0.3.0 release, though I don't see anything that stands out in the change log.