Answer the question
In order to leave comments, you need to log in
Error when searching for products, how to fix?
The form looks like this (pug):
form.header__block-search-content(action="/shop/" method="GET")
span.header-search-word Поиск
input.header-search.header-search-show(type="text" name="search")
router.get('/:title', (req, res) => {
try {
const {title} = req.params.title;
console.log(title);
} catch (e) {
res.status(500).json({ message: 'Что-то пошло не так' });
}
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question