Permission "team_member" not found. Make sure you created it on the dashboard.
No pending migrations to apply.
Running seed script...
S3 bucket is not configured. File upload features will not be available.
Seeding database...
(node:134) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
KnownError<PERMISSION_NOT_FOUND>: Permission "team_member" not found. Make sure you created it on the dashboard.
Stack:
at updatePermissionDefinition (/app/apps/backend/seed.js:167751:11)
at seed (/app/apps/backend/seed.js:178078:9)
Extra properties: {
"__stackKnownErrorBrand": "stack-known-error-brand-sentinel",
"__stackStatusErrorBrand": "stack-status-error-brand-sentinel",
"constructorArgs": ["team_member"],
"details": { "permission_id": "team_member" },
"humanReadableMessage": "Permission "team_member" not found. Make sure you created it on the dashboard.",
"name": "KnownError<PERMISSION_NOT_FOUND>",
"statusCode": 404,
}