You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my web browser makes the following API request, initiated by Umami, the response is only a 400 (header, with no body). Fortunately, when trying to reproduce this bug to share it with you fine folks (LOVE this product, btw!) I hit "Copy as cURL" in Chrome, which yields this cURL command:
The good news is, this cURL request sends back a response that actually explains the problem:
payload.name must be at most 50 characters
The fact that javascript (browser client) isn't able to read the response body feels like an error in your https://cloud.umami.is/script.js logic to me
Database
PostgreSQL
Relevant log output
No response
Which Umami version are you using? (if relevant)
Cloud
Which browser are you using? (if relevant)
Chrome
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered:
I am a novice, the latest version of the code on the master I pulled directly is 2.13.2, and there are still /api/send 400 problems after copying the tracking script to the target website, i dont known why, there is my script <script defer src="https://unima.redesign86.com/script.js" data-website-id="4bd815cd-2cc6-460d-b6b7-82649af02c87"></script>
@brianfeister i dont use data-umami-* DOM attribute , I'm stuck on step one i only use the script ,it responent 400 in my website, it my website url https://redesign86.com
Describe the Bug
When my web browser makes the following API request, initiated by Umami, the response is only a
400
(header, with no body). Fortunately, when trying to reproduce this bug to share it with you fine folks (LOVE this product, btw!) I hit "Copy as cURL" in Chrome, which yields this cURL command:The good news is, this cURL request sends back a response that actually explains the problem:
The fact that javascript (browser client) isn't able to read the response body feels like an error in your
https://cloud.umami.is/script.js
logic to meDatabase
PostgreSQL
Relevant log output
No response
Which Umami version are you using? (if relevant)
Cloud
Which browser are you using? (if relevant)
Chrome
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: