I have this code inside getServerSideProps which gives me the token value from a cookie named token: const token = context.req.cookies?.token || null; ...
確定! 回上一頁