API_HOST changes, thumbnail fix & cache, "list is empty" fix #150
Reference in New Issue
Block a user
Delete Branch "thumbnail-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
API_HOST was replaced in order for thumbnail/any redirects to work properly, this also assumes the API will be at
{BASE_URL}/api, assuming the reverse proxy causes issues with the way redirects were initially setup to work.Also no more "Submissions list is empty." while it's loading.
API_HOST was replaced in order for thumbnail/any redirects to work properly, this also assumes the API will be at `{BASE_URL}/api`, assuming the reverse proxy causes issues with the way redirects were initially setup to work. Also no more "Submissions list is empty." while it's loading.This
API_HOSTchange is important, don't forget to change it toBASE_URL& remove the/apiat the end.I cast
Closes #146
I opted to use an optional type signature instead of a sentinel value of -1. Also changing API_HOST to BASE_URL would require a deployment configuration change.
LGTM, if you're happy with these changes go ahead and merge
Fine with me as long it works 👍