petio-team / petio

Petio Request, Discover, Review
https://petio.tv
MIT License
251 stars 28 forks source link

User Thumbnails don't work with base url set #294

Closed jkirkcaldy closed 3 years ago

jkirkcaldy commented 3 years ago

Describe the bug Base URL is missing in user thumbnails. 404 error on the thumbnail image. Base URL is missing from thumbnail URL. thumbnail should be https://domain.example.com/petio/api/user/thumb/$somestring but it loads as https://domain.example.com/api/user/thumb/$somestring

To Reproduce Steps to reproduce the behavior:

  1. Set base URL to /petio
  2. See error

Expected behavior User thumbnails load

angrycuban13 commented 3 years ago

This was addressed in 3e54c8d and will be rolled out to latest.