Found a small bug in your Get Started section. You...
# support
r
Found a small bug in your Get Started section. Your HTTP application logs example has an extra slash in the example URL. This causes the API to always return the following:
Copy code
HTTP 404
{
    "code": 12,
    "message": "not found"
}
When you remove the trailing slash from the URL, the API no longer errors and the log is ingested.
v
Hi @Robi Rohumaa, Thanks for posting this! Would you be open to raising a PR for this fix?
r
Hey @Vibhu Pandey Sure, created a pr: https://github.com/SigNoz/signoz/pull/6176