-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Bug: Adding Holdings not possible (Investment / Brokerage Account) #1657
Comments
@dmnk do you have a Synth API key setup for your instance? This is where we fetch ticker symbols from. |
yes, is configured. |
Can confirm this. Can't add any holdings manually. Additionally, on CSV import symbols are not read/registered correctly. I also have some transactions for which the symbols probably are not available on Synth API. I suggest you allow adding holdings for which there are no tickers available. I fear this project may be trying to make some of the functionality way more complicated than it needs to be. |
Console Error after providing the symbol. Uncaught (in promise) TypeError: crypto.randomUUID is not a function |
Describe the bug
The form to add a holding doesn't "hold" the Ticker Symbol. Maybe the validation of the symbol is broken?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Keep the Ticker Symbol; maybe present an info/popup warning if the current value cannot be fetched and the user is expected to keep that up to date.
What version of Maybe are you using?
Self-Hosted 0.3.0
What operating system and browser are you using?
The more info the better.
Screenshots / Recordings
If applicable, add screenshots or short video recordings to help show the bug in more detail.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: