Alok650 opened a new issue, #6687: URL: https://github.com/apache/incubator-devlake/issues/6687
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened I have tried deploying devlake on local using docker-compose. the issue I am facing is: the devlake container keeps on restarting. the result on devlake url is ``` DevLake API Offline DEVLAKE_ENDPOINT: /api Please wait for the Lake API to start before accessing the Configuration Interface. ``` error logs in the docker container for devlake: Scan error on column index 0, name "created_at": unsupported Scan, storing driver.Value type []uint8 into type *time.Time; In my .env, i.e. # Lake Database Connection String is DB_URL=mysql://<user>:<pass>@<aws_mysql_rds_host_url>:3306/lake?charset=utf8mb4 & parseTime=true & loc=IST E2E_DB_URL=<same as DB_URL> charset=utf8mb4 & parseTime=true & loc=IST ### What do you expect to happen the devlake UI should be visible at localhost:4000 and should allow me to add connections and see results on grafana ### How to reproduce Docker images used: devlake.docker.scarf.sh/apache/devlake-dashboard:v0.20.0-beta5 devlake.docker.scarf.sh/apache/devlake:v0.20.0-beta5 devlake.docker.scarf.sh/apache/devlake-config-ui:v0.20.0-beta5 I am also using my own docker network. for which config is: networks: devlake-network: driver: bridge ipam: driver: default config: - subnet: <ip> - gateway: <ip> ### Anything else _No response_ ### Version v0.20.0-beta5 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
