Error 'Unable to resolve the preset' when Using Remote Preset with Plugin Remote Control API in Packaged Project

Hello,

I hope everything is ok for you. I am working on an Unreal Engine 5.3 project that utilizes the Remote Control API plugin. I use it to manipulate my level with a Remote Preset and Blueprint. Everything works fine when I test it in the editor. However, it does not work when I package my project for Linux and then try to control it.

Here is the error I receive in Postman when I try to call my Remote Preset:
errorMessage: “Unable to resolve the preset”

Here is my Postman request:
PUT : https://myaddress/remote/preset/MyRemotePreset/function/MyFunction
{
“Parameters”:{
“Value” : 1
},
“GenerateTransaction” : true
}

Any help or insights into resolving this issue would be greatly appreciated.
Thank you for your help :slight_smile:

Put your remote control preset into your level.