fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Can't Start on MacOS

williambao opened this issue · comments

Describe the bug
When i execute make start after build success, it's throw a below error. seems it's try to connect pg database somewhere?
I only change the default database to mysql.
CleanShot 2023-09-27 at 11 39 45@2x

To Reproduce
Steps to reproduce the behavior:

  1. change the database to mysql in database.json file.
  2. fsh api new FSH.Starter
  3. make build
  4. make run

Screenshots
CleanShot 2023-09-27 at 11 38 40@2x

Desktop (please complete the following information):

  • OS: MacOS , M2 Pro.

Sloved, This is because ConnectionString in hangfire.json is not set.