Alert doesn't appear on the browser when it is "unauthorized"

Continuing the discussion from Loginpage Unauthorized, but can't find mistake:

I have the same issue (please see below).

How can I make “alert” appear on the browser?

thanks!

It’s an unauthorized error, i.e wrong user details or wrong permission level.
It’s explained in the docs how to show a notification when there’s a problem with the login details.

As I read the docs and set like below.
I set a Browser and Unauthorized Dynamic Event too.

Am I missing something else?
(By the way, I try to make “alert” appear on the browser on purpose. I use wrong username and password on purpose)

It seems the browser component is missing from your page. See the warning on your screenshot “browser component is missing”.

1 Like

ah! I’m going to check that part!

Thank you so much!