Ludovic Mermod
Ludovic Mermod
I've encountered the same issue; the callback to `https://xxx.com/nextcloud/apps/user_oidc/code` leads to a redirect to `/apps/dashboard`, thus giving `https://xxx.com/apps/dashboard` instead of `https://xxx.com/nextcloud/apps/dashboard`. I've checked the configuration of the `overwrite.cli.url` and `overwrite.cli.webroot`,...
Hi. I'm running into the exact same issue, using Java 17. If I follow this [guide](https://docs.amplify.aws/flutter/start/platform-setup/#android), I instead get the error ``` FAILURE: Build failed with an exception. * What...
After further investigation, it turns out that flutter was using Android Studio's java21 installation. Changing the jdk path to java17 fixed the issue. Still, if you are interested, here are...