openbmc / phosphor-webui

Web-based user interface for managing OpenBMC systems
Apache License 2.0
37 stars 25 forks source link

no icon while Running locally #98

Open frsauvage opened 4 years ago

frsauvage commented 4 years ago

I am trying to use phosphorwebui locally with a remote server. I figure out nearly everything - : CORS, x-auth-token, origin: *, CSP - everything except ... icons !

I guess it is a stupid configuration somewhere, any help would be appreciate, I apologize for my ignorance,

no_icon

I can reach http://mylocalhost:8080/app/assets/icons ... but it is like if icons are excluded ?

I can even inspect the webpack path : nothing wierd as PublicPath is / and /app/assets/icons are present : no_icon_webpack

I don't know what I miss ?

Best Regards, Francine