Skip to content
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

Unable to upload sourcemaps to sentry using sentry cli #3022

Open
krutarthdarji opened this issue May 6, 2024 · 10 comments
Open

Unable to upload sourcemaps to sentry using sentry cli #3022

krutarthdarji opened this issue May 6, 2024 · 10 comments

Comments

@krutarthdarji
Copy link

krutarthdarji commented May 6, 2024

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

What are you trying to accomplish?

I'm trying to upload the sourcemaps of the project to sentry using sentry cli.

How are you getting stuck?

when i execute the below command

./node_modules/.bin/sentry-cli sourcemaps upload ./build --org=<MY-ORG> --project=<MY-PROJECT> --release=<MY-RELEASE-NAME>

I am getting below attached error.

> Found 111 files
> Analyzing 111 sources
> Analyzing completed in 0.217s
> Rewriting sources
> Rewriting completed in 1.947s
> Adding source map references
> Bundling completed in 5.715s
> Bundled 111 files for upload
> Bundle ID: ad088077-ec92-565a-ab46-1e7816cdc3a1
> Optimizing completed in 0.397s
error: API request failed
  caused by: [7] Couldn't connect to server (Failed to connect to localhost port 9000 after 0 ms: Couldn't connect to server)

Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.

Before executing the command I had

  1. logged in using sentry cli using auth token
  2. created the release which I'm using in the above command.

Where in the product are you?

Issues - Source Maps

Link

No response

DSN

No response

Version

No response

@getsantry
Copy link

getsantry bot commented May 6, 2024

Assigning to @getsentry/support for routing ⏲️

@InterstellarStella InterstellarStella transferred this issue from getsentry/sentry May 6, 2024
@azaslavsky
Copy link
Contributor

Can you set the log level to DEBUG to see if any more useful information pops up? It seems like your local server is not visible to the CLI - when you try to connect to the web server on port 9000 in your browser, or ping it from the terminal, what happens?

@krutarthdarji
Copy link
Author

So I have ran the command to upload sourcemaps in two scenarios. 1. Directly ran command with log level debug. 2. Started an activity on port 9000 and then ran the command.

Here are logs for scenario 1:

> Bundling completed in 6.162s
> Bundled 111 files for upload
> Bundle ID: ec82f9c4-3d39-54fa-8b73-eff1eedf031e
> Optimizing completed in 0.439s
  INFO    2024-05-08 15:18:24.317236 +05:30 using 'gzip' compression for chunk upload
  DEBUG   2024-05-08 15:18:25.561933 +05:30 request POST http://localhost:9000/api/0/organizations/sentry/chunk-upload/
  DEBUG   2024-05-08 15:18:25.562176 +05:30 sending form data
  DEBUG   2024-05-08 15:18:25.562294 +05:30 using token authentication
  DEBUG   2024-05-08 15:18:25.562335 +05:30 retry number 0, max retries: 5
error: API request failed
  caused by: [7] Couldn't connect to server (Failed to connect to localhost port 9000 after 1 ms: Couldn't connect to server)
  INFO    2024-05-08 15:18:25.570072 +05:30 Running update nagger update check
  DEBUG   2024-05-08 15:18:25.570122 +05:30 request GET https://release-registry.services.sentry.io/apps/sentry-cli/latest
  DEBUG   2024-05-08 15:18:25.570142 +05:30 retry number 0, max retries: 0
  DEBUG   2024-05-08 15:18:25.874066 +05:30 > GET /apps/sentry-cli/latest HTTP/1.1
  DEBUG   2024-05-08 15:18:25.874173 +05:30 > Host: release-registry.services.sentry.io
  DEBUG   2024-05-08 15:18:25.874189 +05:30 > Accept: */*
  DEBUG   2024-05-08 15:18:25.874199 +05:30 > Connection: TE
  DEBUG   2024-05-08 15:18:25.874209 +05:30 > TE: gzip
  DEBUG   2024-05-08 15:18:25.874218 +05:30 > User-Agent: sentry-cli/2.31.2
  DEBUG   2024-05-08 15:18:26.160275 +05:30 < HTTP/1.1 200 OK
  DEBUG   2024-05-08 15:18:26.160440 +05:30 < content-type: application/json
  DEBUG   2024-05-08 15:18:26.160476 +05:30 < content-length: 10441
  DEBUG   2024-05-08 15:18:26.160501 +05:30 < access-control-allow-origin: *
  DEBUG   2024-05-08 15:18:26.160527 +05:30 < x-from-cache: 1
  DEBUG   2024-05-08 15:18:26.160564 +05:30 < x-envoy-upstream-service-time: 1
  DEBUG   2024-05-08 15:18:26.160600 +05:30 < date: Wed, 08 May 2024 09:48:26 GMT
  DEBUG   2024-05-08 15:18:26.160625 +05:30 < server: envoy
  DEBUG   2024-05-08 15:18:26.160649 +05:30 < Via: 1.1 google
  DEBUG   2024-05-08 15:18:26.160685 +05:30 < Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  DEBUG   2024-05-08 15:18:26.170749 +05:30 response status: 200
  INFO    2024-05-08 15:18:26.170848 +05:30 Looking for file named: sentry-cli-Darwin-universal
  DEBUG   2024-05-08 15:18:26.170876 +05:30 body: {"canonical":"app:sentry-cli","createdAt":"2024-03-27T15:57:26.000Z","created_at":"2024-05-02T15:17:39.286Z","file_urls":{"sentry-cli-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-2.31.2.tgz","sentry-cli-Darwin-arm64":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Darwin-arm64","sentry-cli-Darwin-universal":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Darwin-universal","sentry-cli-Darwin-x86_64":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Darwin-x86_64","sentry-cli-Linux-aarch64":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-aarch64","sentry-cli-Linux-armv7":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-armv7","sentry-cli-Linux-i686":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-i686","sentry-cli-Linux-x86_64":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-x86_64","sentry-cli-Windows-i686.exe":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Windows-i686.exe","sentry-cli-Windows-x86_64.exe":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Windows-x86_64.exe","sentry-cli-darwin-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-darwin-2.31.2.tgz","sentry-cli-linux-arm-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-arm-2.31.2.tgz","sentry-cli-linux-arm64-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-arm64-2.31.2.tgz","sentry-cli-linux-i686-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-i686-2.31.2.tgz","sentry-cli-linux-x64-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-x64-2.31.2.tgz","sentry-cli-win32-i686-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-win32-i686-2.31.2.tgz","sentry-cli-win32-x64-2.31.2.tgz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-win32-x64-2.31.2.tgz","sentry_cli-2.31.2-py3-none-macosx_10_15_x86_64.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-macosx_10_15_x86_64.whl","sentry_cli-2.31.2-py3-none-macosx_11_0_arm64.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-macosx_11_0_arm64.whl","sentry_cli-2.31.2-py3-none-macosx_11_0_universal2.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-macosx_11_0_universal2.whl","sentry_cli-2.31.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_2_aarch64.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_2_aarch64.whl","sentry_cli-2.31.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_2_armv7l.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_2_armv7l.whl","sentry_cli-2.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.musllinux_1_2_i686.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.musllinux_1_2_i686.whl","sentry_cli-2.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_2_x86_64.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_2_x86_64.whl","sentry_cli-2.31.2-py3-none-win32.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-win32.whl","sentry_cli-2.31.2-py3-none-win_amd64.whl":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-win_amd64.whl","sentry_cli-2.31.2.tar.gz":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2.tar.gz"},"files":{"sentry-cli-2.31.2.tgz":{"checksums":{"sha256-hex":"917856444544a05e2de78a5a64e55886f41c065ae83c0573b0f53bf6d02971b0"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-2.31.2.tgz"},"sentry-cli-Darwin-arm64":{"checksums":{"sha256-hex":"6de80a5944be669fb9fa934ec3602d493e6de7ebd1ce8507c5c3f6d35ab0eca5"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Darwin-arm64"},"sentry-cli-Darwin-universal":{"checksums":{"sha256-hex":"a8aac1d1821fcd42c75f9e8a4d9abd443d32dafa213f1c515d744de343d1f474"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Darwin-universal"},"sentry-cli-Darwin-x86_64":{"checksums":{"sha256-hex":"2ad229fd4f4cfd64dee7436be1e8c22e2a6c242fc606bc516973aaa69f815ad2"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Darwin-x86_64"},"sentry-cli-Linux-aarch64":{"checksums":{"sha256-hex":"17f2af78965d67571eb22b49934c4c7f2620a7b8e52c9db4116e73eb9877af88"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-aarch64"},"sentry-cli-Linux-armv7":{"checksums":{"sha256-hex":"1a0bb1d6a8b79a07ac2c839d26d696d59c19b80b236ed85cc5ee118e8047e5b0"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-armv7"},"sentry-cli-Linux-i686":{"checksums":{"sha256-hex":"2d5ebac8cf8abfdc08b59cb69ba1c444787a9ddf201a819d201844d73cb386c6"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-i686"},"sentry-cli-Linux-x86_64":{"checksums":{"sha256-hex":"a6e82e7c4eac8d4c358bf261badf97f0d2fc7469093082397345cfe99f6caf18"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Linux-x86_64"},"sentry-cli-Windows-i686.exe":{"checksums":{"sha256-hex":"2e5eed2ccf985259503ed8bcb694a258d1b82dfc9ed5b8eca1bbaf0257b95930"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Windows-i686.exe"},"sentry-cli-Windows-x86_64.exe":{"checksums":{"sha256-hex":"82a395375f4cf732706f5b8030a9394ab57753f76334d2ae480f5d4f6961a723"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-Windows-x86_64.exe"},"sentry-cli-darwin-2.31.2.tgz":{"checksums":{"sha256-hex":"48b310f8d7ae853653fbf66e25c477ae983390de2efbd529be150d4c0f8b12b1"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-darwin-2.31.2.tgz"},"sentry-cli-linux-arm-2.31.2.tgz":{"checksums":{"sha256-hex":"c26552e72693936b41b80755807ed93bbc17f340d0e6e1908d7e235dce2ff9e7"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-arm-2.31.2.tgz"},"sentry-cli-linux-arm64-2.31.2.tgz":{"checksums":{"sha256-hex":"d6b37c81d138ca24092c02caed6571476c5b0c225287bce56e99dfcdd2a5ee17"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-arm64-2.31.2.tgz"},"sentry-cli-linux-i686-2.31.2.tgz":{"checksums":{"sha256-hex":"53b1df6d70caa1c370ef8eea57fb09bed83903358749e6f2735ad7fa3da70138"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-i686-2.31.2.tgz"},"sentry-cli-linux-x64-2.31.2.tgz":{"checksums":{"sha256-hex":"803ded064b492b9bbe5656b6f7670b35ddfb9be83629e226bd7e9e50127201ce"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-linux-x64-2.31.2.tgz"},"sentry-cli-win32-i686-2.31.2.tgz":{"checksums":{"sha256-hex":"b67b906abc3a03c22e323164de52383d6203174ab64c6a30c6bdf2896a42a1c2"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-win32-i686-2.31.2.tgz"},"sentry-cli-win32-x64-2.31.2.tgz":{"checksums":{"sha256-hex":"d548ccc778ac1dded061e9df0234d23a0bbf7ae3d08f8e52629229b3e9030264"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry-cli-win32-x64-2.31.2.tgz"},"sentry_cli-2.31.2-py3-none-macosx_10_15_x86_64.whl":{"checksums":{"sha256-hex":"fbcd2fbe80c9ae0627f53f10f9941881c253930db85a0db98ba71104145c3677"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-macosx_10_15_x86_64.whl"},"sentry_cli-2.31.2-py3-none-macosx_11_0_arm64.whl":{"checksums":{"sha256-hex":"f54958e3638344403a9abdf7521b353712181554e46a76bfb9df6d4719f5664c"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-macosx_11_0_arm64.whl"},"sentry_cli-2.31.2-py3-none-macosx_11_0_universal2.whl":{"checksums":{"sha256-hex":"fc692969fc6e34084f5e8f851937d8e36085311a7adbf9e397df7513a9be923e"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-macosx_11_0_universal2.whl"},"sentry_cli-2.31.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_2_aarch64.whl":{"checksums":{"sha256-hex":"cef1ec3acf17fdbe65995e6542381d534f66c630ac8f51c34617f47122cb77fb"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_2_aarch64.whl"},"sentry_cli-2.31.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_2_armv7l.whl":{"checksums":{"sha256-hex":"9b2bebef2bbe9dcb9637f5cfeeb9c889758a5f6f6792ea562e797252ae7a92a6"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_2_armv7l.whl"},"sentry_cli-2.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.musllinux_1_2_i686.whl":{"checksums":{"sha256-hex":"fd048a1dbcd6c5ac233e2aa95c537e565017857b03b07be423c1735f43b0a651"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.musllinux_1_2_i686.whl"},"sentry_cli-2.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_2_x86_64.whl":{"checksums":{"sha256-hex":"4f1450613af65eb96e8c69bcb8ba8e6dae73e614c7c2a2063cae3994c3e6093e"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_2_x86_64.whl"},"sentry_cli-2.31.2-py3-none-win32.whl":{"checksums":{"sha256-hex":"ff5585354ac5069036528a9a81d5aca640d75d52fab193601f26a7455a22f518"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-win32.whl"},"sentry_cli-2.31.2-py3-none-win_amd64.whl":{"checksums":{"sha256-hex":"b047bcf1c0c73e154760bd1040e0136b481962f85610020238c0e049898223df"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2-py3-none-win_amd64.whl"},"sentry_cli-2.31.2.tar.gz":{"checksums":{"sha256-hex":"5c8b9d3e56233f5c4c15dfcf43bb30aa3038f676bb4d1a7374f14f2f685505f4"},"url":"https://downloads.sentry-cdn.com/sentry-cli/2.31.2/sentry_cli-2.31.2.tar.gz"}},"main_docs_url":"https://docs.sentry.io/learn/cli","name":"Sentry CLI","repo_url":"https://github.com/getsentry/sentry-cli","version":"2.31.2"}

  INFO    2024-05-08 15:18:26.173727 +05:30 Found asset sentry-cli-Linux-x86_64
  INFO    2024-05-08 15:18:26.173788 +05:30 Found asset sentry-cli-Windows-x86_64.exe
  INFO    2024-05-08 15:18:26.173800 +05:30 Found asset sentry-cli-win32-x64-2.31.2.tgz
  INFO    2024-05-08 15:18:26.173811 +05:30 Found asset sentry_cli-2.31.2-py3-none-win32.whl
  INFO    2024-05-08 15:18:26.173822 +05:30 Found asset sentry-cli-2.31.2.tgz
  INFO    2024-05-08 15:18:26.173832 +05:30 Found asset sentry-cli-linux-x64-2.31.2.tgz
  INFO    2024-05-08 15:18:26.173842 +05:30 Found asset sentry-cli-Darwin-x86_64
  INFO    2024-05-08 15:18:26.173852 +05:30 Found asset sentry-cli-Linux-armv7
  INFO    2024-05-08 15:18:26.173862 +05:30 Found asset sentry_cli-2.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_2_x86_64.whl
  INFO    2024-05-08 15:18:26.173873 +05:30 Found asset sentry-cli-linux-arm-2.31.2.tgz
  INFO    2024-05-08 15:18:26.173883 +05:30 Found asset sentry-cli-Linux-i686
  INFO    2024-05-08 15:18:26.173894 +05:30 Found asset sentry-cli-Windows-i686.exe
  INFO    2024-05-08 15:18:26.173992 +05:30 Found asset sentry-cli-darwin-2.31.2.tgz
  INFO    2024-05-08 15:18:26.174004 +05:30 Found asset sentry_cli-2.31.2-py3-none-macosx_10_15_x86_64.whl
  INFO    2024-05-08 15:18:26.174025 +05:30 Found asset sentry_cli-2.31.2-py3-none-macosx_11_0_universal2.whl
  INFO    2024-05-08 15:18:26.174036 +05:30 Found asset sentry-cli-Darwin-arm64
  INFO    2024-05-08 15:18:26.174047 +05:30 Found asset sentry-cli-linux-i686-2.31.2.tgz
  INFO    2024-05-08 15:18:26.174057 +05:30 Found asset sentry_cli-2.31.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_2_armv7l.whl
  INFO    2024-05-08 15:18:26.174068 +05:30 Found asset sentry-cli-win32-i686-2.31.2.tgz
  INFO    2024-05-08 15:18:26.174078 +05:30 Found asset sentry_cli-2.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.musllinux_1_2_i686.whl
  INFO    2024-05-08 15:18:26.174089 +05:30 Found asset sentry_cli-2.31.2-py3-none-win_amd64.whl
  INFO    2024-05-08 15:18:26.174097 +05:30 Found asset sentry-cli-Linux-aarch64
  INFO    2024-05-08 15:18:26.174106 +05:30 Found asset sentry-cli-linux-arm64-2.31.2.tgz
  INFO    2024-05-08 15:18:26.174114 +05:30 Found asset sentry_cli-2.31.2-py3-none-macosx_11_0_arm64.whl
  INFO    2024-05-08 15:18:26.174123 +05:30 Found asset sentry-cli-Darwin-universal

Here are logs for scenario 2:

> Found 111 files
> Analyzing 111 sources
> Analyzing completed in 0.216s
> Rewriting sources
> Rewriting completed in 1.709s
> Adding source map references
  DEBUG   2024-05-08 15:22:52.512830 +05:30 request POST https://sentry.nubrix.io/api/0/projects/sentry/medx-frontend/releases/
  DEBUG   2024-05-08 15:22:52.513017 +05:30 using token authentication
  DEBUG   2024-05-08 15:22:52.513056 +05:30 json body: {"version":"[email protected]","projects":["medx-frontend"]}
  DEBUG   2024-05-08 15:22:52.513065 +05:30 retry number 0, max retries: 0
  DEBUG   2024-05-08 15:22:52.513665 +05:30 > POST /api/0/projects/sentry/medx-frontend/releases/ HTTP/1.1
  DEBUG   2024-05-08 15:22:52.513675 +05:30 > Host: sentry.nubrix.io
  DEBUG   2024-05-08 15:22:52.513682 +05:30 > Accept: */*
  DEBUG   2024-05-08 15:22:52.513688 +05:30 > Connection: TE
  DEBUG   2024-05-08 15:22:52.513694 +05:30 > TE: gzip
  DEBUG   2024-05-08 15:22:52.513700 +05:30 > User-Agent: sentry-cli/2.31.2
  DEBUG   2024-05-08 15:22:52.513735 +05:30 > Authorization: Bearer 32df9673***
  DEBUG   2024-05-08 15:22:52.513742 +05:30 > Content-Type: application/json
  DEBUG   2024-05-08 15:22:52.513753 +05:30 > Content-Length: 65
  DEBUG   2024-05-08 15:22:52.896504 +05:30 < HTTP/1.1 208 Already Reported
  DEBUG   2024-05-08 15:22:52.896622 +05:30 < Server: nginx/1.22.1
  DEBUG   2024-05-08 15:22:52.896653 +05:30 < Date: Wed, 08 May 2024 09:52:52 GMT
  DEBUG   2024-05-08 15:22:52.896680 +05:30 < Content-Type: application/json
  DEBUG   2024-05-08 15:22:52.896719 +05:30 < Content-Length: 800
  DEBUG   2024-05-08 15:22:52.896748 +05:30 < Connection: keep-alive
  DEBUG   2024-05-08 15:22:52.896773 +05:30 < Allow: GET, POST, HEAD, OPTIONS
  DEBUG   2024-05-08 15:22:52.896798 +05:30 < Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS
  DEBUG   2024-05-08 15:22:52.896835 +05:30 < Access-Control-Allow-Headers: X-Sentry-Auth, X-Requested-With, Origin, Accept, Content-Type, Authentication, Authorization, Content-Encoding, sentry-trace, baggage, X-CSRFToken
  DEBUG   2024-05-08 15:22:52.896873 +05:30 < Access-Control-Expose-Headers: X-Sentry-Error, Retry-After
  DEBUG   2024-05-08 15:22:52.896902 +05:30 < Access-Control-Allow-Origin: *
  DEBUG   2024-05-08 15:22:52.896927 +05:30 < Vary: Accept-Language, Cookie
  DEBUG   2024-05-08 15:22:52.896952 +05:30 < Content-Language: en
  DEBUG   2024-05-08 15:22:52.896975 +05:30 < X-Frame-Options: deny
  DEBUG   2024-05-08 15:22:52.896998 +05:30 < X-Content-Type-Options: nosniff
  DEBUG   2024-05-08 15:22:52.897023 +05:30 < X-XSS-Protection: 1; mode=block
  DEBUG   2024-05-08 15:22:52.897147 +05:30 response status: 208
  DEBUG   2024-05-08 15:22:52.897188 +05:30 body: {"id":27,"version":"[email protected]","status":"open","shortVersion":"[email protected]","versionInfo":{"package":"nubrix-react-app","version":{"raw":"1.0.0","major":1,"minor":0,"patch":0,"pre":null,"buildCode":null,"components":3},"description":"1.0.0","buildHash":null},"ref":null,"url":null,"dateReleased":"2024-05-06T14:25:11.589292Z","dateCreated":"2024-05-06T04:51:52.001870Z","data":{},"newGroups":0,"owner":null,"commitCount":0,"lastCommit":null,"deployCount":0,"lastDeploy":null,"authors":[],"projects":[{"id":2,"slug":"medx-frontend","name":"medx-frontend","newGroups":0,"platform":"javascript-react","platforms":["javascript"],"hasHealthData":false}],"firstEvent":"2024-05-06T09:50:52Z","lastEvent":"2024-05-06T12:55:13Z","currentProjectMeta":{},"userAgent":"sentry-cli/2.31.2"}
  DEBUG   2024-05-08 15:22:53.597681 +05:30 request GET https://sentry.nubrix.io/api/0/projects/sentry/medx-frontend/releases/[email protected]/files/?cursor=&checksum=018f84322e48f2acc7d46b17d0c688eabb7b0d20&checksum=02163348dd78f78ec527b5e0b4d02d83a4f22ab6&checksum=03fe8b821bbd6d195bcb4945a3cc0a9936f01401&checksum=09538982a31f7d21e7c5902c5c49d103d727319d&checksum=0cfd17341cc7e196bb01525ca80ce59d5788f4c4&checksum=0dba00ad260cead597c6c0ad95197715f1ade0a3&checksum=0ecfa2846f357a887927f35345407373962f8e96&checksum=10df55b0b985836874dd53b6e1025352adb301b4&checksum=11c27169f570b9d96024c788800b67724b5b4a3a&checksum=12b8c577479f3ce6c8bc6f367d3af021f760b23f&checksum=139cffff5b5e934412c2b3c51635f32c3f2049e7&checksum=13f3d038553fd3221327726a4427229b21b51312&checksum=16eaad400474814a53cfba83277d913f56dbb379&checksum=190a0818afaae41a666abfdeac2b496cf68e2edc&checksum=19db3799fb1c9c5d79a719d7c6d402ce758502fb&checksum=1f3f147cb28b716e304b7ee9806c10b7487dbdc1&checksum=2139eac05b7c236a8d52db43ec8730d5a3660ea1&checksum=2593f05d6843d249ee496646212cf076bfcb1ea1&checksum=28fdf86988a70ce43f6370f41161794ae3615e2b&checksum=2a314929e15dae5dbb9b54f197113b5cd81ff321&checksum=2a958b5138662cbdd0581dc4753742ab9a2c488e&checksum=2c17bd6d57c3f4f5c3644c0a61a7272d7eae1f4c&checksum=30bb3ec5e0722d977ca04ed9bc230b2a3d005c60&checksum=31771e96b7f0759e42854f5273a75a421123e26e&checksum=32ad63d04d310f1b03bbff0f004b42d963dce9eb&checksum=370b9a791004a10e69e78e7079111a775c69e4a9&checksum=3b13815c7d45f6116436b348696395a7aa74854b&checksum=41b1f6954e3216ff93679f0e67080f36db402c6d&checksum=476e1b9d6abd215efd5b4d0ca85a16d2013c6c60&checksum=487e4596858d145f76b71ad91f4c22c4c883100c&checksum=49806e5ec9f3e44210732534669698eb52a5df3c&checksum=4b29477d40032d8820e325363a770cd78ab32fe4&checksum=4efdfa5351d87087eaa4a72324ebfc56f0daf3e8&checksum=50120862441b469e27487e1573ad5563b394d4cf&checksum=5523adee7bc98b34dba8fc23e9326b5f134a9f4d&checksum=571368ad88691537e0aa96b22d5c3fed3745668d&checksum=5f954e68ebe9b2e78ec900c3dd90474f426730fb&checksum=60156383947d3014d3ca8ab0ac56e25321bbffb0&checksum=610975507bfb40874c9e3742ed0f55f658f44cb0&checksum=6109a40a0f3e44b7f4cf826fbe8dc4b890bf2c5d&checksum=617d0c429ce19190384ed97543e0c19487941b41&checksum=62f6f9b623e4190e11451899571a99b6b7fb0161&checksum=6497e17c5db2964b591e698b8e262e0cba3b0aef&checksum=64e3c8e54c9e68249bc338cf5228ba7d9101a5e3&checksum=65cca04eb7a2b3bd4625fae07cdd88958d6500d1&checksum=67816e736bd7b293acf74322fa9a1e29c31e7794&checksum=67f4154796317fab80678e446b6401cc9e443581&checksum=68f0fa56d6b540ab3b651becd6c3dd6df131841a&checksum=6bca83c2778b7a21a01cb4cea779625e68d40569&checksum=6d70213b9fb52c01edf7d23f3e02ce81ffb51c65&checksum=711daec0b603b16d47849c21c93e9a686fb39ddf&checksum=7253cae2d4ca4a672225eb0575be3c569a335d42&checksum=72f59b7e64bd8e90de97b1b3c88711db49150ca7&checksum=73914af9d42e136731a69fa3aed3be728d593ac5&checksum=772845ace47824094b5855074c3614f52ecd9b62&checksum=778c9c210f0984e5fe70883ce75a4c24fe4f64ff&checksum=7b49fc76d2f36fba6ee8153a87e44e20b1a2e275&checksum=7d667ffb7e56e2a0a973f5a6124a2ab5ce8dfe65&checksum=8544ac2f8b8114edfa64e40dc4f86927b1b30064&checksum=8579f0b51ad663fca99d852d564f980f756490c3&checksum=85de8af84bf5c02998ee73c5f172a1737067cc26&checksum=863f820c5c6c68a08641311a91a8a28d5654894b&checksum=878a935794216d913c38589aef6de9ea8e0d1c40&checksum=8a9d74ea0c92fa64032d6b5c785e1629643bc97b&checksum=8ca8f197ba6becba3c60da0ddc8568e946603a93&checksum=8e9dd2cc9aa8672fba70f6c24ac24e5c0fa797f1&checksum=8eb2b5978077a14cd5a30f8cd02680156080d217&checksum=904c38f348992bf6a857093f1231fd05aa2e8d79&checksum=9155dad265a526c6219e3bbb92b17b0ec1722bc7&checksum=917ef2622505df01b5e989225bdb04a2cc3dc89d&checksum=9404297c59d29969ad55e5d50f36b7d9586bb99e&checksum=97099a10b3a5e876e8b943e56aa63f783b840cf3&checksum=9723d128262078173d12ec1b36e8c9792eaa11be&checksum=9c117e7d1947990c60890f643d6ef4bbe1f1c28d&checksum=9c2a5d20335365e78ee13d667420e9c7911beab9&checksum=9d3e75fa9ac438a2d50969c49130f1fb373da718&checksum=9d8b94e0460f1c4559d172c7a0d9122635e70948&checksum=9e0b52dd214d6a23d1a5e32cb109810217ecdbdc&checksum=9eb28ce1d9901c6af4ed04dc5e65350433fde68e&checksum=a374434a18404bc50c96291e8c9f0b3503e9a91c&checksum=a3b06104ed97276f3fcb6a1fa177bdaaa5f6acd0&checksum=abc896326b2a00ce258d925540fcba1fca558fee&checksum=af4cb4a97fa2627db68af4102d1d27767d27210a&checksum=af868d1da1725b5d2850ae341108079ebd22594c&checksum=b032c913f2662604799d1c9b8c2bab9bf63e1dfa&checksum=b0af855f8c2baf09cbefcf60ea8051523b5f3b7f&checksum=b25b06c8db7499c7ac61711089d300d02a1f5e48&checksum=b42b4a93464f9e3ea1454385183d92f599384bc3&checksum=b54966d755da17ae10b318f9937339e41a5d6862&checksum=b8fbba2d043af06c27792c4e6bdf577ca947694c&checksum=bf8e83fc5dedf150e8356386b7e7f2a190c96f8f&checksum=c1dfc3d4f364c01367a4b7b556c2a08702dff2fe&checksum=d2923f4d3616fac5c8d4846c4bdb2cefc33ea2c0&checksum=d7afe6957b7e485963451e90e407a33d888fdcac&checksum=d92d717120c105a72bde5d08d6f851bf2b879b5c&checksum=d9d1a82fc43af281647b0de1a2703692e4b07173&checksum=daedcc142d02d8d256f16b49e503b6663ea2634b&checksum=dc75e8914e148b7febfebb846c0f8d4b2e34e941&checksum=dce4d20e90021aed8bd0e3ab30e019f95502dcc9&checksum=dd7d53ae845c282052f217501cb44d2f0b98f75e&checksum=eb9330697ce5e059005ccb9eff19867b8484cade&checksum=ed926776c51b3c6e99b35cb588ea2a2c9f360199&checksum=f00fe6edda8ec8b56d0da021fdbf80c88f83a135&checksum=f12f294b30fb2bd647f7076b19cfd8c0f193e2a9&checksum=f62d2837eb2c624cb0912ac92d7f85cb822e87bb&checksum=f8f43dd3e7dd2efb1f10060a405912d48fbb7b0e&checksum=faa46c5e962f85a980273a970e3d795190f6d4e9&checksum=fb5ed3405aa275e96028715ad64c2b51d3c7a18a&checksum=fc863ba42954cbe2beb6adc01c753a7bb94515b1&checksum=fca45acd8a4dc1da1f2684d64d9c4213743c2eec&checksum=fca6d9c0dc605baf3bf868cab4c2f28080ece159
  DEBUG   2024-05-08 15:22:53.598016 +05:30 using token authentication
  DEBUG   2024-05-08 15:22:53.598029 +05:30 retry number 0, max retries: 0
  DEBUG   2024-05-08 15:22:53.598479 +05:30 > GET /api/0/projects/sentry/medx-frontend/releases/[email protected]/files/?cursor=&checksum=018f84322e48f2acc7d46b17d0c688eabb7b0d20&checksum=02163348dd78f78ec527b5e0b4d02d83a4f22ab6&checksum=03fe8b821bbd6d195bcb4945a3cc0a9936f01401&checksum=09538982a31f7d21e7c5902c5c49d103d727319d&checksum=0cfd17341cc7e196bb01525ca80ce59d5788f4c4&checksum=0dba00ad260cead597c6c0ad95197715f1ade0a3&checksum=0ecfa2846f357a887927f35345407373962f8e96&checksum=10df55b0b985836874dd53b6e1025352adb301b4&checksum=11c27169f570b9d96024c788800b67724b5b4a3a&checksum=12b8c577479f3ce6c8bc6f367d3af021f760b23f&checksum=139cffff5b5e934412c2b3c51635f32c3f2049e7&checksum=13f3d038553fd3221327726a4427229b21b51312&checksum=16eaad400474814a53cfba83277d913f56dbb379&checksum=190a0818afaae41a666abfdeac2b496cf68e2edc&checksum=19db3799fb1c9c5d79a719d7c6d402ce758502fb&checksum=1f3f147cb28b716e304b7ee9806c10b7487dbdc1&checksum=2139eac05b7c236a8d52db43ec8730d5a3660ea1&checksum=2593f05d6843d249ee496646212cf076bfcb1ea1&checksum=28fdf86988a70ce43f6370f41161794ae3615e2b&checksum=2a314929e15dae5dbb9b54f197113b5cd81ff321&checksum=2a958b5138662cbdd0581dc4753742ab9a2c488e&checksum=2c17bd6d57c3f4f5c3644c0a61a7272d7eae1f4c&checksum=30bb3ec5e0722d977ca04ed9bc230b2a3d005c60&checksum=31771e96b7f0759e42854f5273a75a421123e26e&checksum=32ad63d04d310f1b03bbff0f004b42d963dce9eb&checksum=370b9a791004a10e69e78e7079111a775c69e4a9&checksum=3b13815c7d45f6116436b348696395a7aa74854b&checksum=41b1f6954e3216ff93679f0e67080f36db402c6d&checksum=476e1b9d6abd215efd5b4d0ca85a16d2013c6c60&checksum=487e4596858d145f76b71ad91f4c22c4c883100c&checksum=49806e5ec9f3e44210732534669698eb52a5df3c&checksum=4b29477d40032d8820e325363a770cd78ab32fe4&checksum=4efdfa5351d87087eaa4a72324ebfc56f0daf3e8&checksum=50120862441b469e27487e1573ad5563b394d4cf&checksum=5523adee7bc98b34dba8fc23e9326b5f134a9f4d&checksum=571368ad88691537e0aa96b22d5c3fed3745668d&checksum=5f954e68ebe9b2e78ec900c3dd90474f426730fb&checksum=60156383947d3014d3ca8ab0ac56e25321bbffb0&checksum=610975507bfb40874c9e3742ed0f55f658f44cb0&checksum=6109a40a0f3e44b7f4cf826fbe8dc4b890bf2c5d&checksum=617d0c429ce19190384ed97543e0c19487941b41&checksum=62f6f9b623e4190e11451899571a99b6b7fb0161&checksum=6497e17c5db2964b591e698b8e262e0cba3b0aef&checksum=64e3c8e54c9e68249bc338cf5228ba7d9101a5e3&checksum=65cca04eb7a2b3bd4625fae07cdd88958d6500d1&checksum=67816e736bd7b293acf74322fa9a1e29c31e7794&checksum=67f4154796317fab80678e446b6401cc9e443581&checksum=68f0fa56d6b540ab3b651becd6c3dd6df131841a&checksum=6bca83c2778b7a21a01cb4cea779625e68d40569&checksum=6d70213b9fb52c01edf7d23f3e02ce81ffb51c65&checksum=711daec0b603b16d47849c21c93e9a686fb39ddf&checksum=7253cae2d4ca4a672225eb0575be3c569a335d42&checksum=72f59b7e64bd8e90de97b1b3c88711db49150ca7&checksum=73914af9d42e136731a69fa3aed3be728d593ac5&checksum=772845ace47824094b5855074c3614f52ecd9b62&checksum=778c9c210f0984e5fe70883ce75a4c24fe4f64ff&checksum=7b49fc76d2f36fba6ee8153a87e44e20b1a2e275&checksum=7d667ffb7e56e2a0a973f5a6124a2ab5ce8dfe65&checksum=8544ac2f8b8114edfa64e40dc4f86927b1b30064&checksum=8579f0b51ad663fca99d852d564f980f756490c3&checksum=85de8af84bf5c02998ee73c5f172a1737067cc26&checksum=863f820c5c6c68a08641311a91a8a28d5654894b&checksum=878a935794216d913c38589aef6de9ea8e0d1c40&checksum=8a9d74ea0c92fa64032d6b5c785e1629643bc97b&checksum=8ca8f197ba6becba3c60da0ddc8568e946603a93&checksum=8e9dd2cc9aa8672fba70f6c24ac24e5c0fa797f1&checksum=8eb2b5978077a14cd5a30f8cd02680156080d217&checksum=904c38f348992bf6a857093f1231fd05aa2e8d79&checksum=9155dad265a526c6219e3bbb92b17b0ec1722bc7&checksum=917ef2622505df01b5e989225bdb04a2cc3dc89d&checksum=9404297c59d29969ad55e5d50f36b7d9586bb99e&checksum=97099a10b3a5e876e8b943e56aa63f783b840cf3&checksum=9723d128262078173d12ec1b36e8c9792eaa11be&checksum=9c117e7d1947990c60890f643d6ef4bbe1f1c28d&checksum=9c2a5d20335365e78ee13d667420e9c7911beab9&checksum=9d3e75fa9ac438a2d50969c49130f1fb373da718&checksum=9d8b94e0460f1c4559d172c7a0d9122635e70948&checksum=9e0b52dd214d6a23d1a5e32cb109810217ecdbdc&checksum=9eb28ce1d9901c6af4ed04dc5e65350433fde68e&checksum=a374434a18404bc50c96291e8c9f0b3503e9a91c&checksum=a3b06104ed97276f3fcb6a1fa177bdaaa5f6acd0&checksum=abc896326b2a00ce258d925540fcba1fca558fee&checksum=af4cb4a97fa2627db68af4102d1d27767d27210a&checksum=af868d1da1725b5d2850ae341108079ebd22594c&checksum=b032c913f2662604799d1c9b8c2bab9bf63e1dfa&checksum=b0af855f8c2baf09cbefcf60ea8051523b5f3b7f&checksum=b25b06c8db7499c7ac61711089d300d02a1f5e48&checksum=b42b4a93464f9e3ea1454385183d92f599384bc3&checksum=b54966d755da17ae10b318f9937339e41a5d6862&checksum=b8fbba2d043af06c27792c4e6bdf577ca947694c&checksum=bf8e83fc5dedf150e8356386b7e7f2a190c96f8f&checksum=c1dfc3d4f364c01367a4b7b556c2a08702dff2fe&checksum=d2923f4d3616fac5c8d4846c4bdb2cefc33ea2c0&checksum=d7afe6957b7e485963451e90e407a33d888fdcac&checksum=d92d717120c105a72bde5d08d6f851bf2b879b5c&checksum=d9d1a82fc43af281647b0de1a2703692e4b07173&checksum=daedcc142d02d8d256f16b49e503b6663ea2634b&checksum=dc75e8914e148b7febfebb846c0f8d4b2e34e941&checksum=dce4d20e90021aed8bd0e3ab30e019f95502dcc9&checksum=dd7d53ae845c282052f217501cb44d2f0b98f75e&checksum=eb9330697ce5e059005ccb9eff19867b8484cade&checksum=ed926776c51b3c6e99b35cb588ea2a2c9f360199&checksum=f00fe6edda8ec8b56d0da021fdbf80c88f83a135&checksum=f12f294b30fb2bd647f7076b19cfd8c0f193e2a9&checksum=f62d2837eb2c624cb0912ac92d7f85cb822e87bb&checksum=f8f43dd3e7dd2efb1f10060a405912d48fbb7b0e&checksum=faa46c5e962f85a980273a970e3d795190f6d4e9&checksum=fb5ed3405aa275e96028715ad64c2b51d3c7a18a&checksum=fc863ba42954cbe2beb6adc01c753a7bb94515b1&checksum=fca45acd8a4dc1da1f2684d64d9c4213743c2eec&checksum=fca6d9c0dc605baf3bf868cab4c2f28080ece159 HTTP/1.1
  DEBUG   2024-05-08 15:22:53.599458 +05:30 > Host: sentry.nubrix.io
  DEBUG   2024-05-08 15:22:53.599467 +05:30 > Accept: */*
  DEBUG   2024-05-08 15:22:53.599473 +05:30 > Connection: TE
  DEBUG   2024-05-08 15:22:53.599478 +05:30 > TE: gzip
  DEBUG   2024-05-08 15:22:53.599484 +05:30 > User-Agent: sentry-cli/2.31.2
  DEBUG   2024-05-08 15:22:53.599510 +05:30 > Authorization: Bearer 32df9673***
  DEBUG   2024-05-08 15:22:53.920676 +05:30 < HTTP/1.1 502 Bad Gateway
  DEBUG   2024-05-08 15:22:53.920811 +05:30 < Server: nginx/1.22.1
  DEBUG   2024-05-08 15:22:53.920842 +05:30 < Date: Wed, 08 May 2024 09:52:53 GMT
  DEBUG   2024-05-08 15:22:53.920871 +05:30 < Content-Type: text/html
  DEBUG   2024-05-08 15:22:53.920900 +05:30 < Content-Length: 157
  DEBUG   2024-05-08 15:22:53.920926 +05:30 < Connection: keep-alive
  DEBUG   2024-05-08 15:22:53.921046 +05:30 response status: 502
  DEBUG   2024-05-08 15:22:53.921091 +05:30 body: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>

  DEBUG   2024-05-08 15:22:53.943606 +05:30 request POST https://sentry.nubrix.io/api/0/projects/sentry/medx-frontend/releases/
  DEBUG   2024-05-08 15:22:53.943669 +05:30 using token authentication
  DEBUG   2024-05-08 15:22:53.943692 +05:30 json body: {"version":"[email protected]","projects":["medx-frontend"]}
  DEBUG   2024-05-08 15:22:53.943703 +05:30 retry number 0, max retries: 0
  DEBUG   2024-05-08 15:22:53.944001 +05:30 > POST /api/0/projects/sentry/medx-frontend/releases/ HTTP/1.1
  DEBUG   2024-05-08 15:22:53.944015 +05:30 > Host: sentry.nubrix.io
  DEBUG   2024-05-08 15:22:53.944025 +05:30 > Accept: */*
  DEBUG   2024-05-08 15:22:53.944034 +05:30 > Connection: TE
  DEBUG   2024-05-08 15:22:53.944043 +05:30 > TE: gzip
  DEBUG   2024-05-08 15:22:53.944052 +05:30 > User-Agent: sentry-cli/2.31.2
  DEBUG   2024-05-08 15:22:53.944086 +05:30 > Authorization: Bearer 32df9673***
  DEBUG   2024-05-08 15:22:53.944096 +05:30 > Content-Type: application/json
  DEBUG   2024-05-08 15:22:53.944219 +05:30 > Content-Length: 65
  DEBUG   2024-05-08 15:22:54.339832 +05:30 < HTTP/1.1 208 Already Reported
  DEBUG   2024-05-08 15:22:54.339993 +05:30 < Server: nginx/1.22.1
  DEBUG   2024-05-08 15:22:54.340030 +05:30 < Date: Wed, 08 May 2024 09:52:54 GMT
  DEBUG   2024-05-08 15:22:54.340059 +05:30 < Content-Type: application/json
  DEBUG   2024-05-08 15:22:54.340088 +05:30 < Content-Length: 800
  DEBUG   2024-05-08 15:22:54.340123 +05:30 < Connection: keep-alive
  DEBUG   2024-05-08 15:22:54.340148 +05:30 < Allow: GET, POST, HEAD, OPTIONS
  DEBUG   2024-05-08 15:22:54.340174 +05:30 < Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS
  DEBUG   2024-05-08 15:22:54.340219 +05:30 < Access-Control-Allow-Headers: X-Sentry-Auth, X-Requested-With, Origin, Accept, Content-Type, Authentication, Authorization, Content-Encoding, sentry-trace, baggage, X-CSRFToken
  DEBUG   2024-05-08 15:22:54.340272 +05:30 < Access-Control-Expose-Headers: X-Sentry-Error, Retry-After
  DEBUG   2024-05-08 15:22:54.340297 +05:30 < Access-Control-Allow-Origin: *
  DEBUG   2024-05-08 15:22:54.340322 +05:30 < Vary: Accept-Language, Cookie
  DEBUG   2024-05-08 15:22:54.340346 +05:30 < Content-Language: en
  DEBUG   2024-05-08 15:22:54.340369 +05:30 < X-Frame-Options: deny
  DEBUG   2024-05-08 15:22:54.340392 +05:30 < X-Content-Type-Options: nosniff
  DEBUG   2024-05-08 15:22:54.340415 +05:30 < X-XSS-Protection: 1; mode=block
  DEBUG   2024-05-08 15:22:54.340530 +05:30 response status: 208
  DEBUG   2024-05-08 15:22:54.340570 +05:30 body: {"id":27,"version":"[email protected]","status":"open","shortVersion":"[email protected]","versionInfo":{"package":"nubrix-react-app","version":{"raw":"1.0.0","major":1,"minor":0,"patch":0,"pre":null,"buildCode":null,"components":3},"description":"1.0.0","buildHash":null},"ref":null,"url":null,"dateReleased":"2024-05-06T14:25:11.589292Z","dateCreated":"2024-05-06T04:51:52.001870Z","data":{},"newGroups":0,"owner":null,"commitCount":0,"lastCommit":null,"deployCount":0,"lastDeploy":null,"authors":[],"projects":[{"id":2,"slug":"medx-frontend","name":"medx-frontend","newGroups":0,"platform":"javascript-react","platforms":["javascript"],"hasHealthData":false}],"firstEvent":"2024-05-06T09:50:52Z","lastEvent":"2024-05-06T12:55:13Z","currentProjectMeta":{},"userAgent":"sentry-cli/2.31.2"}
