Media Library Does not work after uploading image

System Information
  • Strapi Version: v4
  • Operating System: Production Linux
  • Database: Postgres
  • Node Version: 18
  • NPM Version: 10
  • Yarn Version:

I deploy my app to azure cloud, and another postgres database.
I try to upload image, but after uploading image i get nothing in the webpage(just blank page).
In console I get this errors.

image

And when I see my database table the URL just file path.
image

After adding my domain before the image it works.

How can I solve this issue.