Answers Module 18 Assessment - Login Prompt?

Hi, I’m currently stuck on the Module 18 assessment for Answers. Specifically, Step 9: “Add an HTML module between the Header and Footer.” I’ve created the HTML module successfully, but after I add it, I am required to sign in to continue:

If I exit out of this without signing in, the HTML module simply shows “Not Authorized.” I’m not sure why this is happening. I’ve tried to use my Hitchhiker’s login, but that does not work.

Any help with this would be greatly appreciated.

Hi @Steven_Nunes,

Your Page Builder template currently lives in Pages > All Sites > Turtlehead Tacos Answers. However, you should be creating a new site called “Answers Results Page” (see step 6). Once the site is created in Pages > All Sites, then you will go ahead and create a page builder template similar to what you have done so far. It should look something like this:


Once you make that change and add the HTML module, let me know if you still run into this issue!

Thank you Micaela. I went ahead and corrected that. However, I’m still being prompted with a login for some reason:

Update: I’m now getting “404 page not found” in the HTML module.

Tried resetting the challenge again. Getting the login prompt again.

Also, I didn’t realize resetting would also reset the challenge time extension I had on it. Can I get another extension while this issue is being resolved?

Many thanks.

Hi Steven,

Absolutely — I just extended the expiration for your challenge account for another 30 days as we investigate these issues. I’ll also be sure to follow up with more information.

Thanks! I appreciate it.

Hi @Steven_Nunes,

The issue should be resolved within your account and I am now seeing the experience appear within Page Builder!

Best,
Micaela

Hi @Micaela_Luders

I’m still getting the same prompt, unfortunately.

@Steven_Nunes,

Try using the following code for the HTML module:

<div id="answers-container"></div>
<script src="https://answers-turtleheadtacos-3161724.landingpagessbx.yextengtest.com/iframe-prod.js"></script>

If you are still receiving a login prompt, you can get past the prompt, as you mentioned in this thread earlier, and the experience should be displayed.

The search page is now showing. Thanks! However, I have some follow up questions for the remaining steps:

  1. In step 10, it says “Fill out the Search Results Page URL with the Page Builder Preview link from step 9.” Does this mean

    <div id="answers-container"></div>
    <script src="https://answers-turtleheadtacos-3161724.landingpagessbx.yextengtest.com/iframe-prod.js"></script>
    

    or just

    https://answers-turtleheadtacos-3161724.landingpagessbx.yextengtest.com/
    
  2. In step 11, it says to “Add an HTML module to your Restaurant page template” without saying where it goes on the page. Does it matter?

Hi @Steven_Nunes

Fill out the Search Results Page URL with the Page Builder Preview link from step 9.

This means just use the URL within the double quotes.

In step 11, it says to “Add an HTML module to your Restaurant page template” without saying where it goes on the page. Does it matter?

No, since this is for loading a script, it should not matter where you place it.