Jsreport - reporting.url" is not allowed

Hello!

My name is Jheran Ekhard. I just started using Siren Investigate a few days ago. I am still trying to get everything up an running but the latest issue I am having is with jsreport. I have successful installed on a DigitalOcean Ubuntu (22.04) VM and I have my Investigate instance on a different VM (same configuration). I have ngnix reverse proxy on both machines. Excluding the just installed jsreport, so far, everything works perfectly!

As for jsreport, I can see the studio interface however, following the “Enabling jsreport integration” guide, I have enabled the “url:” option under reporting but I keep receiving the same error from my Investigate instance -

reporting: { enabled: true, url: 'http://jsreport.local' }
  },
  details: [
    {
      message: '"reporting.url" is not allowed',
      path: [Array],
      type: 'object.unknown',
      context: [Object]
    }
  ]

I have absolutely no idea what I am doing wrong. I would appreciate any insight.