Hi all. Trying to learn Camunda and tried to follow the Quick Start guide as best I could. I created the NodeJS project but when I start it ( node ./worker.js) I keep getting the following error.
polling failed with EngineError: Response code 500 (Internal Server Error); Error: {"type":"ProcessEngineException","message":"An exception occurred in the persistence layer. Please check the server logs for a detailed message and the entire exception stack trace."}; Type: undefined
Is there an error in the Quick Start guide or did I make a mistake?
I copy-pasted the code from your Quick Start guide. I had to change the file extension to txt as uploading .js isn’t allowed. Processing: worker.js… worker.txt (1.0 KB)