I got a blank page after installing the latest version of n8n on AWS EC3

I got a blank page after installing the latest version of n8n on an AWS EC2 instance. Can anyone help?

Platform details
Linux/UNIX
instance type (m6i.16xlarge)

Amazon Machine Image (AMI)

Ubuntu Server 24.04 LTS (HVM), SSD Volume eligibleami-0ecb62995f68bb549 (64-bit (x86)) / ami-01b9f1e7dc427266e (64-bit (Arm))Virtualization: hvmENA enabled: trueRoot device type: ebs

Instance type

m6i.16xlargeFamily: m6i64 vCPU256 GiB MemoryCurrent generation: falseOn-Demand Ubuntu Pro base pricing: 3.184 USD per HourOn-Demand RHEL base pricing: 3.7632 USD per HourOn-Demand SUSE base pricing: 3.197 USD per HourOn-Demand Windows base pricing: 6.016 USD per HourOn-Demand Linux base pricing: 3.072 USD per Hour

It sounds like there might be an issue with the n8n setup or server configuration. Here are a few steps to troubleshoot:

- Ensure ports are open: Verify that the necessary ports (default 5678) are open in your AWS security group.

- Check logs: Look at the n8n logs (`journalctl -u n8n` or `pm2 logs`) for any errors.

- Restart n8n: Try restarting the n8n service (`sudo systemctl restart n8n` or `pm2 restart n8n`).

Let me know if you need more details!