кнопка:
Код: Выделить всё
{
console.log('middleware to get test data header:', req) // can't get above headers
return { userId: user.id};
})
Подробнее здесь: https://stackoverflow.com/questions/793 ... ploadthing
Код: Выделить всё
{
console.log('middleware to get test data header:', req) // can't get above headers
return { userId: user.id};
})