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
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:
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):
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:
unlike app.idena.io installed name and desc fields:
The text was updated successfully, but these errors were encountered: