Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

I’m running into an issue with Headwind MDM where accessing or modifying the visible columns in the Devices table triggers an Internal Server Error. The rest of the interface works fine—only this specific feature seems broken.

 I am migrating Headwind deployment from Proxmox > VM to Kubernets 
 

What I’ve tried:

  • Checked logs for stack traces

  • Cleared browser cache and tried incognito

  • Restarted backend services

  • Verified database connection and schema integrity

    Thanks in advance!

ago by (120 points)

1 Answer

0 votes
When you're getting an Internal Server Error, check the Tomcat log (/var/lib/tomcat9/logs/catalina.out) for the exact error reason, in most cases the log will contain the error reason and the stack trace.
ago by (16.2k points)
...