I've been using APEX and ORDS to create a simple REST API with Oracle Cloud Free Tier, I registered my schema and installed the sample service ORDS provides to do some development testing. This was working fine for a couple of weeks but a couple of days ago every endpoint started to return 500 Internal Server Error all of a sudden with the following error message:
InternalServerException [statusCode=500, logLevel=SEVERE, reasons=[]].
ORDS version seems to be 19.4.6.r1421859.
Things that I've tried:
"Reset Sample Service" button.
"De-Register schema from ORDS" button and then register it back.
Created a new module/template/handler with a simple query (SELECT 'Message' from dual).
I requested a new workspace with a new account, registered my schema and installed the sample service.
But I'm still getting 500 Internal Server Error (even in the new workspace)