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..

Hii everyone anyone please help me out i am getting that error when i am connecting Zed from Yves us

U04SKM4JAEQ
U04SKM4JAEQ Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

Hii everyone
anyone please help me out i am getting that error when i am connecting Zed from Yves using CLient.

Comments

  • U047WTLECHM
    U047WTLECHM Posts: 12 πŸ§‘πŸ»β€πŸš€ - Cadet

    docker/sdk console router:cache:warm-up:backend-gateway

  • U04SKM4JAEQ
    U04SKM4JAEQ Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

    still getting the same error.

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    Do you have a class Pyz\Zed\HelloSpryker\Communication\Controller\GatewayController with an action called reverseStringAction ?

  • U04SKM4JAEQ
    U04SKM4JAEQ Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

    yes.

  • U04SKM4JAEQ
    U04SKM4JAEQ Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

    then also it is giving error of SSL Disable

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    The problem is not your disabled SSL, it's that the route you call is not found, which means either the module, the controller or the action given in the url does not exist.

    Can you paste your Pyz\Zed\HelloSpryker\Communication\Controller\GatewayController here to have a better understanding what the issue could be?

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer
    edited March 2023

    There are several things I would look at:

    1. Is the controller in the right path (Namespace should be PYZ, Application should be Zed, Module should be HelloSpryker, Layer should be Communication, Directory Controller and name should be GatewayController: src/<ProjectNamespace>/<Module>/<Application>/<Layer>/Controller/GatewayController.php, in your case src/Pyz/HelloSpryker/Communication/Controller/GatewayController.php )
    2. Does the controller have the Controller suffix (GatewayController)
    3. Does the controller extends AbstractGatewayController
    4. Does the controller have the correct Action with the Action suffix (here reverseStringAction)
  • U04SKM4JAEQ
    U04SKM4JAEQ Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

    Hello Alberto,
    This issue is still there I have checked all the instruction which you have given .can you please give some other solution for it.