Sebastian Schulz
Results
2
issues of
Sebastian Schulz
**Describe your context** ``` dash 2.14.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - if frontend related, tell us your Browser, Version and OS - OS: MacOS 13.5.2 - Browser:...
bug
sev-3
Logged request URLs contain duplicate host/port (e.g., "http://example.comhttp://example.com/api")
2
**Problem:** When using `httplog` with structured logging (e.g., `SchemaGCP`), the `requestUrl` field in logs incorrectly duplicates the host and port: ```json { "httpRequest": { "requestUrl": "http://localhost:8080http://localhost:8080/api/users", // ❌ Duplicated "requestMethod":...