Ghost subdomain installation and configuration

Hello everyone,

I have installed ghost on my subdomain and created a new user account using subdomain.domain.com/ghost and I can access the admin panel but when I login in to this account using the another browser it can’t login just getting time out and giving this error There was a problem on the server. also when I invite the people it doesn’t send the email. I have setup the mailgun for email too it is still not woking.

Please help me regarding this

There are two places to configure email for Ghost. Sounds like you’re missing the transactional email part, which is also used to send a 2FA code for new staff logins (that’s you, if you switched browsers). You either add your settings to config.production.json (non-Docker installs), or you add them to your environment variables (if Docker/pikapods). Check the install docs - they describe several options.