Laravel with wordpress app Build failed

Deployed a Laravel template app. Then on my local machine added wordpress in public/blog directory and tested successfully. Committed the changes & pushed to the github repo. But the build failed with the below error - ============== Using Nixpacks ============== context: 9763c96a9fde44e77334d03d44215ba2 Nixpacks build failed Error: Error reading public/blog/wp-includes/js/tw-sack.js Caused by: stream did not contain valid UTF-8 project id - 9fcbfd19-f603-4be4-b71b-5a6b5e03f511 service id - 5c7b0674-53f1-4909-87f6-e1b6cb9b815e
4 Replies
Percy
Percy15mo ago
Project ID: 9fcbfd19-f603-4be4-b71b-5a6b5e03f511,5c7b0674-53f1-4909-87f6-e1b6cb9b815e,3d509842-4298-4735-a1bb-7a2f27981c78
Brody
Brody15mo ago
make sure files are encoded with utf-8
xeroticikot
xeroticikot15mo ago
How can I encode files with utf-8?
Brody
Brody15mo ago
usually you can set your text editor / ide to save in utf-8 encoding