Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 404 not found when intercepting the ingestion key calls #5490

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

vikrantgupta25
Copy link
Collaborator

Summary

[Issue]: the baseURL for gatewayAPI was missing the trailing / due to which when the interception happens due to token expiry the new URL formed has a missing /. It doesn't cause any issue in the normal flow but only in interception because we do a substring(1) from the URL to remove the leading /. Now since both the slashes are missing we form a bad URL and hence we get 404 not found error.

Related Issues / PR's

fixes #5468

Screenshots

NA

Affected Areas and Manually Tested Areas

@github-actions github-actions bot added the bug Something isn't working label Jul 15, 2024
@YounixM YounixM merged commit 840d8b2 into develop Jul 16, 2024
12 checks passed
@vikrantgupta25 vikrantgupta25 deleted the 404-ingestion-keys branch July 16, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with getAllIngestionKeys API call
2 participants