-
Open Browser Console when accessing the FAQ tab
-
Look for these debug messages:
GitHubStorage.fileExists: Checking if file exists: sushi-config.yamlGitHubStorage.fileExists: Repository: litlfred/smart-ips-pilgrimage, Branch: mainGitHubStorage.readFile: Reading file sushi-config.yaml from litlfred/smart-ips-pilgrimage
-
Common Issues to Check:
- GitHub API authentication status
- Repository parameter format (should be "litlfred/smart-ips-pilgrimage")
- Branch parameter (should be "main")
- Rate limiting or API errors
-
Verification:
- The sushi-config.yaml file exists: ✅ Confirmed via curl
- File content starts with:
id: smart.who.int.ips-pilgrimage
- FAQ accordion loads with questions visible but not executed
- Click "What is the name of this DAK?" to expand
- Should show loading indicator, then display: "The name of this DAK is SMART_WHO_INT_IPS_Pilgrimage"
- Check browser console for specific GitHub API error messages
- Verify authentication token has read permissions for the repository
- Confirm network connectivity to GitHub API