I have configured the logout URL -
“https://dev-xxxx.us.auth0.com/v2/logout?returnTo=http%3A%2F%2Flocalhost%3A3000&client_id=xxclient_idxxx”.
But still showing error.
onClick={() => {
router.push(“http://localhost:8080/logout”);
}} //useRouter from next/navigation
const config = { routes: {
postLogoutRedirect: process.env.CLIENT_URL, }
CLIENT_URL=http://localhost:3000