Hi Team,
I’m having 2 issues trying to debug my Jobs Answers experience. When I view the Live Preview I see the image below which has faqs.html, but appears to be missing jobs.html and index.html. I’m not sure if this has to do with the Jambo commands, but I tried deleting and re-forking the vertical & universal page.
I’m also getting the ‘cards/jobsoverride/component’ partial error that a few other HHers appeared to be having as well, but I couldn’t troubleshoot based on their solutions.
My sandbox is the following: https://sandbox.yext.com/s/2605203/sitesgit/editor2/r/62200/b/master?session=86aba345
Thank you!
Hey Ryan,
Welcome to the Community! It looks like you have a small typo that’s causing this. Your forked card is named joboverride
but in jobs.json
you reference the card type as jobsoverride
. Since the names don’t match exactly, the experience can’t find the card giving the error:
Error: The partial cards/jobsoverride/component could not be found
The Index of desktop/
screen indicates that the experience preview can’t find the index.html page which it shows by default, so it presents the other available files you can navigate to. This is happening because the universal search has an error with the job override card. Once you fix the above, your preview should load as well!
Hope this helps!