Bug Report #1635161125524

OS info

  • Operating System : Windows 11
  • Wappler Version : 4.2.0

Problem description

Issue adding summernote text area to webpages in node.js

expected the toolbar to show up in the webpage using bootstrap4 cdn and jquery 3.51 cdn
what shows up is the text area and a blank area above with

unknown component found summernote basecomponent.js:301

Steps to reproduce

  1. create a node page
    2.add summernote light
  2. view page in browser

Try to save your main layout page and then re-open page in browser.

Tried that up to and including no page layout at all.

It is more than likely missing something in the head section, open the main page and add a new text field and a summernote. See is anything new gets added to the head, then just delete what you added and save and test.
Some components seem to miss adding their parts to the document head and normally adding the component to the same file that holds the head data seems to fix it.
Worth a try.

After 2 days of work your suggestion to add the summernote directly to the layout page and then removing the textarea from the code resolved the issue. Having to do that isn’t great but I will accept it as a quirk and move on.

Thanks to @psweb and

1 Like