-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User profile error #7
Comments
Hi, can you provide minimal reproducible code so that I can look into it |
Hey thanks for the reply! Regarding the code I have replicated the code from your 'example' project except for the following changes in the main.dart file ( Provider -> create () ).
I also see this error in the Chrome debug window -
Not sure why it is trying to navigate the 'step1.html'. Let me know if this is helpful. |
HI .....I also have same issue. error from browser console errors.dart:251
main.dart ...exactly same as in example ....keycloak settings and prints are modified thats it import 'dart:html'; import 'package:flutter/material.dart'; void main() { class MyApp extends StatelessWidget {
} class MyHomePage extends StatefulWidget { // This widget is the home page of your application. It is stateful, meaning // This class is the configuration for the state. It holds the values (in this final String? title; @OverRide class _MyHomePageState extends State { void _login() {
} @OverRide @OverRide |
I think I found my problem .....issue is in keycloak client settings. I changed my client access type to public then it worked . This issue pops up when client access type is confidential. |
Hi @VenkatraghuB Keycloak Version 16.1.1 Here is my error:
I have checked with AccessType as "public" also but no success. What am I missing here? |
Hi, |
Hi - I have used the library for a Flutter web app I am building however I get the following error twice (details below).
I have used the main.dart file from the example you have provided - modified just the credentials. When my page loads I get the above error. Then on clicking the Login button I am redirected to the Keycloak server and after a successful login I am sent back to my app however this error shows up again.
Any advice?
The text was updated successfully, but these errors were encountered: