Skip to content

request.query always empty #200

@gilles-bertrand

Description

@gilles-bertrand

Hello I'm trying to catch my query strings in my rutes but in 17.2 it's always emty

Here is my route

const Movie = require('../models/movie')
module.exports = {
method: 'GET',
path: '/api/movies',
handler: async (req, h) => {
console.log(req.query)
return await Movie.find()
}
}

and the call I do is localhost:8000/api/movies?cat=test&l=tyui

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions