Budibase Favicon URL Broken when signed in to amazon bucket in app - Error 404 #14867
Unanswered
thering1975TG
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup
Budibase docker stack - Latest (COmmunity non subscribed)
Debian 12 - ARM
Behind NPM Proxy (Docker)
Area Affected
Published Apps Only, Budibase Builder faces no issue
This is not a post about changing FAVICON as that is a premium feature.
However, i have quite a strict Fail2ban filter running for Nginx Proxy Manager (Budibase not the only docker protected here) and i noticed i got a ban due to something within budibase. So checking the logs i noticed the following 404 message:
[24/Oct/2024:17:10:19 +0100] - 404 404 - GET https report.mydomain.com "/files/signed/global/settings/faviconUrl?X-Amz-Algorithm=AWS4-****-SHA256&X-Amz-Credential
This error only shows on my published app URLs and obviously the budibase favicon does not show on these apps as its denied. If i goto the builder section this error does not arise and the budibase favicon is shown.
Each of my apps is linked to my Amazon bucket as thats where i pull resources in such as images etc.
Now i think the issue is that the text after Amz-Credentials in the error above referrers in part to my credentials i use for my bucket and not Budibases default credentials, but the URL it is requesting from is in a different region to where my bucket is, so i presume it is getting denied due to the credentials.
I cannot see anywhere this could be set wrong so was wondering if anyone had any ideas, i will adjust the ignore expression in fail2ban for now but was wondering if anyone else had noticed this
Beta Was this translation helpful? Give feedback.
All reactions