May 14May 14 Hey ~i had an update yesterday and now find myself presented with the foundry page but no login prompt available. Can't get past it :s
May 29May 29 Hello, I attempted to upgrade my FoundryVTT to 14 and now I am getting this error message.node:internal/modules/cjs/loader:1459throw err;^Error: Cannot find module '/foundry/fvtt/resources/app/main.js'at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)at Module._load (node:internal/modules/cjs/loader:1242:25)at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)at node:internal/main/run_main_module:33:47 {code: 'MODULE_NOT_FOUND',requireStack: []}Node.js v24.14.1Since then I have uninstalled and reinstalled the container and copied the linux install to the /foundry/fvtt mapped directory and verified that it was there with ls but for whatever reason the container will not see the files.root@Storage:/mnt/user/appdata/FoundryVTT# docker exec -it FoundryVTT bashStorage:/# ls -la /foundry/fvtt/resources/app/total 168drwxrwxrw- 1 root root 224 May 29 04:00 .drwxrwxrw- 1 root root 34 May 29 03:58 ..drwxrwxrw- 1 root root 292 May 29 03:58 clientdrwxrwxrw- 1 root root 254 May 29 03:58 commondrwxrwxrw- 1 root root 208 May 29 03:58 dist-rwxrwxrw- 1 root root 7552 May 22 22:19 license.html-rwxrwxrwx 1 root root 271 May 22 22:19 main.js-rwxrwxrw- 1 root root 1212 May 22 22:19 main.mjsdrwxrwxrw- 1 root root 7434 May 29 03:58 node_modules-rwxrwxrw- 1 root root 143772 May 22 22:19 package-lock.json-rwxrwxrw- 1 root root 2841 May 22 22:19 package.jsondrwxrwxrw- 1 root root 138 May 22 22:19 publicdrwxrwxrw- 1 root root 244 May 29 04:00 templates-rwxrwxrw- 1 root root 777 May 22 22:19 tsconfig.jsonStorage:/# root@Storage:/mnt/user/appdata/FoundryVTT#d4d94513a02e:/# cat /foundry/fvtt/resources/app/main.js#!/usr/bin/env node/** * Bootstrap the Node.js loader to support ESM imports * Required until https://github.com/electron/electron/issues/21457#issuecomment-815770296 is resolved * @returns {Promise<void>} */(async function() { await import("./main.mjs");})(); Edited May 29May 29 by BrunoVic
May 29May 29 Author there is a problem in the version 14 update, i am working on it in my free time but i have not had much.
June 2Jun 2 On 5/29/2026 at 9:37 AM, fithwum said:there is a problem in the version 14 update, i am working on it in my free time but i have not had much.Tried installing V14 on my server, but couldn't. Is there any ETA on the update for this fix ? Edited June 2Jun 2 by Lancelotth
June 11Jun 11 Can report that V14.364 appears to work. Just stopped the container, copied the linux files over to the appdata/FoundryVTT folder, and then started the container and got right in.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.