WYSIWYG editor after upgrading to strapi 4.15.x when inserting images and icons are absolute

System Information
  • Strapi Version: 4.15.5
  • Operating System: Redhat Linux 8.x
  • Database: Mysql
  • Node Version: 20.12.2
  • NPM Version: 10.8.1
  • Yarn Version: n/a

after we upgraded to the latest strapi

the WYSIWYG editor now sets the absolute path of the strapi image as the resource URL instead of using a relative url

When we add an embedded image, previously rendered HTML:

<img src="/uploads/Picture1_d60119baed.png" alt="practice menu">

Now the latest version has the full URL which does not appear to allow us to embed:

<img src="https://nick.com/uploads/Picture11_a2ff576519.png" alt="Successfully Submitted page">

We would like it to use the relative path like before.

Do you know any way to do this?