ReferenceError: HTMLElement is not defined with Onboarding Libs
Unanswered
Dokter posted this in #help-forum
DokterOP
I am using a fork of "ChatbotUI" to run a local LLM. I wanted to build a onboarding "tutorial" and found out about a couple libs that are there for exactly that reason. After trying them out for a while I constantly started running into this error:
⨯ ReferenceError: HTMLElement is not defined
I assumed it was because I use NextJS and nextjs is rendered serversided.
- Tried using "use client" at the top, didnt work
- Tried using Next.js’s dynamic import with ssr disabled, didnt work.
Im kinda running out of options here, does anyone by any chance have an idea? for more info lmk incase I forgot something
⨯ ReferenceError: HTMLElement is not defined
I assumed it was because I use NextJS and nextjs is rendered serversided.
- Tried using "use client" at the top, didnt work
- Tried using Next.js’s dynamic import with ssr disabled, didnt work.
Im kinda running out of options here, does anyone by any chance have an idea? for more info lmk incase I forgot something