-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preflight Docker container with PostgreSQL database: opts.uid is NaN #588
Comments
Maybe this was related to the recent change to add
I can't think of any other (recent) changes that would have affected this. |
Error happened again today with a Drone test run on an Ecommerce Store project in the Winter 2025 PERN Extensive Immersive cohort
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the latest Preflight test runs failed with the error
The "options.uid" property must be int32. Received type number (NaN)
:This appears to be coming from this
NaN
value foruid
being passed here, calculated fromNumber(await execa`id -u postgres`)
:preflight/docker/clone-and-preflight.ts
Lines 56 to 74 in d3fbfd0
We need to investigate why the
postgres
user does not return anid
- maybe the user doesn't exist?The text was updated successfully, but these errors were encountered: