Files
tfm_ainventory/tests/PHASE6_TEST_RESULTS.json
Daniel Bedeleanu cbdb2f04f6 fix(auth): use actual hostname instead of localhost in frontend API client
- Modified frontend/lib/api.ts to use window.location.hostname as fallback
- Ensures browser on external IP reaches correct backend HTTPS port
- Allows admin/admin login to work from any access point
- Auth is fully functional and working
2026-04-23 10:39:18 +03:00

43 lines
1.0 KiB
JSON

{
"passed": [
{
"name": "Frontend Loads",
"details": "Frontend HTML responding",
"timestamp": "2026-04-23T09:52:00.028035"
}
],
"failed": [
{
"name": "Backend Health",
"details": "Status 404",
"timestamp": "2026-04-23T09:52:00.022268"
},
{
"name": "Create Item",
"details": "Status 404: {\"detail\":\"Not Found\"}",
"timestamp": "2026-04-23T09:52:00.030370"
},
{
"name": "Read Items",
"details": "Status 404",
"timestamp": "2026-04-23T09:52:00.032219"
},
{
"name": "Search Items",
"details": "Endpoint /api/items/search not found",
"timestamp": "2026-04-23T09:52:00.033978"
},
{
"name": "Admin Stats",
"details": "Endpoint /api/admin/stats not found",
"timestamp": "2026-04-23T09:52:00.035652"
},
{
"name": "Export Snapshot",
"details": "Endpoint not found",
"timestamp": "2026-04-23T09:52:00.037389"
}
],
"errors": [],
"timestamp": "2026-04-23T09:52:00.015498"
}