@abtnode/webapp 1.8.68-beta-500af7e5 → 1.8.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -9
- package/blocklet.js +1 -1
- package/blocklet.yml +1 -1
- package/build/asset-manifest.json +26 -25
- package/build/index.html +1 -1
- package/build/static/js/1005.d8a68847.chunk.js +1 -0
- package/build/static/js/1366.2f174c9b.chunk.js +2 -0
- package/build/static/js/154.0d9934b4.chunk.js +1 -0
- package/build/static/js/1850.da9fb95c.chunk.js +1 -0
- package/build/static/js/{2878.1226678f.chunk.js → 2878.5626558d.chunk.js} +1 -1
- package/build/static/js/2997.969a5b32.chunk.js +1 -0
- package/build/static/js/3776.1490b0f7.chunk.js +1 -0
- package/build/static/js/4557.5d6b1e9b.chunk.js +1 -0
- package/build/static/js/{4633.a71d2573.chunk.js → 4633.2ec6b724.chunk.js} +1 -1
- package/build/static/js/{4691.83db69c0.chunk.js → 4691.767ce122.chunk.js} +2 -2
- package/build/static/js/5984.4b003ea6.chunk.js +1 -0
- package/build/static/js/6158.8a43296d.chunk.js +1 -0
- package/build/static/js/6189.d6d74d14.chunk.js +1 -0
- package/build/static/js/6615.76e56505.chunk.js +2 -0
- package/build/static/js/7327.84236b21.chunk.js +1 -0
- package/build/static/js/8058.e64d5b26.chunk.js +1 -0
- package/build/static/js/8213.0d37de98.chunk.js +1 -0
- package/build/static/js/8235.a30f1b78.chunk.js +1 -0
- package/build/static/js/8352.4934643c.chunk.js +1 -0
- package/build/static/js/851.cb4aa1f3.chunk.js +1 -0
- package/build/static/js/875.a1421784.chunk.js +1 -0
- package/build/static/js/91.417f9a98.chunk.js +1 -0
- package/build/static/js/{9575.f1600167.chunk.js → 9575.a2843f46.chunk.js} +2 -2
- package/build/static/js/9779.bbf0dd81.chunk.js +1 -0
- package/build/static/js/main.c2301d50.js +2 -0
- package/build/static/js/{main.dd5f65f5.js.LICENSE.txt → main.c2301d50.js.LICENSE.txt} +7 -0
- package/package.json +94 -1
- package/build/static/js/1366.034889e8.chunk.js +0 -2
- package/build/static/js/154.ed29c7ae.chunk.js +0 -1
- package/build/static/js/2657.134c2d90.chunk.js +0 -1
- package/build/static/js/3776.9cf4bb67.chunk.js +0 -1
- package/build/static/js/4557.0c29f7fc.chunk.js +0 -1
- package/build/static/js/5984.ca24ac1d.chunk.js +0 -1
- package/build/static/js/6158.05a989aa.chunk.js +0 -1
- package/build/static/js/6189.40064466.chunk.js +0 -1
- package/build/static/js/6615.573413e2.chunk.js +0 -2
- package/build/static/js/7327.569ee69d.chunk.js +0 -1
- package/build/static/js/8058.f66d3db6.chunk.js +0 -1
- package/build/static/js/8213.b0d24efb.chunk.js +0 -1
- package/build/static/js/8235.594c7488.chunk.js +0 -1
- package/build/static/js/8352.09c5b09c.chunk.js +0 -1
- package/build/static/js/851.4e470c57.chunk.js +0 -1
- package/build/static/js/875.58f7d755.chunk.js +0 -1
- package/build/static/js/898.4ded69a6.chunk.js +0 -1
- package/build/static/js/9455.f923c76e.chunk.js +0 -1
- package/build/static/js/9779.ff82fbfb.chunk.js +0 -1
- package/build/static/js/main.dd5f65f5.js +0 -2
- /package/build/static/js/{1366.034889e8.chunk.js.LICENSE.txt → 1366.2f174c9b.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{4691.83db69c0.chunk.js.LICENSE.txt → 4691.767ce122.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{6615.573413e2.chunk.js.LICENSE.txt → 6615.76e56505.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{9575.f1600167.chunk.js.LICENSE.txt → 9575.a2843f46.chunk.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -112,13 +112,6 @@ rdr pass inet proto tcp from any to any port 443 -> 127.0.0.1 port 8443
|
|
|
112
112
|
" | sudo pfctl -ef -
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
### Run E2E test
|
|
116
|
-
|
|
117
|
-
```shell
|
|
118
|
-
# in core/webapp directory
|
|
119
|
-
yarn test:e2e
|
|
120
|
-
```
|
|
121
|
-
|
|
122
115
|
### Coverage
|
|
123
116
|
|
|
124
117
|
Coverage for this package contains 3 parts:
|
|
@@ -161,10 +154,10 @@ Q: Receive `URLSessionTask failed with error` when connecting to Dev Server with
|
|
|
161
154
|
|
|
162
155
|
A: If `ABT_NODE_BASE_URL` exists in you .env or .env.development, make sure the value of `ABT_NODE_BASE_URL` is your local lan IP
|
|
163
156
|
|
|
164
|
-
Q: If the Cornerstone application interface shows that the application is running when debugging locally, and when you click the Cornerstone application **open** button you are redirected to the proxy failure screen, or to the code installation screen, or to the blocklet screen with
|
|
157
|
+
Q: If the Cornerstone application interface shows that the application is running when debugging locally, and when you click the Cornerstone application **open** button you are redirected to the proxy failure screen, or to the code installation screen, or to the blocklet screen with 404 or 502 errors, please refer to the following solutions
|
|
165
158
|
|
|
166
159
|
A:
|
|
167
160
|
|
|
168
|
-
Solution 1:
|
|
161
|
+
Solution 1: Restart the blocklet-service process: go to the webapp directory and execute the script npm run start:service
|
|
169
162
|
|
|
170
163
|
Solution 2: Close all blocklet-server related development processes, run npm run deep-clean, and restart all blocklet-server development processes.
|