Nextjs headers does not get the url if the page is refreshed
Unanswered
bscdev#1145 posted this in #help-forum
import { headers } from "next/headers";
const headersList = headers()
const pathname = headersList.get('next-url')It works once but when I refreshed the page pathname turns undefined.Please help.