Allen Tuh

Results 4 comments of Allen Tuh

I am also having the same problem when querying using the imagecache url pattern as below: http://localhost:8000/imagecache/medium/1.jpeg

Any update on this? I am also encountering the same issue.

I have the same issue. It is happening for random users only. I cannot replicate it locally but I can see a lot of errors in the Sentry logs.

I remove the model from the relationship model's transformer class default include in the include method as shown below: ```php class LocationTransformer extends Fractal\TransformerAbstract { protected $defaultIncludes = ['floors']; ......