Change Summary:
Minor fixes.
Review Request #1335 — Created Jan. 23, 2026 and submitted
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_4_0 | |
| AE-2358 | |
| Reviewers | |
| apoorva.sn, pradeep, shuinvy | |
[root@localhost admin]# docker exec $(docker ps -q -f name=amp_amp-core) supervisorctl status
amp_api RUNNING pid 1109, uptime 3:03:35
backend RUNNING pid 7, uptime 4:27:57
ftp_server RUNNING pid 11, uptime 4:27:57
tftp_server RUNNING pid 13, uptime 4:27:57
webui_agent RUNNING pid 8, uptime 4:27:57
[root@localhost admin]#[root@localhost admin]# curl -4 'http://localhost:8000/login_app' --form 'username="admin"' --form 'password="admin"'
{"error_code": 0, "hive_key": 1, "user_info": {"django_language": "en", "csrf_token": "wbptgezotCnPJyPnTJj7qznE9vx0CIPqlwRSzRGl32pbI00BVTlEBcDN0L9EYQ0u", "hive_key": "1", "current_user": "admin"}, "msg": "Logging in successfully.", "check_license": false}
The changes has been tested locally.
Minor fixes.