Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

Application Error when navigating to Admin/Settings for New Install #87

Open vaughanwatson opened 6 years ago

vaughanwatson commented 6 years ago

Summary

Application Error displayed when navigating to Admin/Settings for New Install http://localhost:3000/admin/settings

All other nav items work fine.

Steps to Reproduce

After following the installation guide. node app.js

Navigate to: http://localhost:3000/admin/settings

Application Error Displayed: Sorry, but something isn’t working right at the moment. Please try again later.

Additional info

Postleaf version: 1.0.0-beta.1 Node version: 8.9.3 Operating system: Windows 7


agustaf9 commented 6 years ago

I have the same problem except the Homepage, Quick post and new post pages also give the same error. I followed the installation guide, the only difference is that I am behind a reverse proxy.

claviska commented 6 years ago

Please try setting NODE_ENV to development and paste the resulting error here. Thanks!

agustaf9 commented 6 years ago

I didn't copy the theme into the themes folder 😳.