You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run Fava, the top toolbar and the left-side menu disappear.
windwos 11, pure reinstall python 3.9
i install fava via "pip3 install fava"
then
`D:>bean-example > test.bean
INFO : Generating Salary Employment Income
INFO : Generating Expenses from Banking Accounts
INFO : Generating Regular Expenses via Credit Card
INFO : Generating Credit Card Expenses for Trips
INFO : Generating Credit Card Payment Entries
INFO : Generating Tax Filings and Payments
INFO : Generating Opening of Banking Accounts
INFO : Generating Transfers to Investment Account
INFO : Generating Prices
INFO : Generating Employer Match Contribution
INFO : Generating Retirement Investments
INFO : Generating Taxes Investments
INFO : Generating Expense Accounts
INFO : Generating Equity Accounts
INFO : Generating Balance Checks
INFO : Outputting and Formatting Entries
INFO : Contextualizing to Realistic Names
INFO : Writing contents
INFO : Validating Results
I tried Fava 2.3.1 and the display is normal, but there are no input fields in the top right corner. I'm not sure if it's because this version doesn't have them or for some other reason.
The header and the sidebar are rendered in the frontend, so it looks like there is some error in the Javascript part that stops them from being rendered - what does the browser console show?
I believe this might be the same as #1446 (invalid system configuration causing the Javascript file to be served with the wrong mimetype), see #1446 (comment) for how this can be fixed.
When I run Fava, the top toolbar and the left-side menu disappear.
windwos 11, pure reinstall python 3.9
i install fava via "pip3 install fava"
then
`D:>bean-example > test.bean
INFO : Generating Salary Employment Income
INFO : Generating Expenses from Banking Accounts
INFO : Generating Regular Expenses via Credit Card
INFO : Generating Credit Card Expenses for Trips
INFO : Generating Credit Card Payment Entries
INFO : Generating Tax Filings and Payments
INFO : Generating Opening of Banking Accounts
INFO : Generating Transfers to Investment Account
INFO : Generating Prices
INFO : Generating Employer Match Contribution
INFO : Generating Retirement Investments
INFO : Generating Taxes Investments
INFO : Generating Expense Accounts
INFO : Generating Equity Accounts
INFO : Generating Balance Checks
INFO : Outputting and Formatting Entries
INFO : Contextualizing to Realistic Names
INFO : Writing contents
INFO : Validating Results
D:>fava test.bean -d
Starting Fava on http://127.0.0.1:5000
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Press CTRL+C to quit
Starting Fava on http://127.0.0.1:5000
127.0.0.1 - - [03/Jun/2023 18:47:35] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [03/Jun/2023 18:47:35] "GET /example-beancount-file/income_statement/ HTTP/1.1" 200 -
127.0.0.1 - - [03/Jun/2023 18:47:36] "GET /static/app.js?mtime=1685788901 HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2023 18:47:36] "GET /static/app.css?mtime=1685788901 HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2023 18:47:36] "GET /static/fira-mono-latin-400-normal-JUOXJG4X.woff2 HTTP/1.1" 304 -
127.0.0.1 - - [03/Jun/2023 18:47:36] "GET /static/fira-sans-latin-400-normal-BVHR5GIK.woff2 HTTP/1.1" 304 -`
What could be the issue, and did I miss something?
The text was updated successfully, but these errors were encountered: