• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Developing a Plesk Extension to Serve Dynamic Content for roblaxmod Pages

Aapklub

New Pleskian
Server operating system version
Ubuntu 22.04 LTS
Plesk version and microupdate number
18.0.56 Update 2
I am working on a custom plesk extension that needs to serve dynamic content pages related to topic including roblaxmod from a custom route. I can register the extension and it shows up in the panel, but when I try to serve dynamic HTML and JSON responses from the custom API route the Plesk panel returns a 404 or blocks the request due to permission scope issues. Has anyone implemented an extension with dynamic content endpoints before and what configuration or manifest settings are required to allow custom controllers to serve content without security errors Thanks.
 
Interesting. Do you pull the api response in a variable? How do you present the API response in the view file?
 
Back
Top