Can you replace all your custom code inside the fetch controller with:
ctx.send({message: 'ok'});
Does it still return 404?
Can you replace all your custom code inside the fetch controller with:
ctx.send({message: 'ok'});
Does it still return 404?