I just deployed the frontend of my app to app engine. I created this frontend with create-react-app and it worked perfectly locally.
When I deploy it to App Engine with gcloud app deploy app.yaml
, I get the following logs which keep on repeating.
I am not sure where the error lies ; the favicon is in the public directory. Any help would be greatly appreciated.