You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to set node from node:latest to node:20-bookworm to avoid npm not being able to run.
Felt that, running the curl also has some errors, is the syntax wrong?
eileen:/home > curl \ -H "Content-Type: application/json" -X POST -d '{ "url": "https://localhost:443/d/d06eb3325bd05b54a341eb85a3a67e7a/orgId=1&kiosk"}' http://localhost:3001/generate-pdf
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (7) Failed to connect to localhost port 3001 after 0 ms: Connection refused
The text was updated successfully, but these errors were encountered:
Upon further inspection and running docker compose up it throws an error saying 'dotenv' cannot be found. Somewhere along the Dockerfile it doesn't seem to be running the npm install using the local packages for some reason.
docker-compose up -d --build
seemingly does not have app run on port 3001 despite it being set in .env and console stating it's running.I had to set node from node:latest to node:20-bookworm to avoid npm not being able to run.
Felt that, running the curl also has some errors, is the syntax wrong?
The text was updated successfully, but these errors were encountered: