Skip to content

fix: correct broken Face Verification help link URL - #4386

Merged
sirpy merged 3 commits into
masterfrom
copilot/fix-face-verification-help-link
Sep 1, 2026
Merged

fix: correct broken Face Verification help link URL#4386
sirpy merged 3 commits into
masterfrom
copilot/fix-face-verification-help-link

Conversation

Copilot AI commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

The help link shown on the "Login information is missing" error screen during Face Verification points to a malformed domain (doc.gooddollar) that doesn't resolve, causing a DNS_PROBE_FINISHED_NXDOMAIN error for users.

Changes

  • FVFlowError.jsx — Replace invalid DOCS_URL constant with the correct destination:
- const DOCS_URL = 'https://doc.gooddollar/sdk/identity'
+ const DOCS_URL = 'https://docs.gooddollar.org/products-and-sdks/identity-sybil-resistance'

@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated
gooddollar-delta Ignored Ignored Preview Sep 1, 2026 10:03am UTC
goodid Ignored Ignored Preview Sep 1, 2026 10:03am UTC
goodwallet Ignored Ignored Sep 1, 2026 10:03am UTC

Request Review

Co-authored-by: sirpy <671095+sirpy@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken help link in Face Verification process fix: correct broken Face Verification help link URL Aug 30, 2026
Copilot AI requested a review from sirpy August 30, 2026 09:01
@sirpy
sirpy marked this pull request as ready for review September 1, 2026 10:03
@sirpy
sirpy merged commit 75f9c1f into master Sep 1, 2026
8 checks passed
@sirpy
sirpy deleted the copilot/fix-face-verification-help-link branch September 1, 2026 10:03
@sirpy

sirpy commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

@L03TJ3 need to update goodid/prod and release goodid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Face Verification help link broken (doc.gooddollar instead of docs.gooddollar.org)

2 participants