> Bundling completed in 5.924s
> Bundled 111 files for upload
> Bundle ID: ec82f9c4-3d39-54fa-8b73-eff1eedf031e
> Optimizing completed in 0.371s
  INFO    2024-05-08 15:23:00.638154 +05:30 using 'gzip' compression for chunk upload
  DEBUG   2024-05-08 15:23:01.856408 +05:30 request POST http://localhost:9000/api/0/organizations/sentry/chunk-upload/
  DEBUG   2024-05-08 15:23:01.856676 +05:30 sending form data
  DEBUG   2024-05-08 15:23:01.856800 +05:30 using token authentication
  DEBUG   2024-05-08 15:23:01.856844 +05:30 retry number 0, max retries: 5
  DEBUG   2024-05-08 15:23:01.865832 +05:30 > POST /api/0/organizations/sentry/chunk-upload/ HTTP/1.1
  DEBUG   2024-05-08 15:23:01.865938 +05:30 > Host: localhost:9000
  DEBUG   2024-05-08 15:23:01.865974 +05:30 > Accept: */*
  DEBUG   2024-05-08 15:23:01.866004 +05:30 > Connection: TE
  DEBUG   2024-05-08 15:23:01.866033 +05:30 > TE: gzip
  DEBUG   2024-05-08 15:23:01.866062 +05:30 > User-Agent: sentry-cli/2.31.2
  DEBUG   2024-05-08 15:23:01.867140 +05:30 > Authorization: Bearer 32df9673***
  DEBUG   2024-05-08 15:23:01.867173 +05:30 > Content-Length: 17256217
  DEBUG   2024-05-08 15:23:01.867202 +05:30 > Content-Type: multipart/form-data; boundary=------------------------3faf6687c49b9311
  DEBUG   2024-05-08 15:23:01.911297 +05:30 < HTTP/1.1 404 Not Found
  DEBUG   2024-05-08 15:23:01.911369 +05:30 < X-Powered-By: Express
  DEBUG   2024-05-08 15:23:01.911403 +05:30 < Content-Security-Policy: default-src 'none'
  DEBUG   2024-05-08 15:23:01.911455 +05:30 < X-Content-Type-Options: nosniff
  DEBUG   2024-05-08 15:23:01.911527 +05:30 < Content-Type: text/html; charset=utf-8
  DEBUG   2024-05-08 15:23:01.911572 +05:30 < Content-Length: 180
  DEBUG   2024-05-08 15:23:01.911606 +05:30 < Vary: Accept-Encoding
  DEBUG   2024-05-08 15:23:01.911636 +05:30 < Date: Wed, 08 May 2024 09:53:01 GMT
  DEBUG   2024-05-08 15:23:01.911666 +05:30 < Connection: keep-alive
  DEBUG   2024-05-08 15:23:01.911696 +05:30 < Keep-Alive: timeout=5
  DEBUG   2024-05-08 15:23:01.911765 +05:30 response status: 404
  DEBUG   2024-05-08 15:23:01.912370 +05:30 body: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /api/0/organizations/sentry/chunk-upload/</pre>
</body>
</html>

error: API request failed
  caused by: sentry reported an error: not found (http status: 404)
  INFO    2024-05-08 15:23:01.917248 +05:30 Skipping update nagger update check

@azaslavsky
Copy link
Contributor

Do any other projects work? I'm a bit surprised that it's getting a Cannot POST error - that implies that only the HTTP method is being rejected? Also, what version of self-hosted are you on?

@krutarthdarji
Copy link
Author

I tried one another project and it is also failing with the same error. I am unable to find the self-hosted version for the moment. I have searched a lot and apparently I think I have faced this error only. Can you please help me solve this error?
What can I try? Do you need some more code related things which I can provide?

@hubertdeng123
Copy link
Member

How are you configuring authentication for your sentry-cli?

@krutarthdarji
Copy link
Author

executed following commands:

  1. export SENTRY_URL=https://sentry.nubrix.io
  2. sentry-cli login --auth-token 32df96............................................

On executing the second command I received the following output:

Sentry server: sentry.nubrix.io
Valid token for user [email protected]

Stored token in /Users/krutarthdarji/.sentryclirc

I hope this helps, please let me know what shall I try to resolve the error.

@hubertdeng123
Copy link
Member

What version of self-hosted Sentry are you on? I'm running out of ideas to help you but the 502 and 404 errors do not seem normal in your logs.

@krutarthdarji
Copy link
Author

version is: 23.4.0

@azaslavsky
Copy link
Contributor

Would you be willing to try to upgrade to the latest (24.5.0)? Please do note that we have a hard stop at 23.6.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: No status
Development

No branches or pull requests

3 participants