mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

ZeWaka

So, I've spent the past week working on our web-based UI. However, my changes were causing the UI to render completely blank.

These changes involved consolidating bundles.
Heedlessly, a few weeks ago, I changed my local config to use our CDN. See the problem?

The server was sending a file to me which only had half of the code needed. So, of course, it bugged out.

Moral of the story: Be aware of your config files and how they might impact your local development.