# HTTP 403 after fresh deployment

**URL:** https://hub.mender.io/t/http-403-after-fresh-deployment/7686
**Category:** General Discussions
**Created:** [April 2, 2025, 11:59am UTC](https://hub.mender.io/t/http-403-after-fresh-deployment/7686 "2025-04-02T11:59:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![silviub](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@silviub](https://hub.mender.io/u/silviub)
#### Post date: [April 2, 2025, 11:59am UTC](https://hub.mender.io/t/http-403-after-fresh-deployment/7686/1 "2025-04-02T11:59:11Z")

</div>

Hello,

I have just deployed a new cluster and wanted to install Mender. However, after following the guide ([Production installation with Kubernetes | Mender documentation](https://docs.mender.io/server-installation/production-installation-with-kubernetes)), all the pods are healthy, but I’m getting a 403 as a response…? I can’t see the login screen or anything ☹  
Inspecting the API logs, I can see:

```auto
{"ClientAddr":"10.244.226.207:50588","ClientHost":"10.244.226.207","ClientPort":"50588","ClientUsername":"-","DownstreamContentSize":223,"DownstreamStatus":403,"Duration":435679,"OriginContentSize":223,"OriginDuration":378469,"OriginStatus":403,"Overhead":57210,"RequestAddr":"mender.staging.avelon.biz","RequestContentSize":0,"RequestCount":874,"RequestHost":"mender.staging.avelon.biz","RequestMethod":"GET","RequestPath":"/favicon.ico","RequestPort":"-","RequestProtocol":"HTTP/1.1","RequestScheme":"http","RetryAttempts":0,"RouterName":"storage_proxy@file","ServiceAddr":"seaweedfs-s3:8333","ServiceName":"storage_proxy@file","ServiceURL":"http://seaweedfs-s3:8333","SpanId":"0000000000000000","StartLocal":"2025-04-02T11:58:15.650590442Z","StartUTC":"2025-04-02T11:58:15.650590442Z","TraceId":"00000000000000000000000000000000","entryPointName":"http","level":"info","msg":"","time":"2025-04-02T11:58:15Z"}

```

Any ideas?

Thank you!

---

<div class="post-metadata">

### Author: ![robgio](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/robgio/32/1760_2.png) [@robgio](https://hub.mender.io/u/robgio)
#### Post date: [April 2, 2025, 12:41pm UTC](https://hub.mender.io/t/http-403-after-fresh-deployment/7686/2 "2025-04-02T12:41:30Z")

</div>

Hello @silviub , it looks like you’re hitting the storage provider (Seaweedfs) instead of the Mender Server UI. Could you please share your Ingress information and your values file (of course without any secret)?

Thanks

---

<div class="post-metadata">

### Author: ![silviub](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@silviub](https://hub.mender.io/u/silviub)
#### Post date: [April 2, 2025, 12:55pm UTC](https://hub.mender.io/t/http-403-after-fresh-deployment/7686/3 "2025-04-02T12:55:27Z")

</div>

Hey,

Thanks for the answer. I wasn’t hitting Seaweedfs, since the logs above were observed in the API pod. Still, it seems that I have somehow managed to have the wrong SECRET\_KEY\_ID and SECRET\_ACCESS\_KEY values, and that’s why it was returning 403.  
As an improvement, maybe show a message, somethink like “Cannot connect to Storage” would be helpful, I think 🙂

Thank you.
