Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server is not running, Cannot read property 'prototype' of undefined #358

Open
vancako opened this issue Oct 3, 2021 · 1 comment · May be fixed by cniweb/openhab-cloud#66
Open

Server is not running, Cannot read property 'prototype' of undefined #358

vancako opened this issue Oct 3, 2021 · 1 comment · May be fixed by cniweb/openhab-cloud#66

Comments

@vancako
Copy link

vancako commented Oct 3, 2021

Hi,
unfortunately I can't successfully lunch the cloud server. There is my error log
I am using node v14.18.0, npm 7.24.1.

2021-10-03 18:11:23:2323 info: openHAB-cloud: Backend service is starting up...
2021-10-03 18:11:23:2323 info: openHAB-cloud: Backend logging initialized...
2021-10-03 18:11:23:2323 info: openHAB-cloud: Initializing XMPP connection to GCM
2021-10-03 18:11:24:2424 info: openHAB-cloud: Connecting to Redis at 127.0.0.1:6379
2021-10-03 18:11:25:2525 info: openHAB-cloud: Mailer will emulate sending in development environment
2021-10-03 18:11:25:2525 error: uncaughtException: Cannot read property 'prototype' of undefined
TypeError: Cannot read property 'prototype' of undefined
at Object. (/var/www/my_server.bla/openhab-cloud/node_modules/express-form/lib/field.js:2:40)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:93:18)
at Object. (/var/www/my_server.bla/openhab-cloud/node_modules/express-form/lib/form.js:8:13)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)

@cniweb cniweb linked a pull request Nov 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@vancako and others