got this error when hosted on easy panel with compose, I have used the official repo but it fails to signup
{
"message": "Request failed with status code 401",
"name": "AxiosError",
"stack": "AxiosError: Request failed with status code 401\n at o (
https://sde-intern-resources-signoz.vaacdq.easypanel.host/main.e65037f6ca3deb769ef9.js:2:8202694)\n at
XMLHttpRequest.Se (
https://sde-intern-resources-signoz.vaacdq.easypanel.host/main.e65037f6ca3deb769ef9.js:2:8188985)\n at Axios.request (
https://sde-intern-resources-signoz.vaacdq.easypanel.host/main.e65037f6ca3deb769ef9.js:2:8193150)\n at async s (
https://sde-intern-resources-signoz.vaacdq.easypanel.host/main.e65037f6ca3deb769ef9.js:2:2165990)",
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"adapter": [
"xhr",
"http",
"fetch"
],
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 0,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json",
"Authorization": ""
},
"baseURL": "/api/v1/",
"method": "post",
"url": "/event",
"data": "{\"eventName\":\"Account Created Successfully\",\"attributes\":{\"email\":\"
goutham.s@f22labs.com\",\"tenant_url\":\"sde-intern-resources-signoz.vaacdq.easypanel.host\"},\"eventType\":\"track\",\"rateLimited\":false}",
"allowAbsoluteUrls": true
},
"code": "ERR_BAD_REQUEST",
"status": 401
}