hapi — How to Fix “X must return an error, a takeover response, or a continue signal”
Migrating an existing hapi app to hapi v17 might reveal errors that you didn’t see before. This tutorial focuses on errors that focus on lifecycle methods where you must return an error, a takeover response, or a continue signal. If you ran into this issue, let’s fix it! …
Continue Reading