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
I tired to updated my PF2e game system to the newest version (6.8.1) (Don't remember which version from)
But I got a timeout error, however the DnD game system module updated just fine.
I then just uninstalled the PF2e and tried to install from scratch again. That's where I get a error saying: Cannot read properties of null (reading "id") In the server logs it just says [warn] Timed Out and in the browser console logs:
Foundry VTT | Rendering InstallPackage
foundry.js:72076 Error: [undefined] Cannot read properties of null (reading 'id')
at checkPackage (/foundry/foundryvtt/resources/app/dist/packages/views.mjs:1:1179)
at async Module.installPackage (/foundry/foundryvtt/resources/app/dist/packages/views.mjs:1:2011)
at async SetupView.handlePost (/foundry/foundryvtt/resources/app/dist/server/views/setup.mjs:1:2113)
fetch @ foundry.js:72076
notify @ foundry.js:71972
error @ foundry.js:72009
post @ setup.js:9208
await in post
(anonymous) @ setup.js:2133
listen @ setup.js:2128
installPackage @ setup.js:8536
#onClickPackageInstall @ setup.js:7681
dispatch @ jquery.min.js:2
v.handle @ jquery.min.js:2Understand this errorAI
setup.js:9206 Uncaught (in promise) Error: [undefined] Cannot read properties of null (reading 'id')
at checkPackage (/foundry/foundryvtt/resources/app/dist/packages/views.mjs:1:1179)
at async Module.installPackage (/foundry/foundryvtt/resources/app/dist/packages/views.mjs:1:2011)
at async SetupView.handlePost (/foundry/foundryvtt/resources/app/dist/server/views/setup.mjs:1:2113)
I also tried with a fresh install of Foundry but still the same problem.
Tired to install some random other game system without issue.
The text was updated successfully, but these errors were encountered:
Foundry Version 12.331
I tired to updated my PF2e game system to the newest version (6.8.1) (Don't remember which version from)
But I got a timeout error, however the DnD game system module updated just fine.
I then just uninstalled the PF2e and tried to install from scratch again. That's where I get a error saying:
Cannot read properties of null (reading "id")
In the server logs it just says[warn] Timed Out
and in the browser console logs:I also tried with a fresh install of Foundry but still the same problem.
Tired to install some random other game system without issue.
The text was updated successfully, but these errors were encountered: