By default, TinyMCE is converting URLs on the same domain name than the host to relative URLs.
This is the problem since the URL for the edition of a RichInputField might not be the same URL at which the rich text content is displayed.
Steps to Reproduce
Go to a community on which you have edit rights
Go to Settings > Pages
In the About section, links on the same domain as the instance (e.g. a link to another community), and links to other domains
Save the changes
Visit the read-only version of the community about page
The link to the other community is broken
Expected behavior
The link to the same domain should work regardless of where they are displayed.
Package version (if known): 4.0.0
Describe the bug
By default, TinyMCE is converting URLs on the same domain name than the host to relative URLs. This is the problem since the URL for the edition of a RichInputField might not be the same URL at which the rich text content is displayed.
Steps to Reproduce
Expected behavior
The link to the same domain should work regardless of where they are displayed.
Screenshots (if applicable)
Additional context
N/A