https://signoz.io logo
#support
Title
# support
n

Nicolai Rybnikar

07/11/2023, 1:16 PM
Hello, I am trying to deploy signoz 0.22 on Kubernetes. All components are running but I am having problems using the non-ee version of signoz-query-service. The problem occurs already at login. As I have seen, the frontend sends a request to
/api/v1/loginPrecheck
- but this API endpoint exists only in the "ee" variant of signoz-query-service. I haven't found any code in the frontend that omits this call in the non-ee variant - moreover, the API endpoint
/api/v1/version
returns the value "EE: Y" also in the non-ee variant. Could it be that the non-ee variant of Signoz in version 0.22 is currently not usable?
s

Srikanth Chekuri

07/11/2023, 3:33 PM
That sounds like a bug. We will look into this.
n

Nicolai Rybnikar

07/12/2023, 8:54 AM
Ok, thanks.
Am I allowed to use the query-service from the
ee
directory for internal, but productive apps?
s

Srikanth Chekuri

07/13/2023, 8:51 AM
Yes, there is the community version of the enterprise edition that you can use (without some features such as SSO, which requires a license).
n

Nicolai Rybnikar

07/13/2023, 9:56 AM
Thanks!
s

Srinivas Anant

08/11/2023, 5:20 AM
@Srikanth Chekuri - Is the
loginPrecheck
API going to be present in the non
ee
variants as well? We are also facing an issue during login when we use the non
ee
variant
s

Srikanth Chekuri

08/11/2023, 12:10 PM
I think the issue only exists in non-ee variant.
s

Srinivas Anant

08/14/2023, 4:49 AM
Will this be fixed in non-ee variant?
s

Srikanth Chekuri

08/14/2023, 4:52 AM
Yes
s

Srinivas Anant

08/17/2023, 6:27 AM
@Srikanth Chekuri - Shall I open an issue in GitHub?
s

Srikanth Chekuri

08/17/2023, 8:56 AM
Yes, please create an issue
s

Srinivas Anant

08/17/2023, 11:33 AM
@Srikanth Chekuri - Here you go https://github.com/SigNoz/signoz/issues/3367
4 Views