Search code examples
strapi

Full Media URL in Strapi


The Strapi API responds the media URLs as something like "url:'/uploads/thumbnail.png'". I would like to get the complete URL that links to my file as value for "url". For example: "url:'https://example.org/uploads/thumbnail.png'"

The documentation also shows the full URL as response. How can I achieve this?


Solution

  • The full URLs come from using an upload provider such as AWS-S3 or Cloudinary. The local provider doesn't support full URLs at the moment.