I'm not sure what I'm doing wrong, can't reach the site after installing the package and enabling the services. Nothing is listening on http://192.168.x.x:2283. I tried install nginx, but same issue (reached the default page, so know it's running).
Just noticed that it seems to restart after 5-6 seconds, so think that's why. Not sure why it does tho. The only thing I see in the logs is DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.
[EDIT] Finally got it to run after running it in terminal and got all the errors there. Had to manually editing the database, added user and added pgvecto.rs to extensions thru psql, and updated pgvecto.rs in postgre. Isn't really install and run.
Pinned Comments
pikl commented on 2024-08-05 09:52 (UTC)
From
v1.111.0
, this package does not build withnodejs
<v20
.