Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/e6d8de781bd6c7ae0367e974263c9eb0401ce9f9/prisma/migrations/20220903065048_removed_alias_from_user/migration.sql
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
-- AlterTable
|
|
ALTER TABLE "User" DROP COLUMN "alias";
|