discontinued channel read the link https://github.com/prest/prest/discussions/458 - pREST (PostgreSQL REST), simplify and accelerate development, instant, realtime, high-performance on any Postgres application, existing or new
pq: database "users" does not exist"
. Note: It exists
debug=true
does not output any error for prest
logs
Hello. We are currently using prest as a docker image. Until now, we were using the latest image tag. But, when switching to the latest version available (prest/prest:v0.3.4), the container failed to start:
OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/prest\": stat /prest: no such file or directory": unknown.
We think there's a mismatch of the build prest binary file.
hi! I'm trying to use prest on ionic but I'm getting the cors error. Access to XMLHttpRequest at 'http://192.168.1.5:3010/itens/public/users' from origin 'http://192.168.1.5:8100' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I already set alloworigin = ["http://192.168.1.5:8100"]. What am I doing wrong?
When executing SQL Scripts I get the following error:
"could not parse script sample/company, could not execute template template: queries\sample\company.read.sql: \"queries\\sample\\company.read.sql\" is an incomplete or empty template"
Is there anything I'm missing from my end?