You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caused: PreparedStatementCallback; bad SQL grammar [SELECT id,quota,`usage`,`max_size`,max_aggr_count,max_aggr_size,tenant_id FROM tenant_capacity WHERE tenant_id = ?]; nested exception is java.sql.SQLSyntaxErrorException: Lexical error at line 1, column 17. Encountered: "`" (96), after : "".;caused: Lexical error at line 1, column 17. Encountered: "`" (96), after : "".;caused: Lexical error at line 1, column 17. Encountered: "`" (96), after : "".;
Desktop (please complete the following information):
Describe the bug
docker版本nacos-server:v2.4.2启动初始化密码登录之后,创建命名空间后看不到并且报错,如下
docker-compose.yaml
配置文件,测试了nacos-server:v2.4.1和nacos-server:v2.4.0无此问题How to Reproduce
Steps to reproduce the behavior:
使用如下
docker-compose.yaml
启动服务,然后访问IP:8848/nacos/#/register
初始化密码登录之后,创建namespace
创建namespace后不能查询到,且默认public namespace也不能查询到
查询不到namespace数据,但是再次创建的时候报错提示namespace已存在
以为是权限问题,尝试在 权限控制->权限管理中添加权限,发现报错异常,不能正常添加
权限管理页面报错信息如下:
Desktop (please complete the following information):
Additional context
测试了nacos-server:v2.4.1和nacos-server:v2.4.0无此问题,正常截图如下
The text was updated successfully, but these errors were encountered: