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
Hii everyone
anyone please help me out i am getting that error when i am connecting Zed from Yves using CLient.
Comments
-
docker/sdk console router:cache:warm-up:backend-gateway
0 -
still getting the same error.
0 -
Do you have a class
Pyz\Zed\HelloSpryker\Communication\Controller\GatewayController
with an action calledreverseStringAction
?0 -
yes.
0 -
then also it is giving error of SSL Disable
0 -
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?0 -
There are several things I would look at:
- 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 casesrc/Pyz/HelloSpryker/Communication/Controller/GatewayController.php
) - Does the controller have the
Controller
suffix (GatewayController
) - Does the controller extends
AbstractGatewayController
- Does the controller have the correct Action with the
Action
suffix (herereverseStringAction
)
0 - 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:
-
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.0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 73 Spryker News
- 911 Developer Corner
- 771 Spryker Development
- 87 Spryker Dev Environment
- 361 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 69 Spryker Safari Questions
- 50 Random