Hi,
is there a way please to override this screen when a resource is not found, for example if I want to create a custom screen how I can display it when a ressource is not found?
thanks
The document share in the discussion shared by Arvid, also tells you it is only possible for on premise installations.
So it excludes personal environments and paid cloud offers from OutSystems.
To have a custom page displayed you would need a 3th party load balancer in front of your OutSystems infra that can handle that.
Hi @you asen ,
Hope this will helps you out.https://www.outsystems.com/forums/discussion/53118/control-about-error-404-when-i-put-some-resource-that-not-exist/
thnaks for your reply, but I 'm using a personal account, Do you think there's a way to do that please §?
Hi , for personal account you cant do that , because that redirection was happend from IIS server , you should need a administrations access to change that . personal environment was the have minimal access only .
thanks, but imagine I have an promise installation, the custom page would a outsystem page or an html page ?
from the documentation
https://success.outsystems.com/documentation/best_practices/development/customizing_outsystems_platform_pages_for_unhandled_errors/
File Customization
To customize an error handler page you have to edit the content of the corresponding file:
Internal Errors: internalerror.aspx
Resource Not Found Errors: notfound.aspx
Application Temporarily Offline Errors: app_offline_template.htm
Application Unavailable Errors: app_offline.aspx
These files are all available under the customHandlers folder which can be found in your Platform Server installation directory (normally it is C:\Program Files\OutSystems\Platform Server).
Take note that OutSystems Platform upgrades do not change these files and, therefore, your customizations are kept.
So these are not screens you develop in Service Studio, these are .aspx files on specific folders in your OutSystems OnPremise installation, that you need to edit with a code editor.
Regards,
Daniel
Hi @亗『ARAVIND』亗 : Thanks for your feedback. What's the error you get? Thank you.
Hi @Vanguard Labs ,
Please find the error message I am getting. while installing the DEMO
Hi. Thanks for sharing your feedback.
We have uploaded a new version of the plugin and demo app. Would you please check it and let us know?
Thanks.
I have no issues to deploy the OAP demo file in OS 11.18.1 using Service Studio 11.54.17.
There are some OutSystemsUI warnings but it does compile. After opening in SS I updated dependencies and it compiles correctly, using OutSystemsUI 2.16.0.
One strange behavior is that I did not have OutSystemsSampleDataDB installed and it was not referenced when I updated dependencies and I had a lot of Sample_ datatype errors. I assumed correctly it was due to missing sample database. It's also not mentioned as a dependency in the Forge.
Aravind, maybe you can check all of those versions, etc. The error you are getting can be indicating issues in one of the dependencies from OutSystemsCharts, OutSystemsUI, OutSystemsMaps, or OutSystemsSampleDataDB. Make sure everything is up-to-date and compiled correctly.
Also try downloading the demo ZIP file from the Forge in your browser, extract the demo OAP file and try to upload that in Service Center.
Hi Anthony,
Thanks for sharing your insights.
We have uploaded a new version of both the plugin and demo app. We removed unwanted dependencies. We should have a much cleaner version now.
Please feel free to test it and let us know your experience.
Thank you.