I want to call glue endpoint for a vendor module

Options
mohammed.shamim
mohammed.shamim Posts: 33 🧑🏻‍🚀 - Cadet

I tried to call glue endpoint for a module that exists in vendor. But response return is :-

{"errors":[{"status":404,"detail":"Not Found"}]}

From this, it look like we can't call the vendor module glue endpoint in application. I tried to call it in postman. Although other application route working fine.

Comments

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

    Heyhey,
    have you added the proper plugin to the DependencyProvider?

    All the best,

    Florian

  • mohammed.shamim
    mohammed.shamim Posts: 33 🧑🏻‍🚀 - Cadet
    Options

    few mins before I found the proper place for route plugin. Nows its working. I placed module route plugin in GlueApplicationDependencyProvider and its works. Thanks.