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
Browser and OS Chrome 126.0.6478.128 (Official Build) (64-bit) on Windows 11 Pro 23H2
Issue description
After calling dropin.create() function the drop-in is created successfully but in the Network tab of dev tools I see a POST request to https://api2.amplitude.com/2/httpapi with response code 400 and response body as
{
"code": 400,
"error": "Invalid API key: a23fb4dfae56daf7c3212303b53a8527"
}
General information
Issue description
After calling dropin.create() function the drop-in is created successfully but in the Network tab of dev tools I see a POST request to https://api2.amplitude.com/2/httpapi with response code 400 and response body as
{
"code": 400,
"error": "Invalid API key: a23fb4dfae56daf7c3212303b53a8527"
}
Here is the request body
Request.json
What can I do to resolve this issue?
The text was updated successfully, but these errors were encountered: