'Initialize bubble wrap
Running
bubblewrap init --manifest https://my_server_ip/manifest.json
yields the following undescriptive error:
cli ERROR undefined
Full output is:
nitializing application from Web Manifest:
- https://(my app ip was written here)/manifest.json
(node:41373) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:41373) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version.
cli ERROR undefined
Edit: Since no one has answered yet, I will share my understanding in case it helps anyone. While I do not understand the errors that I received, I have learned that you need your own CA signed domain in order to create a TWA. It might be that bubblewrap crashed because I tried to provide it with an IP address, instead of a registerd domain.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
