Skip to content

feat(domains): add custom wildcard domain support for applications (Organization and Project level setting) #4009

feat(domains): add custom wildcard domain support for applications (Organization and Project level setting)

feat(domains): add custom wildcard domain support for applications (Organization and Project level setting) #4009

Triggered via pull request January 13, 2026 00:22
Status Failure
Total duration 1m 44s
Artifacts

pull-request.yml

on: pull_request
Matrix: pr-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
pr-check (typecheck)
Process completed with exit code 2.
pr-check (typecheck)
Type '{ env: string; organizationId: string; name: string; description: string; createdAt: string; projectId: string; }' is missing the following properties from type '{ name: string; createdAt: string; organizationId: string; wildcardDomain: string | null; description: string | null; env: string; projectId: string; useOrganizationWildcard: boolean; }': wildcardDomain, useOrganizationWildcard
pr-check (typecheck)
Cannot assign to 'NODE_ENV' because it is a read-only property.
pr-check (typecheck)
Cannot assign to 'NODE_ENV' because it is a read-only property.
pr-check (typecheck)
Module '"@dokploy/server"' has no exported member 'generateCustomWildcardDomain'.
pr-check (typecheck)
Type '{ env: string; organizationId: string; name: string; description: string; createdAt: string; projectId: string; }' is missing the following properties from type '{ name: string; createdAt: string; organizationId: string; wildcardDomain: string | null; description: string | null; env: string; projectId: string; useOrganizationWildcard: boolean; }': wildcardDomain, useOrganizationWildcard
pr-check (build)
The strategy configuration was canceled because "pr-check.typecheck" failed
pr-check (build)
The operation was canceled.
pr-check (test)
The strategy configuration was canceled because "pr-check.typecheck" failed
pr-check (test)
The operation was canceled.