Roar Grønmo

Results 71 comments of Roar Grønmo

Found that empty response failed with the NPE mentioned. To cope with that problem, I wrapped all my backend json calls (on the backend side) inside an array. So if...

The error disappeared, but my login was denied... I got a little bit further... That `integrity` line above, should that one be generated for my app ? Still all works...

Okei, I added a line to my comment above . BTW: Earlybyte should mention the changes needed to be done to index.html, not so obvious for novice Flutters...

okei. I'll try to check out the github example which seems more compliant than the one provided in the example here: https://pub.dev/packages/aad_oauth/example I hope I can pinpoint the problem.

I tried the example in github, and got same problem in web, so think that problem may be in how azure is configured. Is there any "best practice" setup which...

> Hi, > > Could you add full logs? I have no problem running the web version. I found the reason for the actual issue, see @akrist comments. But now...

I play the ball back, and suggests to make a working best-practice-example using Microsoft Azure (show how to set up Azure properly), which is fairly often used.

AFAIK: Below my previous test ``` import 'package:aad_oauth/aad_oauth.dart'; import 'package:aad_oauth/model/config.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; void main() => runApp(MyApp()); final navigatorKey = GlobalKey(); class MyApp extends StatelessWidget { @override Widget build(BuildContext...

How de we do this from Android Studio in Win11 ? man. 12. sep. 2022, 13:42 skrev Andreas Krist ***@***.***>: > The connection will most likely not work because no...