getting route error

irs_spryker
irs_spryker Posts: 4 🧑🏻‍🚀 - Cadet

I had created antelopes module in which i need to fetch data from db and show the data but while running the module i got routing error. Can anyone help me out for this.

Answers

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,103 ⚖️ - Guardians (admin)

    Heyhey,

    it can be a lot of things :D

    So, lets go down some points from "the list" (from my head):

    1. Did you use console cache:empty-all and console cache:class-resolver:build ?
    2. Did you created and added your RouteProviderPlugin into the plugin-stack in Yves?
    3. Just in general: you did the changes in Yves, right? (because of the screenshot)
    4. How does your RouteProviderPlugin look like? Maybe typo "antelope" vs "antelopes" (plural)?

    All the best,

    Florian

  • irs_spryker
    irs_spryker Posts: 4 🧑🏻‍🚀 - Cadet

    Thanks for the reply, let me check the steps suggested by you.