Skip to content

fix: application listing returns 404 - #131

Merged
VinShurik merged 2 commits into
developmentfrom
fix/applications-get-all
Aug 19, 2026
Merged

fix: application listing returns 404#131
VinShurik merged 2 commits into
developmentfrom
fix/applications-get-all

Conversation

@VinShurik

@VinShurik VinShurik commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Applicable issues

Fix 404 for list of applications

Currently, the client sends a request to /openai/applications/ (with a trailing slash), which causes the server to route the request to a different handler method that expects an application name parameter. As a result, it attempts to look up an application with an empty name and returns a 404 error.

According to the ApplicationController.java implementation, the correct endpoint for listing applications should be /openai/applications (without the trailing slash).

This PR updates the request path to match the server's expected format, aligning the behavior with the existing implementation in deployments.py.

Changes:

Removed trailing slash from the applications list endpoint URL

Impact:

Fixes 404 errors when fetching the applications list

Ensures consistent behavior with other resource endpoints (e.g., deployments)

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@VinShurik
VinShurik requested a review from adubovik as a code owner August 19, 2026 11:34
@VinShurik VinShurik changed the title fix list of applications fix: 404 list of applications Aug 19, 2026
@VinShurik
VinShurik force-pushed the fix/applications-get-all branch from 98d5cd1 to 76c018b Compare August 19, 2026 11:46
@adubovik adubovik changed the title fix: 404 list of applications fix: application listing returns 404 Aug 19, 2026
adubovik
adubovik previously approved these changes Aug 19, 2026
@VinShurik
VinShurik merged commit 96f32b0 into development Aug 19, 2026
10 checks passed
@VinShurik
VinShurik deleted the fix/applications-get-all branch August 19, 2026 12:01
adubovik pushed a commit that referenced this pull request Aug 19, 2026
Co-authored-by: Oleksandr Gubarets <oleksandr_gubarets@epam.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants