What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

hi...iam working on the bootcamp and get this error . Any ideas.?

U019GT49XKQ
U019GT49XKQ Posts: 16 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

hi...iam working on the bootcamp and get this error . Any ideas.?

Comments

  • sprymiker
    sprymiker Sprykee Posts: 781 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
  • sprymiker
    sprymiker Sprykee Posts: 781 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    To unblock you:

    Set

    <?php
    
    use Spryker\Shared\Http\HttpConstants;
    
    $config[HttpConstants::ZED_TRUSTED_HOSTS]
    = $config[HttpConstants::YVES_TRUSTED_HOSTS] = [];
    

    In config/Shared/config_local.php

    It is a dirty way, but at least you can continue with bootcamp.

  • U019GT49XKQ
    U019GT49XKQ Posts: 16 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Thank you very much . That worked.!!!