Ignition Developer Mode Not Working After adding allowunsignedModules=true

Hi all, I have tried a few things and wondering if someone can help me out. I have been trying to get into developer mode and it will not work. Here are my conf settings. I have tried setting it to other numbers like 4 and still will not work. I am using 8.1+

Java Additional Parameters

wrapper.java.additional.1=-Ddata.dir=data

#wrapper.java.additional.2=-Xdebug

#wrapper.java.additional.3=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:8000

wrapper.java.additional.4=-DIgnition.allowunsignedmodules=true

It looks like you have capital "I" in there. It should be all lower case. You need to restart the Ignition Gateway for it to be picked up.

That aside, what's not working? You can't load unsigned modules? What are you expecting and what's the actual behavior?

1 Like

Oh that worked, I can't believe I missed that. it wouldn't allow me to upload my modl file to do some testing. Thank you!