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

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay