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

YNAB 4 import: budget name is not url-encoded #753

Open
morremeyer opened this issue Mar 12, 2023 · 0 comments
Open

YNAB 4 import: budget name is not url-encoded #753

morremeyer opened this issue Mar 12, 2023 · 0 comments
Labels
bug Something isn't working as supposed to

Comments

@morremeyer
Copy link
Member

Describe the bug
The Budget name for imports from YNAB 4 is not urlencoded when calling the API.

To Reproduce
Steps to reproduce the behavior:

  1. Start your development environment
  2. Try to import a budget with the name "Test & 2"
  3. See that it gets created as "Test "

Expected behavior
Budget name should be "Test & 2"

Additional context

The request sent to the backend looks like this:

http://localhost:3000/api/v1/import/ynab4?budgetName=tes & 3=

This will lead to the & and everything after it to be dropped when the request path is processed by the backend.

@morremeyer morremeyer added the bug Something isn't working as supposed to label Mar 12, 2023
@morremeyer morremeyer changed the title YNAB 4 import: YNAB 4 import: budget name is not url-encoded Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as supposed to
Projects
None yet
Development

No branches or pull requests

1 participant