I can not found events

Hello!

I’m running on-premise Sentry version 21.8.0 and can not found error events.
The error event was sent to sentry as below, but the event could not be found in the sentry project.
I installed sentry with helm chart, but I have an issue with the relay service.
When a client sends an event and service returns a 200 status code,

curl 'http://[xxx.xxx.xxx]/api/3/store/?sentry_key=7ef9a306d699497980cb34d23036f75c&sentry_version=7' \
  -H 'Connection: keep-alive' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36' \
  -H 'Content-Type: text/plain;charset=UTF-8' \
  -H 'Accept: */*' \
  -H 'Origin: http://123.123.123.123:7777' \
  -H 'Referer: http://123.123.123.123:7777/' \
  -H 'Accept-Language: ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7' \
  --data-raw $'{"exception":{"values":[{"type":"TypeError","value":"Cannot read properties of null (reading \'push\')","stacktrace":......}}' \
  --compressed \
  --insecure

But the event is not saved and in relay service this is the log:

2022-01-25T08:10:56Z [relay_server::actors::envelopes] ERROR: error processing envelope: failed to resolve project information
  caused by: failed to fetch project state from upstream
2022-01-25T08:13:27Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details
2022-01-25T08:13:28Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details
2022-01-25T08:13:30Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details
2022-01-25T08:13:32Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details
2022-01-25T08:13:36Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details
2022-01-25T08:13:41Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details
2022-01-25T08:13:49Z [relay_server::actors::project_upstream] ERROR: error fetching project states: upstream request returned error 403 Forbidden
  caused by: no error details