Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
Loading set-up wizard fails with link validation error during signup via FC | GoodFirstPicks

Loading set-up wizard fails with link validation error during signup via FC

frappe/frappe 1 comments 1mo ago
View on GitHub
lowopenScope: somewhat clearSkill match: maybeFrappe / ERPNextPython

Why this is a good first issue

Data inconsistency between FC and framework's country info causes signup failure.

AI Summary

The issue occurs due to mismatched country data between FC and the framework's built-in country_info.json, causing signup failures in certain regions. The fix likely involves aligning the data sources or handling the discrepancy gracefully. The maintainer has identified the root cause but regional variations may complicate testing.

Issue Description

Description of the issue

During signup process, we try prefilling the setup wizard by information user has setup and it is failing in some of the region.

Context information (for bug reports)

Output of bench version

(paste here)

Steps to reproduce the issue

Observed result

Expected result

Stacktrace / full error message

Data:
{
    "data": "FrappeClient Request Failed\n\nTraceback (most recent call last):\n  File \"apps/frappe/frappe/app.py\", line 121, in application\n    response = frappe.api.handle(request)\n  File \"apps/frappe/frappe/api/__init__.py\", line 63, in handle\n    data = endpoint(**arguments)\n  File \"apps/frappe/frappe/api/v1.py\", line 40, in handle_rpc_call\n    return frappe.handler.handle()\n           ~~~~~~~~~~~~~~~~~~~~~^^\n  File \"apps/frappe/frappe/handler.py\", line 53, in handle\n    data = execute_cmd(cmd)\n  File \"apps/frappe/frappe/handler.py\", line 86, in execute_cmd\n    return frappe.call(method, **frappe.form_dict)\n           ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"apps/frappe/frappe/__init__.py\", line 1129, in call\

GitHub Labels

bug

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!

Risk Flags

  • data inconsistency
  • region-specific behavior
Loading labels...

Details

Points10 pts
Difficultylow
Scopesomewhat clear
Skill Matchmaybe
Test Focusedno
Assigneediptanilsaha