Roman Gafurov
Roman Gafurov
i'll fix it in #31
I think that the problem has several other roots - the original curvature of naming units in angular. Instead of calling the modules they use sophisticated forms ngroute / sanitize...
https://github.com/vercel/satori/issues/592#issuecomment-1979586066 > The root cause of the second case is that satori clears the cache for image sizes on every invocation **without clearing** the cache for remote image fetching It...
I found a workaround for this - all images need to be preloaded and added as base64 data to the content of rendered component.
@frontstall still actual. Более того, автор может "накручивать" просмотры будучи анонимным пользователем.
Hey @dani3lsf @alexandear, The fix could be even simpler, because as it stated in fiber@v2 [docs](https://docs.gofiber.io/api/ctx#get) **ctx.Get** returns single header and it's string not slice type: > Get - Returns...
I don't think it's worth doing this way @netlob You can achieve the same results by performing these actions outside the method on the library client side, and not overcomplicate...