🐛 Bug: Ambassadors Page Not Working Locally #1453
Labels
🐛 Bug
Indicates that the issue is a bug or defect.
Status: In Progress
This issue is being worked on, and has someone assigned.
Describe the bug
The Ambassadors page fails to load when running the app locally due to a SyntaxError: Unexpected token '.' in JSON.parse(). The issue appears to be caused by data/ambassadors.json containing a file path instead of valid JSON.
Steps To Reproduce
yarn run dev
./ambassadors
).Expected Behavior
The Ambassadors page should load correctly in the development environment , displaying the list of ambassadors without any JSON parsing errors.
Screenshots
Device Information [optional]
Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
The text was updated successfully, but these errors were encountered: