Flow doesn't load on docker - Refused to apply style/net::ERR_ABORTED 404

Hi,
I have a flow that I run on docker swarm, that has worked before.
I restarted the service, and now when I try to get into the flow I get a blank screen and this is what it shows in DevTools:

It also doesn't work in incognito.
I haven't changed anything that should do that.
Any idea why it happens and how I can solve it?

Thanks

Can you paste the log as text please so it is readable.

Refused to apply style from 'https://seildo-dkr.solaredge.com/is/dev/etl/vendor/jquery/css/base/jquery-ui.min.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
mccollisters_parts_new:1

Refused to apply style from 'https://seildo-dkr.solaredge.com/is/dev/etl/vendor/font-awesome/css/font-awesome.min.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
mccollisters_parts_new:1

Refused to apply style from 'https://seildo-dkr.solaredge.com/is/dev/etl/red/style.min.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
mccollisters_parts_new:33

GET https://seildo-dkr.solaredge.com/is/dev/etl/vendor/vendor.js net::ERR_ABORTED 404 (Not Found)
mccollisters_parts_new:34

GET https://seildo-dkr.solaredge.com/is/dev/etl/red/red.min.js net::ERR_ABORTED 404 (Not Found)
mccollisters_parts_new:35

GET https://seildo-dkr.solaredge.com/is/dev/etl/red/main.min.js net::ERR_ABORTED 404 (Not Found)

If you click on one of those links you just posted you will find they don't exist. So whatever is using those won't work. Presumably you have something solaredge related in your flow.

They all relate to CSS and that's something I didn't change at all. It worked just fine before, and then I restarted the docker service and that happened. So I don't get what's with the css and how that's relevant/how to find it

for the meantime I created a new gitlab project and copied into it all the files and now it somehow works. I hope it doesn't break again.
Not sure why it broke in the first place if I didn't even change anything

You may not (knowingly) have changed anything, but something obviously changed.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.