-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad request error 400 axios #146
Comments
Hello @gracechin! I'm a bit surprised to see double quotes around Did you change your env var If that's not the reason for this error, could you open a support ticket? We would need to gather additional information about your setup. |
Thank you so much @lraucy , that was exactly the issue. I will close this ticket now. Thank you again! |
I’m running into this same issue when trying to upload sourcemaps from circleci 🤔 My repro steps are the same as this, except i'm running it with I've verified that the api key in the environment does not contain any unnecessary quotes, both locally and from the circleci instance. Node version is 12.20.0 in both. Here's the whole error
|
Hello @mj12albert! That's weird 🤔 could you open a support ticket to investigate? We'll be able to ask more details to help the investigation. |
Describe what happened
I tried to upload a sourcemap to Datadog via the terminal, but received the following error.
Steps to reproduce the issue:
--devtool source-map
datadog-ci
to package.json (most latest version -v0.9.3
)yarn install
Expected behaviour:
To successfully upload source map to datadog
Actual behaviour:
Please see above error message for the actual behaviour
Additional context
I am quite new to all this, but with my limited knowledge:
datadog-ci/src/commands/sourcemaps/upload.ts
Line 208 in ef2a649
0.9.0
. I just tried using the older version and uploading the sourcemap again, but it failed with the same error as aboveThe text was updated successfully, but these errors were encountered: