@simon-chrzanowski can you please share the code you using? (please be sure to hide anything sensitive like your API Key)
FAQ Posters
Users who have rights to post in the FAQ category.
-
RE: oauthConfiguration.clientSecret is missing on /api/application/search response since 1.62.0posted in Q&A
-
RE: Pass value from API to webhookposted in Q&A
@alexandros-nafas , were you able to figure it out?
-
RE: Pass value from API to webhookposted in Q&A
@alexandros-nafas are you trying to make an update through the API then reflect that value of are you trying to pass a value in the URL and get that? It may help to give an example.
-
RE: retrieve_user_using_jwt is not working with FA 1.62.1posted in Q&A
@johnmiller It looks like the issue is that the 'retrieve a user via JWT' functionality was removed in 1.60.0. (It appears the User API JWT authentication method was deprecated in version 1.50.0. An issue has been filed to remove it from the client libraries.
Thank you from bringing this to light.
-
RE: How can I configure session timeout on the admin panel?posted in Q&A
@rachel-flatt OK, it looks like your application is using the JWT setttings from the Tenant. You can go to the Admin UI select Tenants -> Find the tenant your application is under -> Select Edit and go to the JWT tab. You should find the settings there.

-
RE: retrieve_user_using_jwt is not working with FA 1.62.1posted in Q&A
@johnmiller Can you please share a code snippet of the call? I will try to recreate and see if we can figure something things out.
-
RE: Error Usersposted in Q&A
@patrick_ag Is this just when you are loading the page or are you trying to take some action?
-
RE: Troubleshooting Blank FusionAuth Login Pages in Android WebViews on Specific Devicesposted in Frequently Asked Questions (FAQ)
This is indeed unusual, especially since the issue appears to affect only a single user and device, which makes a FusionAuth configuration issue unlikely.
A few things to check and try:
- Open in External Browser
- Ask the user to tap the three-dot menu (if available) in the webview and choose “Open in Chrome” or their default browser.
- If the page loads correctly there, the issue is likely related to the embedded webview rather than FusionAuth itself.
WebView / Browser-Specific Issues
Some Android devices (including certain Xiaomi models) ship with custom WebView implementations or aggressive privacy/security settings that can interfere with embedded web content.
Ensure the device has the latest Android System WebView and browser updates installed.
Domain / CNAME Edge Cases
There have been rare cases where mobile browsers or webviews behave unexpectedly if the domain includes characters such as underscores (_) or dashes (-) in certain positions.
While this typically results in explicit errors (like “Address not found”), it’s still worth reviewing your domain and CNAME setup—especially since you’re self-hosting.
Given that the login works for the same user on other devices, this is most likely a device- or WebView-specific issue rather than a problem with FusionAuth itself. If opening the login page in a full browser works, that should help narrow the root cause to the embedded webview implementation on that device.
-
Troubleshooting Blank FusionAuth Login Pages in Android WebViews on Specific Devicesposted in Frequently Asked Questions (FAQ)
We received a report from a customer who is unable to log in to our mobile application. The app uses a standard embedded webview that loads the FusionAuth-hosted login page, a flow that has been in place and working reliably for all users until now.
In this specific case, the webview appears to be completely blank and does not load the login page at all.
Additional context:
Device: Xiaomi Redmi Note 13
OS: AndroidClearing app data/cache did not resolve the issue
Logging in as the same user works correctly on other devices
Have you encountered a similar issue before, or do you have any guidance on what could cause this behavior?