Jordan141 / articleblog

An article blog written using a myriad of web technologies.
2 stars 0 forks source link

Image Caching Attempt #2 #324

Open Jordan141 opened 3 years ago

Jordan141 commented 3 years ago

Fixes #198

Jordan141 commented 3 years ago

@michaelKurowski can you take a look at listed-category? It seems to be trying to create a webp variant of itself even though it's acquired through /assets, it has nothing to do with the webp routes.

Jordan141 commented 3 years ago

Things to check 1) Figure out what is caching the ejs renders/html files by default 2) Figure out why version is undefined sometimes and why that didn't trigger a 400 response 3) Figure out what's wrong with categories <-- receiving invalid url

michaelKurowski commented 3 years ago

I've ran your branch with CLEAR_DB variable set to true, and this is what I get:

![Uploading image.png…]()

michaelKurowski commented 3 years ago

image

michaelKurowski commented 3 years ago

image Images attached inside articles don't work

michaelKurowski commented 3 years ago

image

michaelKurowski commented 3 years ago

Most of them are nuances. After CR, we should re-test everything and let us merge this