Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capacitor UI not rendering issue loading manifest.json #129

Open
nralbers opened this issue Oct 4, 2024 · 3 comments
Open

Capacitor UI not rendering issue loading manifest.json #129

nralbers opened this issue Oct 4, 2024 · 3 comments

Comments

@nralbers
Copy link

nralbers commented Oct 4, 2024

After latest release, getting the following error on the main screen of the UI

Something went wrong:

Cannot read properties of undefined (reading 'spec')

developer console is showing the following:

{0B63751A-C079-4933-9FEF-A5545F10ECAE}

Failed to load resource: the server responded with a status of 401 () manifest.json
Manifest: Line: 1, column: 5, Unexpected data after root element.
TypeError: Cannot read properties of undefined (reading 'spec')
at om (index-CPzofljc.js:64:46518)
at Wl (index-CPzofljc.js:38:16998)
at gp (index-CPzofljc.js:40:43963)
at mp (index-CPzofljc.js:40:39727)
at Cg (index-CPzofljc.js:40:39655)
at Fs (index-CPzofljc.js:40:39508)
at tl (index-CPzofljc.js:40:35875)
at fp (index-CPzofljc.js:40:34826)
at E (index-CPzofljc.js:25:1565)
at MessagePort.X (index-CPzofljc.js:25:1928)

@nralbers
Copy link
Author

nralbers commented Oct 4, 2024

After pinning to a specific version, I can confirm that the UI is broken in different ways in versions 0.4.4. and 0.4.5. Version 0.4.3 seems to be functioning correctly.

@nralbers
Copy link
Author

nralbers commented Oct 4, 2024

After further testing, 0.4.3 also has issues: the bottom bar with Sources, Kustomizations and Helm Releases is no longer folding out.

@laszlocph
Copy link
Contributor

About 0.4.5 and manifest.json:

Something returns 401 on the manifest.json file.
Capacitor never returns 401. Do you access it through a proxy or ingress?
Does it behave the same way when you access it via port-forward? kubectl port-forward svc/capacitor 9000:9000 -n flux-system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants