KarlOriginal post
Flutter Developer
Hi all, the Appwrite 1.6.0 cloud update has broken the OpenID Connect provider. The server responds with a 500 internal server error. I am testing with Flutter using version 13.0.0 of the SDK. Authentication was working before the latest cloud update. It looks like this is the url that returns the 500 error 'https://cloud.appwrite.io/v1/account/sessions/oauth2/oidc/redirect'. Any help would be appreciated.
Summary
Developers testing project 'playground-for-flutter-1' encountered a 500 internal server error with OpenID Connect provider post-Appwrite 1.6.0 update. Flutter SDK v13.0.0 is being used. Issue identified with the URL 'https://cloud.appwrite.io/v1/account/sessions/oauth2/oidc/redirect'. Assistance needed to resolve the problem.