-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在portainer上一栈部署的,访问是白板 请问怎么解决 #30
Comments
sql语句直接执行下初始化就好了 |
已经初始化了,还是白板,单独访问服务端出现 welcome提示 172.26.0.1 - - [06/Jul/2024:12:30:25 +0000] "P0ST /v1/setting/default HTTP/1.1" 200 2243 "" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:1 都200了,还是打不开,是不是我哪设置不对啊 server: Executing (default): SELECT'id',website','contact','system',‘uplog',"bucket_service',createdAt','updatedAt'FROM 'setting' AS'Setting LIMIT1; |
我是用的porntainer部署的 |
还能是数据库方言的问题? |
这个项目纯纯不想评价,compose部署 用的还是官方自己的api 地址 可真笑死我了 |
这个compose是ai生成的 |
sever logs:
Executing (default): SELECT
id
,website
,contact
,system
,uplog
,bucket_service
,createdAt
,updatedAt
FROMsetting
ASSetting
LIMIT 1;client logs:
192.168.1.136 - - [17/May/2024:17:44:56 +0000] "GET /echarts.js HTTP/1.1" 200 3334642 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-"
192.168.1.136 - - [17/May/2024:17:44:56 +0000] "GET /favicon.ico HTTP/1.1" 200 16958 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-"
192.168.1.136 - - [17/May/2024:17:44:56 +0000] "POST /v1/setting/default HTTP/1.1" 200 55 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-"
****数据库是通的
The text was updated successfully, but these errors were encountered: