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
Hey there ✌🏼 I was facing the same issue without docker, just using iris-cli run go-admin.
After running the SQL queries of @charlesduarte019 the login worked (more or less):
Run go run . and then stop, only to create file admin.db
Run sqlite3 admin.db to open the database
Run ALTER TABLE goadmin_menu ADD COLUMN `uuid` varchar(150) NOT NULL DEFAULT '';
Run ALTER TABLE goadmin_menu ADD COLUMN `plugin_name` varchar(150) NOT NULL DEFAULT '';
Run again go run .
After the login with admin:admin the iris-cli does a lot hot reloads though there are no changes at all. I'm not sure if this behaviour is to be expected. The terminal output is attached. iris-cli_run_go-admin.txt
Reproduce
Modify `Dockerfile`
Build and run docker image
Visit http://localhost:8080/admin
Log:
2023-02-06T00:42:31.317Z controller/handler.go:24 [GoAdmin] 200 GET /admin/login
(ERROR LOG) Try to login ( user:admin, password: admin )
Browser ERR_EMPTY_RESPONSE
Output of 2. Build and run
Full log
Also, it does the same locally without Docker.
The text was updated successfully, but these errors were encountered: