hapi — How to Fix “handler method did not return a value, a promise, or throw an error”
The hapi v17 release comes with a paradigm shift from callbacks to async/await. This shift includes a learning curve for hapi developers, too. You’ll run into errors like handler method did not return a value, a promise, or throw an error. What does this error mean and how …
Continue Reading