Closed lukewatts closed 7 years ago
I did this install multiple times yesterday and didn't run into that. Can you verify the APP_URL in .env
and try to dig into the source of that? Can't seem to replicate it.
I've started from scratch on a new AWS EC2 Ubuntu 16.04 instance.
Heres the start of my .env
file:
# App
NODE_ENV=development
APP_URL=http://34.248.212.46:3000/
APP_PORT=3000
Still having the same issue.
Remove the :3000 from APP_URL. Make sure you've setup nginx too.
The :3000 was the problem. Getting mixed up between the last one and this one. Ended up with a hybrid .env file. But I'm very close now to having an Ansible Playbook done now also.
Summary
I've followed the instructions for Installing Postleaf on Digital Ocean using the tagged version
1.0.0-alpha.2
but when I runnode app.js
I get the following urlhttp://34.253.2.242/undefined/install
See the screenshot below:
Steps to Reproduce
Follow the tutorial with
1.0.0-alpha.2
Additional info