beancount / fava

Fava - web interface for Beancount
https://beancount.github.io/fava/
MIT License
1.98k stars 291 forks source link

Fava editor broken in v1.25 ("Could not resolve WASM paths.") #1647

Closed mechanarchy closed 1 year ago

mechanarchy commented 1 year ago

The editor is broken for me in v1.25, using both Chrome and Firefox on Ubuntu.

from #1629

Broken in v1.25:

image

Loading Editor failed with error:

Could not resolve WASM paths.

git clone https://github.com/beancount/fava.git . \
&& git checkout v1.25 \
&& pip install -e .[excel] \
&& make \
&& pre-commit install \
&& fava

Works in v1.24 (same as above, replace v1.25 with v1.24):

image

yagebu commented 1 year ago

Hi, thanks for the report. Can you check whether your browser versions are recent enough to support https://caniuse.com/?search=import.meta.resolve?

mechanarchy commented 1 year ago

Nope, they sure don't support it.

Looks like I'm still using Firefox 84 (latest is 115) and Chrome 89 (latest is 115). I'll try and update at least one of my browsers and just pin my Fava to version 1.24 in the meantime. Thanks for the guidance.

mechanarchy commented 1 year ago

Yep, I bumped Firefox to 115 and the issue is gone. Thanks again!