DEV Community

Hayder
Hayder

Posted on

Error while loading images in Oracle APEX application runtime

Images Not load at APEX runtime using a REST web services
Engineerr1983
24 minutes ago

Actions
Hi, I'm using APEX 22.2 to build a Movies Watchlist Application using The Web site Database (The Movie Database (TMDB) (themoviedb.org)), To use a REST Web services to connect to the website database and brings movies from it to the APEX application..

The steps are listed in APEX online tutorials as in the picture below:

Image description

The application contains a modal dialog page which contains 2 regions for popular and searched movies.

Image description

Image description

For each region, in the Attributes tab, and in (Media) section, the URL is (https://image.tmdb.org/t/p/w500&POSTER_PATH)

Image description

Image description

But at runtime both regions (Popular / Searched) movies there are no pictures loaded to the page, there is just a small logo above the left side of the picture

Image description

And when I try to open the picture and load it in a new page there is an error related to the (Media - > URL) I've put which was

(https://image.tmdb.org/t/p/w500&POSTER_PATH).
The error shown below.
Image description

Is there any problem with the (Media - > URL) (https://image.tmdb.org/t/p/w500&POSTER_PATH)??

Thanks

Top comments (0)