The app uses SSL to work properly on mobile also on development. Webpack creates a .pem certificates but this is unstrusted in windows and you get the prompt on every resfresh.
One way to create a self signed certificate and force webpack to use locally created .pem cert and key.
-
Install "mkcert" https://github.com/FiloSottile/mkcert#windows (if needed install via Chocolatey)
-
Create a local folder somewhere outside the project, on the desktop for example
-
Generate certificate https://github.com/FiloSottile/mkcert#mkcert (use your domain names instead of example.com as they are showing in their readme)