Hi Devs
I’m currently developing an addon that has a frontend served via ingress and built with vue + vuetify + vite, then bundled via “yarn build” and served via static webserver (Golang http.Fileserver).
Now the index.html correctly loads the first chunk index-g_zjWZ0n.js but this chunk (which loads other chunks) never gets executed and therefore I only see the basic page with correctly applied css formatting. If I don’t use ingress it works without problems.
Is someone here with experience in addon development with SPA frontends?
I also checked the code of esphome but I didn’t find any issue in my code.