Konstantin Serov
Konstantin Serov
Your backend must have an endpoint that accepts OPTIONS request (it's called a Preflight request) and send response with status code 204 to it. Literally if you request GET https://example.com/users/profile...
Because Flutter mobile is not a browser. Only web browsers send Preflight requests. Google "preflight request" if you want to know more
I also cannot get any http request metrics in Firebase console I've made a custom interceptor for it ```dart class _PerformanceInterceptor implements InterceptorContract { Map _metrics = {}; HttpMethod _mapMethod(Method...
I added this to AppDelegate.swift ```swift override func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool { if (url.absoluteString.contains("stripe")) { // this code works...
Same problem on samsung galaxy ace 3 with air 17. No problem on lenovo b6000 with the same air version though. That's very annoying...
It's an AIR 17 problem. 16th works perfectly
doesn't work for me
Any dart backend is having this issue. But the funny thing is that Postman can send the same data and dart will accept it normally. I've been struggling with it...
Hi > I made a fork of the Angel Framework, called Galileo Framework which is working very well for me, even without this problem and already updated to work with...
Может быть. Но это низкий приоритет, есть более важные задачи сейчас. Если очень нужно, и есть желаение, можете исправить это, и сделать МР, если всё ок, я его вмержу. Обещать,...