β οΈTroubleshooting
General Troubleshooting Checklist
Before reporting issues, verify:
If issues persist:
Make fresh script resintall
Enable debug mode for detailed logs
Check client (F8) , server and NUI console
Test with minimal configuration (do not change anything in the config)
Verify issue on clean server with only required resources
Check for updates to tested script and devhub_lib
Contact DevHub support with:
Server console logs
Client console logs (F8)
NUI console logs (F8 NUI devtools)
Config files
Steps to reproduce the issue
Results from Compatibility test
Verify Config Syntax
Check all config files for syntax errors:
Missing commas in tables
Mismatched brackets
{},[]Unclosed strings
""Invalid Lua syntax
Use a Lua syntax validator or IDE with Lua support to check files.
Last updated