Hi, when I deploy my app I get this error:
How do I debug this?
Edit: I found this additional detail but not sure how to solve it:
Hi, when I deploy my app I get this error:
How do I debug this?
Edit: I found this additional detail but not sure how to solve it:
All good - figured it out! Just needed to execute “docker system prune -a” in my terminal and that solved it! Leaving the post up in case it helps anyone else
Sigh… now it’s not showing up in my browser at all (blank screen) despite deploying/launching with no issues.
I’m stumped…
Oh no… I also just found that I’m now missing things in my project… I’m missing the header in my main layout page and also missing the custom css styling I added to my pages (looks like the custom css stylesheet isn’t linked in). Not sure if I’ve missing anything else but that’s what I’ve found so far.
Can someone help suggest a way to get this back and to get the docker deployment up and running again?
Sorry for the spam, figured the second issue out. The layout page “main” somehow became blank - is it because I ran the command “docker system prune -a”? Recreating a new layout page resolved all my problems, but I think it was a separate issue to the first issue I had with deploying to Docker.
So… two questions then: