eclipse-tractusx / portal-backend

Portal Backend
Apache License 2.0
8 stars 15 forks source link

API settings - GET /api/active/apps/{appId} language parameter #503

Open jjeroch opened 4 months ago

jjeroch commented 4 months ago

Summary

Language parameter of the endpoint GET /api/Apps/{appId} is mandatorily needed. Calling from FE side the endpoint https://portal-backend.dev.demo.catena-x.net/api/Apps/D3B1ECA2-6148-4008-9E6C-C1C2AEA5C645 without a language parameter provides a 404 error.

Fix needed - as usually, if no language parameter is submitted, the default used is english

AnuragNagpure commented 3 months ago

@jjeroch fix for this error is already present in present env(dev). no changes required