I got this error 404 which is not loading my resources and assets from my created flutter web application after deploying into Azure web app.
I use FTP method to upload files and used FileZilla as my tool. I upload all the files include in this generated files after running "flutter build web"
build/web/all_my_files
I already configured properly my pubspec.yaml file.
Note: This works all fine on GitHub pages but after I tried to deploy on azure this happens and I don't know why.
