openedx / openedx/openedx-platform
List of countries is not showing up in Profile MFE
Open
@Suraj-1309 is already working on this.
Since Mar 25, 2026.
bug
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
As mentioned here, from Ulmo upgrade, the list of countries is not showing up.
This will be resolved by adding the following to the site configs.
"REGISTRATION_EXTRA_FIELDS": {
"country": "required",
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.