Comfy-Org / Comfy-Org/ComfyUI-Manager
[Bug] Extensions page does not load, possible Content-Security-Policy error
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
I am running comfyui-portable and I get the following issue in console when I open comfy manager
```
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://api.comfy.org/nodes?node_id=comfy-core because it violates the following directive: “connect-src 'self' data:” [vendor-axios-B2OLCPxZ.js:3:8538](http://127.0.0.1:8188/assets/vendor-axios-B2OLCPxZ.js)
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://4e0ro38hs8-dsn.algolia.net/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(5.21.0)%3B%20Lite%20(5.21.0)%3B%20Browser&x-algolia-api-key=684d998c36b67a9a9fce8fc2d8860579&x-algolia-application-id=4E0RO38HS8 because it violates the following directive: “connect-src 'self' data:” [vendor-other-DX2qPW6O.js:248:19894](http://127.0.0.1:8188/assets/vendor-other-DX2qPW6O.js)
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://4e0ro38hs8-3.algolianet.com/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(5.21.0)%3B%20Lite%20(5.21.0)%3B%20Browser&x-algolia-api-key=684d998c36b67a9a9fce8fc2d8860579&x-algolia-application-id=4E0RO38HS8 because it violates the following directive: “connect-src 'self' data:” [vendor-other-DX2qPW6O.js:248:19894](http://127.0.0.1:8188/assets/vendor-other-DX2qPW6O.js)
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://4e0ro38hs8-1.algolianet.com/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(5.21.0)%3B%20Lite%20(5.21.0)%3B%20Browser&x-algolia-api-key=684d998c36b67a9a9fce8fc2d8860579&x-algolia-application-id=4E0RO38HS8 because it violates the following directive: “connect-src 'self' data:” [vendor-other-DX2qPW6O.js:248:19894](http://127.0.0.1:8188/assets/vendor-other-DX2qPW6O.js)
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://4e0ro38hs8-2.algolianet.com/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(5.21.0)%3B%20Lite%20(5.21.0)%3B%20Browser&x-algolia-api-key=684d998c36b67a9a9fce8fc2d8860579&x-algolia-application-id=4E0RO38HS8 because it violates the following directive: “connect-src 'self' data:” [vendor-other-DX2qPW6O.js:248:19894](http://127.0.0.1:8188/assets/vendor-other-DX2qPW6O.js)
Algolia search provider failed (1 failures): RetryError: Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.
AlgoliaError common.js:275
ErrorWithStackTrace common.js:284
RetryError common.js:290
retry common.js:476
retry common.js:505
[registrySearchGateway.ts:158:17](http://127.0.0.1:8188/src/services/gateway/registrySearchGateway.ts)
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://api.comfy.org/nodes?limit=64&page=1 because it violates the following directive: “connect-src 'self' data:” [vendor-axios-B2OLCPxZ.js:3:8538](http://127.0.0.1:8188/assets/vendor-axios-B2OLCPxZ.js)
Parameter defaultValue is deprecated. The default value in settings definition will be used instead. [settings.ts:58:15](http://127.0.0.1:8188/src/scripts/ui/settings.ts)
```
This causes the nodes manager to only show skeleton entries and never actually load. I can enable the legacy ui and that works for the nodes manager.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.