Backend glue giving 404 status

irs_spryker
irs_spryker Posts: 6 🧑🏻‍🚀 - Cadet

I had built backend glue but while running url "http://glue-backend.us.spryker.local/antelopes" i got below error

[  {    "code": "007",    "status": 404,    "message": "Not found"  }]

Can anyone help me out where i am doing wrong

Tagged:

Answers

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

    Heyhey @irs_spryker ,

    did you find a solution for

    ? (if yes, can you post there what was the problem pls so others are helped in the future?)

    For the current question: What have you tried so far? In order to help you properly we need some more background information.

    All the best,

    Florian

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

    Hey Florian,

    Yes it worked after clearing cache "docker/sdk console cache:empty-all".

    Thanks