| 1 | $ wails3 dev |
| 2 | Wails v3.0.0-alpha2.104 › Build |
| 3 | task: [windows:common:go:mod:tidy] go mod tidy |
| 4 | task: Task "windows:common:generate:icons" is up to date |
| 5 | task: [windows:common:go:mod:tidy] go mod tidy |
| 6 | task: [windows:common:install:frontend:deps] npm install |
| 7 | task: Task "generate:bindings (BUILD_FLAGS=-buildvcs=false -gcflags=all=\"-l\")" is up to date |
| 8 | |
| 9 | up to date, audited 91 packages in 842ms |
| 10 | |
| 11 | 18 packages are looking for funding |
| 12 | run `npm fund` for details |
| 13 | |
| 14 | 3 vulnerabilities (1 moderate, 2 high) |
| 15 | |
| 16 | To address all issues, run: |
| 17 | npm audit fix |
| 18 | |
| 19 | Run `npm audit` for details. |
| 20 | task: [build:frontend (DEV=true)] npm run build:dev -q |
| 21 | |
| 22 | > frontend@0.0.0 build:dev |
| 23 | > vite build --minify false --mode development |
| 24 | |
| 25 | 01:22:47 [vite-plugin-svelte] no Svelte config found at D:/projects/fidoapp/frontend - using default configuration. |
| 26 | vite v8.0.11 building client environment for development... |
| 27 | ✔ [paraglide-js] Compilation complete (message-modules) |
| 28 | ✓ 4684 modules transformed. |
| 29 | computing gzip size... |
| 30 | dist/index.html 0.45 kB │ gzip: 0.31 kB |
| 31 | dist/assets/index-DygfjSQ_.css 32.87 kB │ gzip: 5.30 kB |
| 32 | dist/assets/index-gFbl9DXN.js 977.72 kB │ gzip: 157.61 kB |
| 33 | |
| 34 | [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown: |
| 35 | - wails-typed-events (86%) |
| 36 | - vite-plugin-svelte:compile (9%) |
| 37 | See https://rolldown.rs/options/checks#plugintimings for more details. |
| 38 | |
| 39 | ✓ built in 4.29s |
| 40 | task: [windows:generate:syso] wails3 generate syso -arch amd64 -icon windows/icon.ico -manifest windows/wails.exe.manifest -info windows/info.json -out ../wails_windows_amd64.syso |
| 41 | task: [windows:build:native] go build -buildvcs=false -gcflags=all="-l" -o "bin/fidoapp.exe" |
| 42 | task: [windows:build:native] powershell Remove-item *.syso |
| 43 | |
| 44 | Need documentation? Run: wails3 docs |
| 45 | ♥ If Wails is useful to you or your company, please consider sponsoring the project: wails3 sponsor |
| 46 | task: [windows:run] bin/fidoapp.exe |
| 47 | Jun 21 01:22:53.933 INF Build Info: Wails=v3.0.0-dev Compiler=go1.26.3 GOOS=windows GOAMD64=v1 -buildmode=exe -compiler=gc -gcflags=all=-l CGO_ENABLED=0 GOARCH=amd64 |
| 48 | Jun 21 01:22:53.934 INF Platform Info: Go-WebView2Loader=true WebView2=149.0.4022.80 ID=25H2 Name=Windows 10 Pro Version=2009 (Build: 26200) Branding=Windows 11 Pro |
| 49 | Jun 21 01:22:53.935 INF AssetServer Info: middleware=true handler=true devServerURL=http://localhost:9245 |
| 50 | Jun 21 01:22:53.935 INF Waiting for frontend dev server to start... url=http://localhost:9245 |
| 51 | task: [common:install:frontend:deps] npm install |
| 52 | Jun 21 01:22:54.442 INF Retrying... |
| 53 | |
| 54 | up to date, audited 91 packages in 852ms |
| 55 | |
| 56 | 18 packages are looking for funding |
| 57 | run `npm fund` for details |
| 58 | |
| 59 | 3 vulnerabilities (1 moderate, 2 high) |
| 60 | |
| 61 | To address all issues, run: |
| 62 | npm audit fix |
| 63 | |
| 64 | Run `npm audit` for details. |
| 65 | task: [common:dev:frontend] npm run dev -- --port 9245 --strictPort |
| 66 | |
| 67 | > frontend@0.0.0 dev |
| 68 | > vite --port 9245 --strictPort |
| 69 | |
| 70 | Jun 21 01:22:55.445 INF Retrying... |
| 71 | 01:22:56 [vite-plugin-svelte] no Svelte config found at D:/projects/fidoapp/frontend - using default configuration. |
| 72 | Jun 21 01:22:56.447 INF Retrying... |
| 73 | Jun 21 01:22:57.449 INF Retrying... |
| 74 | Jun 21 01:22:58.452 INF Retrying... |
| 75 | ✔ [paraglide-js] Compilation complete (locale-modules) |
| 76 | 01:22:58 [vite] (client) Re-optimizing dependencies because lockfile has changed |
| 77 | 01:22:58 [vite] (ssr) Re-optimizing dependencies because lockfile has changed (x2) |
| 78 | Jun 21 01:22:58.953 ERR |
| 79 | |
| 80 | ******************************** FATAL ********************************* |
| 81 | * There has been a catastrophic failure in your application. * |
| 82 | **************************** Error Details ***************************** |
| 83 | unable to connect to frontend server. Please check it is running - FRONTEND_DEVSERVER_URL='http://localhost:9245'************************************************************************ |
| 84 | |
| 85 | ERROR task: Failed to run task "run": exit status 1 |
| 86 | |
| 87 | VITE v8.0.11 ready in 4269 ms |
| 88 | |
| 89 | ➜ Local: http://127.0.0.1:9245/ |
| 90 | 01:22:59 [vite] (client) [optimizer] bundling dependencies... |
| 91 | |
| 92 |
savely / wails_windows.log
Last active 1 month ago