Most voted "hapijs" questions
4 questions
Sort by count of
-
2
votes0
answers210
viewsUpload multiple files using the same request?
I am using the Vuejs/Quasar Framework to do the front end of my application and Hapijs to do the server. And in the uploading part of the attachments I’m running a test with uploading multiple…
-
1
votes1
answer54
viewsCalling Controller method and get the function print
When I call the Controller Method to list users, instead of returning me the array it returns me the print of the function Controller code: export default userController = { Listar: () => {…
-
0
votes1
answer69
viewsSend email after upload is complete?
I have the following function for sending emails using the nodemailer and a Hapijs server: let data = request.payload; if (data.file) { let name = data.file.hapi.filename; let caminho = __dirname +…
-
0
votes1
answer69
viewsError when trying to implement Swagger in my API
Good evening, I am trying to implement Swagger in my api however it is presented the following error in my console (node:28024) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]:…