Skip to main content
Always test on the Concordium testnet before switching to mainnet. Testnet verifications are free, use no real identities, and do not count toward your billing.

What you need for testing

  • The Concordium testnet wallet installed on your phone
  • A testnet account with a verified identity (follow the wallet setup instructions)
  • Your site accessible via the Cloudflare Worker Route

Testing checklist

1

Open your site in incognito

Use a private/incognito window to ensure there is no existing session cookie. The Veriox popup should appear within a few seconds of the page loading.
2

Complete a testnet verification

Scan the QR code in the popup with your Concordium testnet wallet. Approve the proof request in the wallet app.
3

Confirm the popup closes

After approving in the wallet, the popup should close automatically and the page should load normally.
4

Confirm the session persists

Refresh the page. The popup should not appear again — your session cookie is set and the worker is recognising it.
5

Check your dashboard

Log in to portal.veriox.io and check that the verification appears in your usage stats.

Common issues

SymptomLikely cause
Popup does not appearWorker Route not configured, or Cloudflare proxy not enabled
Popup appears but QR code doesn’t scanCamera permissions not granted in wallet
Popup closes but page reloads and popup reappearsSession cookie not being set — check worker secret
Verification shows as failed in dashboardTestnet wallet identity not fully verified
See troubleshooting for more detail.