Infinite Load while trying to apply Theme #35575
Replies: 1 comment
-
The infinite loading and 404 errors when applying a theme at the dashboard level are likely caused by the dashboard referencing a theme ID that does not exist or is not accessible via the The missing The ReactAce warning about To resolve the infinite loading, check that the theme ID assigned to your dashboard exists in the database and is accessible via the API. Also, verify that any static assets referenced in your theme (like logos) are present on the server. If you recently upgraded Superset, review recent changes to theme handling and configuration, as the theme system was updated to use a base theme hierarchy and stricter theme lookup logic (see details). To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What I tried: theme JSON + CSS template at dashboard level
What I expected: dashboard loads with custom theme + CSS applied
What actually happened: infinite loading + console errors
superset-logo-horiz.png:1 Failed to load resource: the server responded with a status of 404 (NOT FOUND) vendors.077cc2e3066bd62c36ac.entry.js:2 ReactAce: editor option enableLiveAutocompletion was activated but not found. Did you need to import a related tool or did you possibly mispell the option? (anonymous) @ vendors.077cc2e3066bd62c36ac.entry.js:2 :8088/api/v1/theme/14:1 Failed to load resource: the server responded with a status of 404 (NOT FOUND) 8289.ce3ad7f4f0910d347c51.entry.js:27 Failed to create dashboard theme provider: Error: HTTP 404: NOT FOUND at u.createDashboardThemeProvider (8289.ce3ad7f4f0910d347c51.entry.js:27:9333) at async 85c7c935e14d9a1bd295.chunk.js:1:7591
Beta Was this translation helpful? Give feedback.
All reactions