Closed guest271314 closed 10 months ago
I generated a private key a few weeks ago that I have been using to sign all new web bundles I create
openssl genpkey -algorithm ed25519 -out private.pem
When I create a new private key using the same code loading the Isolated Web App fails on chrome://web-app-internals.
I notice the URL begins with 4 for the original private key, does not begin with 4 for the newly generated private key.
4
I think I figured it out. It looks like we have to uninstall the Isolated Web App with the same name before installing the new Isolated Web App, to avoid can't find manifest error.
I generated a private key a few weeks ago that I have been using to sign all new web bundles I create
When I create a new private key using the same code loading the Isolated Web App fails on chrome://web-app-internals.
I notice the URL begins with
4
for the original private key, does not begin with4
for the newly generated private key.