Results 8 comments of Tyler Fleming

I'm having the issue with docker (from linux server) version 4.0.2 as well. My `WEB_DOMAIN` and `LOCAL_DOMAIN` are different, `mastodon.example.com` and `example.com` respectively. I've used multiple cert providers because my...

Rebuilt instance from scratch using a domain that was never used before. The `LOCAL_DOMAIN` and `WEB_DOMAIN` are identical, still running into the same error as before when try to @...

Like @mazzy89 said above... make sure the SSL certificate full chain is in there. I was using the .crt from Namecheap's SSL service and it was not working. Using let's...

> While I like shrine, would active storage not make more sense? > > https://edgeguides.rubyonrails.org/active_storage_overview.html I think you're right, there's another issue regarding the move to ActiveStorage https://github.com/mastodon/mastodon/issues/7414

> Why would ActiveStorage make more sense? I'm not saying it would not, but I'd really like to hear some arguments (because in the other issue about ActiveStorage people seem...

I have an additional point in moving towards ActiveStorage sooner rather than later as well, ActiveStorage has this method of functionality https://edgeapi.rubyonrails.org/classes/ActiveStorage/Blob.html#method-i-url that should be implemented ASAP. I think the...

Here is a screenshot of the error, I am running into the same issue. ![image](https://github.com/ValveSoftware/csgo-osx-linux/assets/48041768/0994a9eb-217a-44ac-88a6-70f6a8c3c486)

> I ran into this coming from `22.1.0.1`. According to the contents of `version.php` that was replaced (but shouldn't have been!) 23 requires `22.2` or `23`. > > I followed...