CLOUDWERX LAB
Results
2
comments of
CLOUDWERX LAB
I was getting same iissue, I changed this in my docker-compose.yml # -- URLs -- PUBLIC_URL: http://0.0.0.0:3000 STORAGE_URL: http://0.0.0.0:9000/default and changed it to # -- URLs -- PUBLIC_URL: http://localhost:3000 STORAGE_URL:...
same error here