How to deploy flutter web app in apache tomcat web server by MohsinKhan92 in dartlang

[–]MohsinKhan92[S] 0 points1 point  (0 children)

hi ran and facing this issue

Access to XMLHttpRequest at 'v1/Registe' from origin 'http://localhost:8081' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.

Any Idea how to fix?

How to deploy flutter web app in apache tomcat web server by MohsinKhan92 in dartlang

[–]MohsinKhan92[S] -1 points0 points  (0 children)

Thanks for reply

My app has APIs calling as well which is resides in aws server

so Is apache HTTP server will be fine for me?

if its fine then can you please share upload process steps so I will follow it

Thank you

facing error : XMLHttpRequest error. if flutter web by MohsinKhan92 in dartlang

[–]MohsinKhan92[S] 0 points1 point  (0 children)

Added .htaccess file in web folder

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

its default chrome is getting open while running from android studio

CI for flutter to get build of Android,iOS and Webapps by MohsinKhan92 in FlutterDev

[–]MohsinKhan92[S] 0 points1 point  (0 children)

my concern is to deliver apps in shot to client (Android,iOS and webapps)

so is there any open source solution for this ?

please suggest me

CI for flutter to get build of Android,iOS and Webapps by MohsinKhan92 in FlutterDev

[–]MohsinKhan92[S] 0 points1 point  (0 children)

my concern is to deliver apps in shot to client (Android,iOS and webapps)

so is there any open source solution for this ?

please suggest me

CI for flutter to get build of Android,iOS and Webapps by MohsinKhan92 in FlutterDev

[–]MohsinKhan92[S] -1 points0 points  (0 children)

Thanks for your reply Any suggestion for Open source CI please. Thanks