community icon indicating copy to clipboard operation
community copied to clipboard

Container Initialization Error and Looping

Open tiagomatrixd opened this issue 9 months ago • 0 comments

I'm encountering an error when trying to start the container. It gets stuck in a loop.

root@vmi2457923:~# docker run --rm -it -p 3000:3000 easypanel/easypanel:latest
TypeError: Invalid version. Must be a string. Got type "object".
    at new e (/app/backend.js:40:12379)
    at vvt (/app/backend.js:40:17724)
    at Object.Nvt (/app/backend.js:40:18276)
    at nse (/app/backend.js:874:9804)
    at async XRr (/app/backend.js:874:10136

I have tried reinstalling, pulling an earlier version, but nothing works. The application was functioning normally until yesterday.

tiagomatrixd avatar Mar 05 '25 14:03 tiagomatrixd