Fonts loading at domain.test:3000 but 404 at domain.test without port

I am importing font to my theme:

image

It’s working when on :3000 dev port, but not wokring on proxy. It returns 404, but file exists. Any idea?

This was tried too. What i did also found out, is that .svg loaded from public in css are 404 too.

This means that your public path isn’t defined correctly in your Bud config

Can confirm what Ben said, I had the same issue a while back and I had the wrong path in my bud.config file.