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)

3 Replies
it should be work can you share the astro config you've used?
GitHub
examples/astro-ssr at main · Dokploy/examples
Examples. Contribute to Dokploy/examples development by creating an account on GitHub.
thank you very much. Now it works