Search for solutions or post your questions. Let our community experts move you forward.
Hi guys! As far as I can see, there is no equivalent way to validate RestRequestAttributes for Glue Backend Api like this ValidateRestRequestAttributesPlugin uses httpRequest as an argument instead of GlueRequestTransfer. It would be really nice to have such a validator for backend api as long as there is nothing similar…
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
We use GlueBackendAPI to give access for 3rd Party services to our data. They all autheticate using OAuth. OAuth has so calles scopes to restrict access to certain endpoints. This is also said in the Documentation but no examples how to do that. There is a manual of how to create a scope, but nothing about how to relate a…
Running docker/sdk cli vendor/bin/glue api:generate:documentation --application backend fails when dynamic-entity is installed: Propel\Runtime\Exception\PropelException - Exception: Database map was not initialized. Please check the database loader script included by your conf. Visit…