Importing DO server gives no access in Resource Manager

George,
I have deleted all ssh keys which may have been causing issues.

I recreated a new droplet and created a new ssh key at that stage.

I have installed traffik and configured it to allow access from everwhere on port 8080

I have run system check on the server, which reports everything is running properly.

After trying to create a remote connection with this setup:

I get this error message:

'execAsyncTermShellCommand') at e (file:///C:/Users/jim/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2targets.js:1:86422) at file:///C:/Users/jim/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2targets.js:1:86895 at sentryWrapped (C:\Users\jim\AppData\Local\Wappler\resources\app\node_modules\@sentry\browser\cjs\helpers.js:92:17)
TypeError: Cannot read properties of undefined (reading 'execAsyncTermShellCommand') at e (file:///C:/Users/jim/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2targets.js:1:86422) at file:///C:/Users/jim/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2targets.js:1:86895 at sentryWrapped (C:\Users\jim\AppData\Local\Wappler\resources\app\node_modules\@sentry\browser\cjs\helpers.js:92:17)
TypeError: Cannot read properties of undefined (reading 'execAsyncTermShellCommand') at e (file:///C:/Users/jim/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2targets.js:1:86422) at file:///C:/Users/jim/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/w2targets.js:1:86895 at sentryWrapped (C:\Users\jim\AppData\Local\Wappler\resources\app\node_modules\@sentry\browser\cjs\helpers.js:92:17)

Claude ai suggests:
The error message you provided suggests that there is an issue with the JavaScript code in the "w2targets.js" file, which is part of the Wappler application.

The specific error is:

Copy code

TypeError: Cannot read properties of undefined (reading 'execAsyncTermShellCommand')

Can you:

  1. Confirm I have configured and setup the server and ssh keys correctly.
  2. Confirm there is a problem (or not) with w2Targets.js file and if it is the root cause of my problems it is being dealt with.
  3. Suggest what further action I need to take.

Thanks George