In the "Create Data Model Using Clicks" challenge, when I click the cloud icon to retrieve metadata, I receive the error "SyntaxError Unexpected Token" in a popup, and the metadata is not populated. I've tried this twice in two fresh playgrounds and get the same error. Everything else leading to this step completed successfully, including the "Authorize an Org" step. This prevents me from completing the challenge.
5 respuestas
I found the issue. The file metadataType.json contained color escape sequences.
Changing my environment variable FORCE_COLOR from "true" to "false" seems to have fixed the problem.