I thought my one-click discourse download was okay. but when I try to connect at my domain, i found this error in my browser -> err_connection_timed_out
couldn’t see discourse’s congratulation screen
reopening console, there was some texts with “no mail”…
**can you help me? I wanna know about my droplet’s problem. **
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi there @mapal,
What you need to do after deploying the Discourse Droplet is to SSH to the Droplet and add the following details:
Once you’ve done that then you will be able to visit your domain name and see your Discourse installation.
If you have already done this, I would recommend checking if the Apache Docker container is running, you can do that by connecting to your server via SSH, and running this command:
If it is not running, I would recommend trying to start it and checking the logs.
To try and start the container run:
And then to check the logs run:
Hope that this helps! Regards, Bobby