Notifications not working

Hi everybody,

I used for first time Notifications today in Wappler.

I add the component in AppConnect
I select the FORM


In dynamic events I selected: ServerConnect -> Succes
Action: notifies1.success and I put the text.

But trying the form nothing happens.

Can you help me ?
thanks

Roberto

did the form actually success?

Yes it success. (I checked the db)

It is imporant where I put the component “notification” in appConnect? or just anywhere?

anywhere.
check the response from the server in the browser console. it should be code 200.
just to make it simple for testing add the message to the Done event and test

I uploaded to the server and it is working… while on test Server it was not working !!

But instead of Flag or X I got some squares… like I m missing fontaweome charachetrs??27

Most probably font awesome include is missing/wrong.


i checked. it is included.

I ran into a similar problem with font awesome when I’m using non CDN bootstrap theme.

It appears that the Font folder is not inside the site structure.

You need to manually download and add the missing fonts.

That’s right, we are going to improve font awesome includes for non-cdn links.

1 Like

so what I should do? add manually the CDN?

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

? or download what?

Sorry I m very a ZERO in this things

Yes, you can add manually the CDN to v4 or v5.