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
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
In the dev console, this error occurs: GET file:///C:/Users/<username>/AppData/Local/Programs/vault-ui/resources/app.asar/dist/dist/8e7baace3c3e7575c8f1e0fca9aa9a9d.svg net::ERR_FILE_NOT_FOUND (username replaced correctly)
... and this is what the resources dir looks like:
(the app.asar.unpacked) dir only contains a dir named node_modules.
Version: Vault-UI-2.4.0-rc3-win.exe
The text was updated successfully, but these errors were encountered:
try to unpack the app.asar then create a directory "dist" under dist (should look like this: \app\dist\dist) then copy the 2 SVG files(8e7baace3c3e7575c8f1e0fca9aa9a9d.SVG and 7f8b4fb08d1aa6aa4ab6424413e70c42.SVG), which will correct the error on the path.
pack the app directory again using asar, then overwrite the file "app.asar"
While editing a secret, there are no icons:
In the dev console, this error occurs:
GET file:///C:/Users/<username>/AppData/Local/Programs/vault-ui/resources/app.asar/dist/dist/8e7baace3c3e7575c8f1e0fca9aa9a9d.svg net::ERR_FILE_NOT_FOUND
(username replaced correctly)... and this is what the
resources
dir looks like:(the
app.asar.unpacked
) dir only contains a dir namednode_modules
.Version:
Vault-UI-2.4.0-rc3-win.exe
The text was updated successfully, but these errors were encountered: