stefan-huck
stefan-huck
As @marcomuser stated. Here is the solution ``` function App() { const router = useMemo(() => { return createBrowserRouter([ { path: "/", // ... }, ]) }, []) return }...
I am not sure if thats what you wanted to know. I use the same configuration for all 4 situations. The env variables I provide are: > PGHOST=xxx > PGPORT=xxx...
I connect to ip
Yes, I am using the most minimal setup. Maybe the error msg helps? ``` TypeError: Cannot redefine property: query at Function.defineProperties () at queryError (webpack-internal:///(action-browser)/./node_modules/postgres/src/connection.js:279:16) at errored (webpack-internal:///(action-browser)/./node_modules/postgres/src/connection.js:276:21) at Socket.error...