Error on main screen on fresh installation

I've just installed a fresh empty instance with the helm chart stable/helm

and got the following error on the main page:

e.sent.map is not a function

app-main.bundle.js:5 Request entities,search_list,{"collection":"root"},fetch failed: TypeError: e.sent.map is not a function
at app-main.bundle.js:5
at u (vendor.bundle.js:1)
at Generator.g._invoke (vendor.bundle.js:1)
at Generator.e. [as next] (vendor.bundle.js:1)
at r (app-main.bundle.js:5)
at app-main.bundle.js:5
(anonymous) @ app-main.bundle.js:5
app-main.bundle.js:5 Uncaught (in promise) TypeError: e.sent.map is not a function
at app-main.bundle.js:5
at u (vendor.bundle.js:1)
at Generator.g._invoke (vendor.bundle.js:1)
at Generator.e. [as next] (vendor.bundle.js:1)
at r (app-main.bundle.js:5)
at app-main.bundle.js:5
/app/assets/img/site.webmanifest:1 Manifest: Line: 1, column: 1, Syntax error.

Version v0.36.3

Any idea ?

Hi @valev
My first guess is a reverse-proxy that is being too aggressive:
https://www.metabase.com/docs/latest/troubleshooting-guide/proxies.html

For some reason, it was my ad blocker blocking the request “**https://mydomain.com/metabase/api/collection/root” as a tracker/sniffer

Sorry for bothering you

1 Like