I cant statr FAF

Client Version: 2023.1.2
java.lang.IllegalArgumentException: No redirect uris provided
at com.faforever.client.login.OAuthValuesReceiver.receiveValues(OAuthValuesReceiver.java:55)
at com.faforever.client.login.LoginController.onLoginButtonClicked(LoginController.java:271)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

I am having this exact same issue, have you solved it?

Same problem today. Strange. Reinstalled FAF app, still same issue.

have you updated Java? Have you tried clearing the cache? It looks like this is related to authentication

The error message you encountered suggests that there are no redirect URIs provided in the code or configuration. Redirect URIs are important for the OAuth authentication process to redirect the user back to the application after authentication.

To resolve this issue, you need to ensure that the redirect URIs are properly set up and configured in your code or application settings. Check the code or configuration related to the OAuth authentication process and make sure that valid redirect URIs are specified.

If you are not familiar with the code or configuration related to the OAuth authentication process, it might be helpful to consult the documentation or seek assistance from the developers or support team responsible for the application or library you are using.

By providing the necessary redirect URIs, you should be able to resolve the "No redirect uris provided" error and proceed with the authentication process successfully.

Regards,
Rachel Gomez