teodevgroup / teo

Schema-driven web server framework.
https://teodev.io
Apache License 2.0
1.39k stars 46 forks source link

issued the command cargo teo serve to start project, but it immediately exited without displaying any error messages. #34

Closed Brandon-lz closed 8 months ago

Brandon-lz commented 8 months ago

rust version:1.75.0 when I operate by this guide: https://teocloud.io/docs/getting-started/beginner-tutorial/write-a-schema-only-app

I use cargo teo serve to start the project, but it quit quickly, just print log below: [2024-01-23 08:02:33] sqlite connector connected for main at "sqlite::memory:"

I change database by postgres, and I get the same result: [2024-01-23 07:58:23] postgres connector connected for main at "postgres://postgres:postgres@127.0.0.1:5432/helloteo"

victorteokw commented 8 months ago

Hi @Brandon-lz, which operating system you are using?

victorteokw commented 8 months ago

Hi @Brandon-lz, I reproduced this bug. I'm fixing it.

victorteokw commented 8 months ago

The bug is found and a version 0.1.1 is publishing

victorteokw commented 8 months ago

Hi @Brandon-lz, bug fixed

Screenshot 2024-01-23 at 17 48 47