Answers - Final Challenge - Error adding items to the Jobs experience

Hi team,

I am having trouble adding both the FAQs vertical page and the custom job card to the Jobs experience in the Answers Final Challenge. I’ve looked through a number of other posts in the Community and made some edits for the custom job card, and my code seems to match exactly what the other users have posted for their own corrections - I tweaked the CTA URL, I fixed some issues with the subtitle, but nothing seems to be working.

As for the FAQs portion, I believe I’ve added everything according to the challenge instructions, so I’m not sure where I’ve gone wrong.

My account ID is 2643607. Could someone help me take a look into this?

Thanks!

Hi Alyssa,

For the FAQs page, page names are case sensitive. The instructions and grader are looking for faqs. You named the page FAQs. Page names are displayed in the URL, so we typically use lowercase letters for stylistic purposes. You can rename the page by hovering over the file in the Code Editor, clicking the three dots, and clicking rename. Make sure to rename both the config.json and pages.html.hbs files.

For the custom jobs card, step 18 asks to update the CTA1 URL to http://careers.turtleheadtacos.com. We want to change all the URLs to the given URL, however it looks like you left in the option for the application URL:
url: profile.applicationUrl || 'http://careers.turtleheadtacos.com',

You won’t need the first part of the OR operator here above.

Hope this helps! Please reach out if you’re still seeing issues.