Hi everyone, I’ve ingested some data and logoUrl h...
# troubleshoot
b
Hi everyone, I’ve ingested some data and logoUrl has the following shape:
/assets/platforms/lookerlogo.png
. However when I deploy the frontend docker container, this URL is unreachable. This translates to icons not showing up in my deployments. Has any one experienced something similar? I’m new to the project, so any help is appreciated!
b
@better-oyster-93449 Were you able to resolve this? It's very strange, my local frontend server is serving this file
b
@big-carpet-38439 Yeah, it’s all solved now! I had an updated version of the backend but the frontend was outdated(because of the way we were deploying), so backend was expecting the webpack plugin to be installed to serve the images and it wasn’t installed. Once I updated the frontend latest changes from the upstream and redeployed, everything worked as expected. Thanks for the reply!
b
Wonderful - glad to hear this. Please let us know if you have any additional questions!