Helicone Community Page

Updated 2 years ago

container up after specifying wrangler version

At a glance

The community member is having trouble getting their container to start up after specifying the wrangler version in their Dockerfile. They mention that the screen is stuck on the "Listening for Events" event, even though they are getting a response from ":8787/v1". In the comments, another community member suggests that they should not change the .env area, as the JWT is stored in various places like the worker toml and config.yml. They also note that the secrets in the config must be changed before going into production.

container up after I specify wrangler version like this at dockerfile_worker
Plain Text
dockerfile_worker
RUN npm install -g [email protected]

but the screen doesn't move from "Listening for Events" event though I got response from ":8787/v1" so I'm still working on that.
Attachment
image.png
T
1 comment
success. if someone in trouble about self-hosting, lets talk.

I found that we shouldn't change .env this area, because this JWT stored everywhere like worker toml, cong.yml...
Plain Text
############
# Secrets
# YOU MUST CHANGE THESE BEFORE GOING INTO PRODUCTION
############
Add a reply
Sign up and join the conversation on Discord