Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After upgrading to strapi 4.24.x, is there some change to media picker? #114

Open
nddipiazza opened this issue Jul 6, 2024 · 0 comments

Comments

@nddipiazza
Copy link

After we upgraded to the latest strapi 4.15.5

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant