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, i have created a form and after submit that form i facing a error " ```Can not resolve

U04TV8QP04C
U04TV8QP04C Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hii Everyone, i have created a form and after submit that form i facing a error "

Can not resolve `ContactDataFacade` in Business layer for your module `ContactData`\n
You can fix this by adding the missing facade to your module.\n

I have added Facade and facade interface in business layer and code of my controller is

Comments

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    u have in method annotation Spryker namespace and not Pyz namespace

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    ContactData is a Pyz Bundle, not Spryker vendor bundle.. it means everywhere Pyz namespace u have to use in annotation about getFactory, getFacade, getConfig etc.c.

  • U04TV8QP04C
    U04TV8QP04C Posts: 38 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    ok thank you i have corrected it