What about using getToken() instead of getSession()? import { getToken } from 'next-auth/jwt'; import axios from 'axios'; export default async (req, ...
確定! 回上一頁