What path to use with npm’s `size-limit` for a cloudflare workers sveltekit project?

Summary When using size-limit with a Cloudflare Workers SvelteKit project in a CI environment, it’s essential to specify the correct path to ensure accurate bundle size monitoring. This article explores the correct path to use with size-limit for a Cloudflare Workers SvelteKit project. Root Cause The root cause of the confusion lies in the output … Read more

Kentico and SharePoint connections with two_factor authentication account

Summary The SharePoint Connections module in Kentico 13 stopped working after upgrading the account used for the connection to two-factor authentication. The error log indicates a PropertyOrFieldNotInitializedException, suggesting that the ‘Url’ property has not been initialized. Root Cause The root cause of the issue is the change in authentication method from a standard account to … Read more

K8s launch template AL2023

Summary The issue at hand involves a Kubernetes (k8s) setup where the operating system (OS) is being transitioned from Amazon Linux 2 (AL2) to Amazon Linux 2023 (AL2023) using Terraform for infrastructure management. The problem arises when attempting to create nodes with the new OS, resulting in a timeout after 15 minutes. Given that the … Read more

2 debian machines, updated on same day different amount of updates

Summary The discrepancy in the number of updates between two Debian machines, both updated on the same day and running Docker with various containers, raises questions about the source of these differences. Despite having the same operating system and update procedure, one machine received 33 updates while the other received 74 updates. Root Cause The … Read more

Error: SASL SCRAM-SERVER-FIRST-MESSAGE: client password must be a string (NestJS + TypeORM + Neon)

Summary The issue arises when attempting to connect to a PostgreSQL database hosted on Neon using NestJS, TypeORM, and the pg driver. Despite the connection string being correctly loaded from the .env file, the application throws an error indicating that the client password must be a string. This suggests that the password is being received … Read more