Introduction to Admin Console

Hi team,

I am working on the Module assessment for module 3 for solution templates and the admin console and am getting errors when I get to step 11 to view diffs it is showing me two errors. I double checked my syntax but am unsure what I am doing wrong. Could someone please help me understand what the issue could be?

Please let me know if you need anything further from me!

Thank you!
Wilhelmina

Hi Wilhelmina,

These errors are saying that there is some syntax errors in the file that make them not valid JSON objects. When you navigate to those two files mentioned, do you see any red squiggly underlines that indicate errors?

For example, in the job.default.json file, if I added "c_primaryCTA" to the bottom of the array of fields without adding a comma to the previous line, "c_primaryCTA" will be underlined in red. I can hover over the red underline to see what the error is.

Adding a comma at the end of the previous line will resolve this error and make this file a valid JSON object. Similarly for the eventDisclaimer.json file, make sure you delete the entire object/array when doing so (clicking next to the opening/closing bracket of an object/array will show you the matching pair).