You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when logging in, I see JSON in the browser after the Candid login phase:
{"message":"Put http://10.131.72.88:42733/c216c4dea1a3950636a767a86a18708f8f16b73410f1524edce7e80d058ee7deID: cannot unmarshal error response (status 403 Forbidden): unexpected content type text/html; want application/json; content: ERROR: The requested URL could not be retrieved; \u003c!-- /* * Copyright (C) 1996-2020 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ /* Stylesheet for Squid Error pages Adapted from design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License */ /* Page basics */ * { font-family: verdana, sans-serif; } html body { margin: 0; padding: 0; background: #efefef; font-size: 12px; color: #1e1e1e; } /* Page displayed title area */ #titles { margin-left: 15px; padding: 10px; padding-left: 100px; background: url('/squid-internal-static/icons/SN.png') no-repeat left; } /* initial title */ #titles h1 { color: #000000; } #titles h2 { color: #000000; } /* special event: FTP success page titles */ #titles ftpsuccess { background-color:#00ff00; width:100%; } /* Page displa ... [1400 bytes omitted]"}
(Maybe a proxy misconfiguration?)
If I keep mashing refresh, eventually I get the page:
You're logged in as pazaan
You can now close this window.
Closing the window does not grant access to the dashboard. Instead I see this in the error console:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://sentry.is.canonical.com/api/29/envelope/?sentry_key=5f679e274f34464194e9592a91ed65d4&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.47.0. (Reason: CORS request did not succeed). Status code: (null).
Hi @pazaan, is this a local Juju controller that you have deployed with Candid (I see an ip address in the error)?
It looks like it's responding with an HTML response instead of JSON. When you get this response are you able to view the page that squid is responding with? That might help track down what error it is responding with.
Sometimes when logging in, I see JSON in the browser after the Candid login phase:
(Maybe a proxy misconfiguration?)
If I keep mashing refresh, eventually I get the page:
Closing the window does not grant access to the dashboard. Instead I see this in the error console:
macOS: 13.5.2 (22G91),
Chrome: Version 117.0.5938.132 (Official Build) (x86_64)
Firefox: 118.0.1 (64-bit)
The text was updated successfully, but these errors were encountered: