Thumbnails or "symbols" not displaying after page Refresh

As the title says; after finishing a design of a simple thumbnail, refreshing the
page results in several imported images and SVGs no longer displaying correctly. They have
all been listed as components in my local library and display correctly if I select them in the list…
but what is even stranger is…if I lock/unlock the layer…then I can deselect it and it display
correctly…that is up until I refresh the page or move to another document.

There are not errors in the docker logs, no errors in chrome…one thing to note, I am using
caddy as my proxy server…but nothing has been found in the logs to indicate a problem

System is Ubuntu 24.04

Just in-case someone comes across this… I solved this by fixing both the CORS issues
and the mixed content issues. This was done via configuration on my proxy server Caddy, so
you will have to look up the proper configuration for your server. In the docker compose file, I also made sure the the URI pointed to my local TLD.

Hopes this helps