PhoneOffline error on login locally on device

1
Hello, I'm trying to view my app locally on my device (Phone Offline profile), but I get the following error:   Failed to execute 'openDatabase' on 'Window': Access to the WebDatabase API is denied in non-secure contexts.   Could this have to do with the fact that locally you are on a HTTP instead of HTTPS URL? If so, how can I view my app normally?   Regards, Martin
asked
1 answers
1

The issue had to do with a combination of my virusscanner (ESET) by default not allowing communcation on the Mendix port, ánd an issue with the customer's Wifi settings.

I had to create my own wifi via a hotspot, and implement a setting in ESET to open up the port

answered