Modal won't open! console.warn('Unknown component found! ' + tagName);

Hi, new here :slight_smile: Great place, great piece of software

Trying to open a modal to add a user (have followed many tutorial, but same result)

Here’s what my code look like and the warning that I get into the console. Any solution to this ?
I’m on a Mac M1 Pro with Chrome

If you are using a layout page and content page can you verify the layout page has been saved after adding the modal

This is where the scripts get added

1 Like

Firstly, i think Sorry_Duh is probably on the correct track, the message indicates the component may be missing which in a node setup would be in the layout page.
Also, while there is nothing wrong with your approach of using the click event to open the modal, you can do this more easily by setting the action toggle of the button

1 Like

Ok! That was easy. Gonna keep an eye on those little blue circle on the file tab.
Thanks guy!