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: require base64 #904

Merged
merged 1 commit into from
Aug 16, 2023
Merged

fix: require base64 #904

merged 1 commit into from
Aug 16, 2023

Conversation

alexanderleegs
Copy link
Contributor

This PR fixes an issue introduced by the upgrade of base64-js, which previously worked without an explicit import. The affected endpoints are all v1 endpoints, but several api calls on the frontend still use v1 endpoints. We should modify the endpoints being used on the frontend to use v2 endpoints instead, but I've opted for this solution first, since at least 2 of the remaining endpoints do not work with a direct swap (edit nav uses a v1 endpoint that has no equivalent functionality in v2, and edit page uses an outdated v1 endpoint that the v2 endpoint changes the dto of).

@alexanderleegs alexanderleegs requested a review from a team August 16, 2023 01:36
@alexanderleegs alexanderleegs merged commit fbd7b09 into develop Aug 16, 2023
@mergify mergify bot deleted the fix/base64 branch August 16, 2023 02:39
@kishore03109 kishore03109 mentioned this pull request Aug 16, 2023
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.

2 participants