🐛 Debugging

All
버그
자랑
이슈
Untitled

Flutter 3.27.0 이슈 Failed to execute 'texImage2D' on 'WebGL2RenderingContext'

web 빌드 문제
Created by
  • 박요한
Multiple Choice Dropdown
  1. ⭐️⭐️
카테고리
  1. 이슈
Created at

web 빌드 문제

flutter SecurityError: Failed to execute 'texImage2D' on 'WebGL2RenderingContext': The image element contains cross-origin data, and may not be loaded.
flutter 3.27.2로 업그레이드 되었으며 최신 cached_network_image: ^3.4.1 패키지는 문제 없이 작동

https://github.com/Baseflow/flutter_cached_network_image/issues/995

After upgrading to Flutter 3.27.0, the usage of CachedNetworkImage causes error: SecurityError: Failed to execute 'texImage2D' on 'WebGL2RenderingContext': The image element contains cross-origin data, and may not be loaded. · Issue #995 · Baseflow/flutter_cached_network_image
🐛 Bug Report I've upgraded my project's Flutter version to 3.27.0, and now, when I run the web version, I get a lot of errors like this: canvaskit.js:21 Uncaught (in promise) SecurityError:...
github.com
Made with SlashPage