Login security provider not working locally for me - cause bitdefender

Been trying all day first was the database that seems it lagged to show up, now I followed again the instructions on how to create a login page, and it is not working for me, I thought because I tried using the encryptions so I removed them and started clean and still not working.

I see on the login page if I click it empty I get the unauthorized message in the console, but If I add a username and password no matter if it is correct or not it just doesn’t redirect or give me any message.

I do notice on the console that each time I click submit it triggers the login page.

at least I got the insert and update to database pages working but no luck with the login page with security provider
Getting frustrated not sure why it is so complicated it is supposed to be very easy

Also getting a lot of red errors in the internal wappler console not sure why

Capture2

For the record, I am using Homestead Vagrant as server and have been working locally nothing online yet.

Hi @lsadesl! I am so sorry that you are frustrated, that is definitely not what we would like to hear.

Let us see what we can do to help you out and resolve this issue for you.

I am not clear what the red errors are about, so I would have to refer you to @Teodor for that.

I appreciate the screen shots that you provided, but to better assist you, it would help to see the login properties under the Security Login and your Insert User query.

What I am looking for is to see if the username field and password matches in both areas. You mentioned that you removed the encryptions (which I do not recommend), but if you only removed it in one area and not the other, that would cause the login to fail.

I have discovered the issue, bitdefender on none https is blocking any password scripts made with Wappler, tested other systems I have and all worked, I am sorry to bring the frustration here since I did before a system where I used the Security provider and it worked fine before, so after looking all possible causes I found this on Bitdefenders logs been spamed:

Online Threat Prevention
An attempt to send your password unencrypted was about to occur on xxxxxx.test. We blocked the connection to stop your private data from being exposed and tampered with.

Bitdefender, seems to have been also the cause of the database lag, after disabling this Internet protection suite, Wappler started working as intended.

I have had other issues with BitDefender also, they have flagged a few sites I have created in Wappler as a threat and I have had to apply to them to have them taken out of their threat list. The issue is so bad I actually have bitdefender installed on a machine (even though I hate it) just to check they haven’t done that again

Can this affect both https and non-https sites? If so, presumably this could affect any of our sites created in Wappler. Is it just to do with submitting passwords?

The problem is probably caused by a form which is used to submit password on a non-https site, which is considered potentially unsafe. The same way as browsers warn you when you are submitting a form on a non-https sites.

This has nothing to do with a Wappler specific functionality.

Thanks - that shouldn’t be a problem. However, I wonder what issues Brian came across.

There are quite a lot of issues caused by bitdefender software blocking legitimate websites:

It’s just the software problem, not a problem on your sites.

Not an http/ https issue for me, always install security certificate on my domains before use. For me just seemed random, no obvious reason

Thanks Brian - that’s useful to know. Fortunately I haven’t come across the issue yet.