-
Notifications
You must be signed in to change notification settings - Fork 424
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Version
4.38
Current Behavior
Accessing stencil's docs page: https://stenciljs.com/docs/introduction causes rendering issues as depicted in the screenshot below. Already cleared cache. I'm accessing the page from Germany. Testing on multiple devices with multiple browsers does not cause the issue. Might be unique to my machine, but still wanted to give you guys an heads up.
dev console output:
GET https://stenciljs.com/docs/assets/css/styles.3db5c99f.css net::ERR_ABORTED 429 (Too Many Requests)Understand this error
introduction:22 GET https://stenciljs.com/docs/img/logo-light.png 429 (Too Many Requests)Understand this error
introduction:49 GET https://stenciljs.com/docs/img/logo-light.png 429 (Too Many Requests)Understand this error
runtimemain.d713c8f4.js:1 GET https://stenciljs.com/docs/assets/js/aba21aa0.ce2ffd69.js net::ERR_ABORTED 429 (Too Many Requests)main.d713c8f4.js:1
r.l @ runtime
r.f.j @ runtimemain.d713c8f4.js:1main.d713c8f4.js:1
(anonymous) @ runtime
r.e @ runtimemain.d713c8f4.js:1main.d713c8f4.js:1
i.aba21aa0 @ main.fa48d961.js:2
u @ main.fa48d961.js:2
(anonymous) @ main.fa48d961.js:2
p @ main.fa48d961.js:2
g @ main.fa48d961.js:2
n.preload @ main.fa48d961.js:2
(anonymous) @ main.fa48d961.js:2
F @ main.fa48d961.js:2
45022 @ main.fa48d961.js:2
r @ runtime
(anonymous) @ main.fa48d961.js:2
r.O @ runtimemain.d713c8f4.js:1main.d713c8f4.js:1
(anonymous) @ main.fa48d961.js:2
a @ runtime
(anonymous) @ main.fa48d961.js:2Understand this error
runtimemain.d713c8f4.js:1 GET https://stenciljs.com/docs/assets/js/95455.99ca875a.js net::ERR_ABORTED 429 (Too Many Requests)main.d713c8f4.js:1
r.l @ runtime
r.f.j @ runtimemain.d713c8f4.js:1main.d713c8f4.js:1
(anonymous) @ runtime
r.e @ runtimemain.d713c8f4.js:1main.d713c8f4.js:1
i.a94703ab @ main.fa48d961.js:2
u @ main.fa48d961.js:2
(anonymous) @ main.fa48d961.js:2
p @ main.fa48d961.js:2
g @ main.fa48d961.js:2
n.preload @ main.fa48d961.js:2
(anonymous) @ main.fa48d961.js:2
F @ main.fa48d961.js:2
45022 @ main.fa48d961.js:2
r @ runtime
(anonymous) @ main.fa48d961.js:2
r.O @ runtimemain.d713c8f4.js:1main.d713c8f4.js:1
(anonymous) @ main.fa48d961.js:2
a @ runtime
(anonymous) @ main.fa48d961.js:2Understand this error
runtimemain.d713c8f4.js:1 Uncaught (in promise) ChunkLoadError: Loading chunk 35742 failed.main.d713c8f4.js:1:42946)
(error: https://stenciljs.com/docs/assets/js/aba21aa0.ce2ffd69.js)
at r.f.j (runtime
at runtimemain.d713c8f4.js:1:1209main.d713c8f4.js:1:1187)
at Array.reduce ()
at r.e (runtime
at i.aba21aa0 (main.fa48d961.js:2:63631)
at u (main.fa48d961.js:2:519865)
at main.fa48d961.js:2:520140
at Array.forEach ()
at p (main.fa48d961.js:2:520113)
at g (main.fa48d961.js:2:520759)
Expected Behavior
The docs page should load without rendering issues
System Info
Steps to Reproduce
Open a browser and navigate to: https://stenciljs.com/docs/introduction
Code Reproduction URL
https://github.com/stenciljs/core/issues?q=docs
Additional Information
No response