# Can't log in from PC or Android browser, but could from "App"

**URL:** https://meta.discourse.org/t/cant-log-in-from-pc-or-android-browser-but-could-from-app/250850
**Category:** SSO
**Created:** [January 5, 2023, 2:34pm UTC](https://meta.discourse.org/t/cant-log-in-from-pc-or-android-browser-but-could-from-app/250850 "2023-01-05T14:34:07Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [January 5, 2023, 9:55pm UTC](https://meta.discourse.org/t/cant-log-in-from-pc-or-android-browser-but-could-from-app/250850/8 "2023-01-05T21:55:12Z")

</div>

> [@TimGNO](#):
>
> I uninstalled the “Hubitat app” (which is little more than a glorified bookmark and browser front-end) on my Android device, then attempted to access the site using its Chrome browser. Same error condition emerged. Still cannot login.

Do you know if anyone else on the site is running into the same issue?

If the site admins haven’t done it already, they could enable the `verbose_discourse_connect_logging`. Some details about debugging [DiscourseConnect](https://meta.discourse.org/t/13045?silent=true) issues with that setting are here: [Debug and fixing common DiscourseConnect issues](https://meta.discourse.org/t/debug-and-fixing-common-discourseconnect-issues/103496). I’m not sure that topic covers the issue you are running into though.

> [@TimGNO](#):
>
> “LOGIN ERROR  
> Account login timed out, please try logging in again.”

The full error message that’s shown in the logs for this will be something like: `Nonce is incorrect, was generated in a different browser session, or has expired`. Possible causes of this are:

- the nonce that’s passed from the application to Discourse on your login attempt doesn’t match the nonce that was initially sent from Discourse to the application
- the nonce was generated in a different session than the session you are logging in from. This will happen if the application is making a background request to get the nonce from Discourse, instead of having it be generated by a browser redirect.
- the user waits longer than 10 minutes (the nonce expiry time) to complete the login

I’m guessing that you’re running into the first issue in that list.

---

_[View the full topic](https://meta.discourse.org/t/cant-log-in-from-pc-or-android-browser-but-could-from-app/250850)._
