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
Opaque web page error ("Oops !!! Something went wrong") after logging in with a fresh build of v0.66.0.
Expected behavior
How to reproduce
git checkout v0.66.0
build query-service via make all, overriding REPONAME with my repo
helm install fresh signoz release to clean Kubernetes cluster with chart version 0.64.2, overwriting queryService.image.repository to my repo
after creating an account or logging in, the "Oops !!! Something went wrong" error message is displayed in the web browser
issue also reproduces when using docker.io/signoz/query-service:0.66.0-oss
if I replace my build of the query service with the default image from docker hub (docker.io/signoz/query-service:0.66.0), it works
If I build ee via make build-push-ee-query-service, it also works. This serves as a temporary workaround, since I'm not yet using it in production.
Version information
Signoz version: v0.66.0
Browser version:
Your OS and version:
Your CPU Architecture(ARM/Intel): amd64
Additional context
I haven't looked at the front end code, but one difference I noticed in the network calls is that the oss query service returns 404 to /api/v2/licenses shortly before the error message.
The text was updated successfully, but these errors were encountered:
Thanks, I tried clearing the local storage each time, but the result is the same: docker.io/signoz/query-service:0.66.0 works, but docker.io/signoz/query-service:0.66.0-oss does not work (also my local oss build does not work). I can see that the login is succeeding and the JWT is being issued, so I'm guessing it's tripping up on some front-end invariant.
Bug description
Opaque web page error ("Oops !!! Something went wrong") after logging in with a fresh build of v0.66.0.
Expected behavior
How to reproduce
make all
, overriding REPONAME with my repodocker.io/signoz/query-service:0.66.0-oss
docker.io/signoz/query-service:0.66.0
), it worksee
viamake build-push-ee-query-service
, it also works. This serves as a temporary workaround, since I'm not yet using it in production.Version information
Additional context
I haven't looked at the front end code, but one difference I noticed in the network calls is that the oss query service returns 404 to
/api/v2/licenses
shortly before the error message.The text was updated successfully, but these errors were encountered: