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

local installation idena-web does not work with flips last 2-3 validation epoch #398

Open
jessidy opened this issue Apr 9, 2023 · 0 comments

Comments

@jessidy
Copy link

jessidy commented Apr 9, 2023

The last three validations, the local installation from github does not work as expected - it does not allow to create flips because it shows empty space instead of words. Did not take the risk of passing validation, so it is not clear whether it works.

I am using local idena node without proxy. It is worked well with app.idena.io.

My script to run local idena-web (It worked before without any problems):

git fetch --all
git reset HEAD --hard
npm install
npm run build
npm run-script start

In browser dev console (tested latest chromium and firefox) i see two debug message with object
(here full dump for object for local installation idena-web and app.idena.io - https://pastebin.com/Rb0t8RJ5 )

local installation objects contain only identifiers:

"words":[{"id":4308},

unlike app.idena.io installed name and desc fields:

"words":[{"id":4308,"name":"maze","desc":"labyrinth"},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant