Application tries to use css from a old release which returns in a 404 #3720
-
Hi, I am curious if anybody has used deployer to deploy a Laravel application. I've set deployer up correctly, but often times it cannot find the compiled CSS files. example: Now after my GitHub actions script has deployed and I visit the site I see that it is trying to use the CSS from the previous build. (in this case Does anybody had this issue and know how to solve this, you make me really happy if you know the answer 😄 Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed the issue! After some research, we saw that caching was still there throgh PHP OPcache. |
Beta Was this translation helpful? Give feedback.
Fixed the issue!
After some research, we saw that caching was still there throgh PHP OPcache.
Fixed this with adding cachetool to our configuration.