Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 556 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.4K Development
- 17 Developer Projects
- 139 Programming Languages
- 293.1K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 161 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 474 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
403 Forbidden messages when using modified theme

Our tech service recently upgraded our on-prem dev environment to db v19c, APEX 22.1.0, and latest ORDS upgrade.
I notice now that previous apps that used custom saved themes, don't render properly, and when I look at Chrome's console, I see error messages stating as follows, and when page re-renders, a lot of the formatting is lost.
GET http://xxxx.xxx.local/pls/apex/r/psp_datahub/115/files/theme/42/v66/7895038512355450.css net::ERR_ABORTED 403 (Forbidden).
I created a new app to see if the app was bad. Using standard Vita them with no customizations, the console shows similar messages for a standard region icon such as this:
GET http://xxxx.xxx.local/pls/apex/r/psp_datahub/115/files/static/v4/icons/app-icon-512.png 403 (Forbidden).
When I use theme roller to change navigation color for example, then save, then when page reloads, much of the formatting is lost. This is same behavior as previous apps.
Our tech team has created multiple SR's with Oracle, and they keep getting passed around with no solution. Our tech team doesn't really know APEX application per se, they are just following installation guidelines. I'm not technical enough to know all they have done on the back-end.
See examples below.
When using standard Vita, 403 Forbidden on icon png file.
Now change a color and save as Vita(copy_2).
Now when page reloads, formatting all lost, and now an additional 403 on the .css file.
Comments
-
Not sure, but somehow it might be that you need Configuring Static File Support
Maybe you ask about that from Oracle Support before run script mentioned in documentation.
That might solve also your another problem
Also see ORDS documentation how repair/validate installation.
You should ask also about that from Oracle Support before running anything
-
@jariola you were correct. That was the issue. It took this long for them to get this run, but ultimately this was the solution. Thank you again!