heelgrappigdennis
heelgrappigdennis
RRailway
Created by heelgrappigdennis on 6/21/2023 in #✋|help
How to deploy to root domain on aws route 53
I'm unable to set a cname on route 53 for the root domain and trying to create a A record with a cname @ does also not work? Any idea's?
5 replies
RRailway
Created by heelgrappigdennis on 5/29/2023 in #✋|help
build stuck on load metadata
My project is stuck building these are the logs:
==============
Using Nixpacks
==============
context: 13a5a08983d3574fbc4758882d67dbac

╔══════════════════ Nixpacks v1.5.1 ═════════════════╗
║ setup │ nodejs-16_x, npm-8_x, openssl ║
║────────────────────────────────────────────────────║
║ install │ npm ci ║
║────────────────────────────────────────────────────║
║ build │ npx nx run app:build ║
║────────────────────────────────────────────────────║
║ start │ npx nx run app:preview --host 0.0.0.0 ║
╚════════════════════════════════════════════════════╝


#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.23kB done

#1 DONE 0.2s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.2s

#3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1678752204
==============
Using Nixpacks
==============
context: 13a5a08983d3574fbc4758882d67dbac

╔══════════════════ Nixpacks v1.5.1 ═════════════════╗
║ setup │ nodejs-16_x, npm-8_x, openssl ║
║────────────────────────────────────────────────────║
║ install │ npm ci ║
║────────────────────────────────────────────────────║
║ build │ npx nx run app:build ║
║────────────────────────────────────────────────────║
║ start │ npx nx run app:preview --host 0.0.0.0 ║
╚════════════════════════════════════════════════════╝


#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.23kB done

#1 DONE 0.2s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.2s

#3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1678752204
79 replies
RRailway
Created by heelgrappigdennis on 5/13/2023 in #✋|help
Application failed to respond
I created a nx project the builds are successful and its running on port 4300. I've also set an env variable PORT with the value 4300. But when I go to the generated domain I get the text "Application failed to respond"
5 replies