Next js issues
This page addresses the possible errors while setting up the widget in Next js applications
1. Self is not defined or HTMLElement not defined
const Blockend = dynamic(() => import("blockend"), {
ssr: false,
});
import "blockend/dist/style.css";Last updated