Can't generate a Rendered entity (image) url

Created on 7 October 2023, over 1 year ago
Updated 21 March 2024, 10 months ago

Problem/Motivation

When upgrading to rest_views 3.0 I can not generate a Rendered entity (image) url. This used to work fine in version 2.0. When selecting URL, the field gets populated with an empty string "", but when using url only then it does generate a path, but for this view I need an absolute path .
It seems to get the data since when there is more than one image, then I do get an array of empty strings equal to the amount of images there is.

Steps to reproduce

Create a view. Add a Rendered entity (image) and select URL as the View mode.

πŸ› Bug report
Status

Closed: cannot reproduce

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @TrujilloR
  • Status changed to Postponed: needs info about 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States nicxvan

    I can get the absolute image by adding an image field (serializable) then setting the formatter to export image and choose an image style.

    When I view the export I get the absolute url.

  • Status changed to Closed: cannot reproduce 10 months ago
  • πŸ‡ΊπŸ‡ΈUnited States nicxvan
Production build 0.71.5 2024