Spaces:
Runtime error
Runtime error
| * Host localhost:8000 was resolved. | |
| * IPv6: ::1 | |
| * IPv4: 127.0.0.1 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying [::1]:8000... | |
| * connect to ::1 port 8000 from ::1 port 55300 failed: Connection refused | |
| * Trying 127.0.0.1:8000... | |
| * Connected to localhost (127.0.0.1) port 8000 | |
| > GET /api/dashboard/all HTTP/1.1 | |
| > Host: localhost:8000 | |
| > User-Agent: curl/8.7.1 | |
| > Accept: */* | |
| > Cookie: access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI4IiwiZXhwIjoxNzY1NjcwNjE0fQ.Zc53WU0s6nBzn67EOhU9jJY7hzmIn3B21fgWNQ-vWMk | |
| > | |
| * Request completely sent off | |
| < HTTP/1.1 200 OK | |
| < date: Sun, 07 Dec 2025 00:21:46 GMT | |
| < server: uvicorn | |
| < content-length: 1229 | |
| < content-type: application/json | |
| < x-content-type-options: nosniff | |
| < x-frame-options: SAMEORIGIN | |
| < x-xss-protection: 1; mode=block | |
| < strict-transport-security: max-age=31536000; includeSubDomains | |
| < content-security-policy: default-src 'self' http://localhost:* http://127.0.0.1:*; script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* http://127.0.0.1:*; style-src 'self' 'unsafe-inline' http://localhost:* http://127.0.0.1:*; connect-src 'self' http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* wss://localhost:* wss://127.0.0.1:*; img-src 'self' data: blob: http://localhost:* http://127.0.0.1:*; font-src 'self' data: http://localhost:* http://127.0.0.1:*; | |
| < x-process-time: 0.014214754104614258 | |
| < | |
| { [1229 bytes data] | |
| 100 1229 100 1229 0 0 65672 0 --:--:-- --:--:-- --:--:-- 68277 | |
| * Connection #0 to host localhost left intact | |