I am working on a flutter web app and it is working fine, I also tried running release version of it and that is working too. But when I deployed it to firebase hosting(app is not giving any errors or warnings during deployment and after successfull deployment) when I am trying to visit the web app with the given url by the firebase deploy --only hosting
command. I am getting the following Exceptions
Error while trying to use the following icon from the Manifest: https://liquid-canvas.web.app/icons/Icon-192.png (Download error or resource isn't a valid image)Understand this errormain.dart.js:38305 Rejecting promise with error: FormatException: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON$1 @ main.dart.js:38305Understand this warningliquid-canvas.web.app/:1 Uncaught (in
here is the url on which i deployed the app
https://liquid-canvas.web.app/
Tried searching on Stackoverflow,github issues, ask chatgpt but did’nt found a working solution.