huly-selfhost icon indicating copy to clipboard operation
huly-selfhost copied to clipboard

Error: Signature verification failed

Open dodancs opened this issue 10 months ago • 3 comments

Hey, I just tried to install Huly self-hosted, and when I check out the compose logs, I see this from the stats container over and over:

stats-1         | Error: Signature verification failed
stats-1         |     at jwt_decode (/usr/src/app/bundle.js:79471:17)
stats-1         |     at decodeToken (/usr/src/app/bundle.js:79612:50)
stats-1         |     at /usr/src/app/bundle.js:102175:59
stats-1         |     at dispatch (/usr/src/app/bundle.js:91138:36)
stats-1         |     at /usr/src/app/bundle.js:101863:20
stats-1         |     at dispatch (/usr/src/app/bundle.js:91138:36)
stats-1         |     at /usr/src/app/bundle.js:91130:16
stats-1         |     at dispatch (/usr/src/app/bundle.js:101867:35)
stats-1         |     at dispatch (/usr/src/app/bundle.js:91138:36)
stats-1         |     at bodyParser (/usr/src/app/bundle.js:101104:15)

dodancs avatar Jan 25 '25 19:01 dodancs

Looks like misconfiguration, there probably an incorrect secret configured in the stats container.

aonnikov avatar Feb 05 '25 04:02 aonnikov

@aonnikov I have the same problem. Here are the statistic server settings, what could be wrong here?

stats:
    image: hardcoreeng/stats:${HULY_VERSION}
    environment:
      - PORT=4900
      - SERVER_SECRET=${SECRET}
    restart: unless-stopped

MilanovaSmile avatar Apr 16 '25 11:04 MilanovaSmile

Same here. Configuration same as that posted earlier.

arpitnnd avatar Jun 26 '25 13:06 arpitnnd