Axios Error 404

Following my last thread: Workflow stuck on saving mode
I can’t figure out why I’m getting this error:

AxiosError: Request failed with status code 404

The first event I replay from yesterday (29/06) was OK, but every other event I replied (even the same one) is getting the same error mentioned above.

Hi @Buzzer-support

What type of action are you receiving this error on?

It’s most likely that you’re running into an API behavior issue.

For example, on the Shopify API if you attempt to look at an order that’s more than 60 days in the past with the standard access token it will throw a 404 error - even though the order exists.

You may be running into a access limitation or possibly the event ID just doesn’t line up with a corresponding resource on that API.