Prisma: Can't reach database server at database:5432 on M1
Prisma throws 'Can't reach database server at database:5432' on Apple Silicon Macs. Fix it by adding a connection timeout or switching Node versions.
Tag archive
Prisma throws 'Can't reach database server at database:5432' on Apple Silicon Macs. Fix it by adding a connection timeout or switching Node versions.
Notes about installing Vagrant and VMWare Fusion on my Mac M1 with Sonoma. I tried to install...
Pull the image by opening up a terminal and running the command docker pull...

Reputed as one of the top CI/CD service providers is Github Action. Recently, support for M1 Apple...
This post was originally published at thbe.org. Motivation Recently, I was a little bit...
As a software engineer working on a Mac with an M1 Silicon chip, having NVM (Node Version Manager)...
As a software developer, having the right tools at your disposal is essential. Homebrew is a popular...
These issues were commonly occurring in M1 chip users. This can be noticed after taking the clone of...

I recently needed to run Linux so I could test out what Python version was installed, and how to...
Node.js belowed v15 has a problem on Mac M1. We can't run legacy Node.js project with simply npm...
Good At current stage, most of apps are out of box without any issues. I was very...

Microsoft hasn't released an ARM-based SQL Server Docker image, what can we do on an Apple M1 if we want to run the popular RDBMS on macOS?