Anurag Singh
Anurag Singh
@mention the maintainer guys
Hey @onlineapps-cloud , does the error occur during Docker Compose start? if yes, then variable issues yaml file If no then regenerate jwt do it again
you don't need to regenerate JWT, go yml file and remove $ sign if it still wouldn't work then put `JWT_SECRET=a9Z$kLq7^f03GzNw!bP9dH4xV6sT2yXl3O8vR@uYq3 ` then in yml do these `environment: - JWT_SECRET=${JWT_SECRET}`
https://github.com/getmaxun/maxun/blob/develop/docker-compose.yml ```dockerfile backend: #build: #context: . #dockerfile: server/Dockerfile image: getmaxun/maxun-backend:latest ports: - "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}" env_file: .env environment: BACKEND_URL: ${BACKEND_URL} JWT_SECERT: ${JWT_SECRET} //add this ```
I have to go through the code of robot it's gonna take time Instead of me ask, @amhsirak can explain you better
@amhsirak there is no webpack.config Do I need to create one?
The issue occurs because `bunx` is just an alias for 'bun x', and some machines may not have it available. The correct command to initialize ShadCN with Bun is: ```shell...
hey @amhsirak , Could you clarify in which file the onRobotSave function exists? Is it part of the API (backend) logic, or is it handled in the frontend