ollama - 💡(How to fix) Fix Unable to Sign In to Ollama Cloud – Cloudflare Verification Loop [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
ollama/ollama#14982Fetched 2026-04-08 01:08:24
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1
RAW_BUFFERClick to expand / collapse

What is the issue?

Hello,

For about a week, I have been unable to sign in to my Ollama Cloud account due to a persistent Cloudflare verification loop.

I am confident that my account credentials are correct. I have tested this on two different Windows 10 (x64) machines (personal and server), using multiple browsers and configurations, but the result is always the same.

Steps to reproduce:

  1. Go to the Ollama Cloud sign-in page
  2. Enter username and password
  3. Click “Login”
  4. Cloudflare human verification appears
  5. Complete the verification successfully
  6. Click “Login” again

Actual result: The page reloads and asks for human verification again, resulting in an endless loop.

Expected result: Successful login after completing the verification.

Additional details:

OS: Windows 10 (x64), latest build Browsers tested:

  • Brave 146.1.88.134
  • Cromite 144.0.7559.76
  • Chromium 146.0.7680.154 (installed via Scoop)
  • Same issue across all browsers and systems

I also attempted to report this issue to Cloudflare, but I could not find a Ray ID. Normally it appears at the bottom of the page, but in this case, only the endless verification loop is shown.

Please let me know if you need any additional information.

Regards.

Relevant log output

OS

Windows

GPU

No response

CPU

Intel

Ollama version

No response

extent analysis

Fix Plan

The issue seems to be related to Cloudflare's verification loop. To resolve this, we can try a few potential solutions:

  • Clear browser cookies and cache: This can help remove any stored verification tokens that might be causing the loop.
  • Disable browser extensions: Some extensions might be interfering with the verification process.
  • Try a different DNS resolver: Cloudflare's verification might be blocked by the current DNS resolver.

Here are the steps to try:

  1. Clear browser cookies and cache:
    • Brave: brave://settings/cookies
    • Cromite/Chromium: chrome://settings/cookies
  2. Disable browser extensions:
    • Brave: brave://extensions/
    • Cromite/Chromium: chrome://extensions/
  3. Try a different DNS resolver:
    • Use a public DNS service like Google Public DNS (8.8.8.8) or Cloudflare DNS (1.1.1.1)

Example code to clear cookies using JavaScript:

// Clear cookies for a specific domain
function clearCookies(domain) {
  document.cookie = `cookie-name=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=${domain}`;
}

// Clear cookies for the Ollama Cloud domain
clearCookies('ollama.cloud');

Note: This code should be run in the browser console or as part of a userscript.

Verification

To verify that the fix worked, try signing in to your Ollama Cloud account again after attempting the above steps. If you're still experiencing issues, you may want to try contacting Cloudflare support directly or reaching out to Ollama Cloud's support team for further assistance.

Extra Tips

  • Make sure your browser and operating system are up to date, as newer versions may include fixes for similar issues.
  • If you're using a VPN or proxy, try disabling it to see if it's interfering with the verification process.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING