TypeError: Cannot read properties of undefined (reading 'replace') #766
Answered
by
joshxyzhimself
joshxyzhimself
asked this question in
Q&A
-
Hi, just curious, has anyone encountered this error before?
|
Beta Was this translation helpful? Give feedback.
Answered by
joshxyzhimself
Jul 2, 2024
Replies: 1 comment 1 reply
-
Did you ever find a solution to this, josh? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related issue here: kysely-org/kysely-postgres-js#60
Context is I get these errors when the database is still not ready yet. For example, when using PostgreSQL in Docker with initialization scripts, it takes a while on its first run.
In my case I just added a loop that checks if postgresql db is ready.