-
Task
-
Resolution: Fixed
-
Minor
-
4.1.9, 4.2.6, 4.3.3, 4.4
For the upcoming version of the app, we're working on moving away from WebSQL as discussed in MOBILE-4304.
The solution we've found relies on OPFS, which unfortunately only runs in secure contexts. This means that from now on the app needs to run with https://, even during development, and the current Behat initalization will throw an error if the certificate is not valid.
Given that this is something that only runs in development and testing environments, it would be easier to disable SSL checks altogether.
- blocks
-
MOBILE-4304 WebSQL Deprecation
- Closed