SyntaxFix
Write A Post
Hire A Developer
Questions
Had the same error. My problem was caused from shifting around my project directory, and failing to adjust the path to my static files on the server to reflect the new path (i.e. was ./src/public but should have been ./public).
./src/public
./public