Cannot Deploy Astro SSR with adapter node

I found the astro-example repository that explains how to deploy Astro. However, the example uses static output. I need SSR to work because my site uses authentication. I checked the Docker container list, and my Astro site built with Nixpacks isn't listening on the specified port (3000)
No description
3 Replies
Siumauricio
Siumauricio11mo ago
it should be work can you share the astro config you've used?
Siumauricio
Siumauricio11mo ago
GitHub
examples/astro-ssr at main · Dokploy/examples
Examples. Contribute to Dokploy/examples development by creating an account on GitHub.
karyanayandi
karyanayandiOP11mo ago
thank you very much. Now it works

Did you find this page helpful?