You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PWADevServer attempts to ensure OS-level trust of its managed SSL certificates, using @magento/devcert. There may be cases, especially in non-interactive build environments that still run development mode, where we want to skip trust settings.
PWADevServer also attempts to update the hostfile, which requires elevated permissions. This should also be skippable.
Steps to reproduce:
Add PWADevServer to a webpack.config file.
Run webpack in a non-interactive process.
Expected results: Dev mode initializes.
Actual results: Hangs forever during PWADevServer instantiation.
From @zetlen on May 16, 2018 20:41
PWADevServer attempts to ensure OS-level trust of its managed SSL certificates, using @magento/devcert. There may be cases, especially in non-interactive build environments that still run
development
mode, where we want to skip trust settings.PWADevServer also attempts to update the hostfile, which requires elevated permissions. This should also be skippable.
Steps to reproduce:
PWADevServer
to a webpack.config file.Expected results: Dev mode initializes.
Actual results: Hangs forever during PWADevServer instantiation.
Copied from original issue: magento-research/pwa-buildpack#36
The text was updated successfully, but these errors were encountered: