gleemail icon indicating copy to clipboard operation
gleemail copied to clipboard

Error 500 at http://localhost:4433/templates/example.html?useAbsoluteUrls=true&renderer=data&dataIndex=0

Open santig88 opened this issue 11 years ago • 2 comments

Hi, i am new to gleemail . I downloaded and started my gleemail project. I open the web interface but when i go to Render HTML> Any option nothing happens.

I opened my console and i can see that it produces this request: http://localhost:4433/templates/example.html?useAbsoluteUrls=true&renderer=data&dataIndex=0

that gives me a 500.

Is there anyway where i can see a log? i dont get anything in the console where i started the project. Thanks!

santig88 avatar Dec 09 '14 14:12 santig88

Create config.json in project directory +_+

{
  "s3": {
    "key": "",
    "secret": "",
    "bucket": ""
  },
  "smtp": {
  }
}

Blank values are ok for rendering as html.

Bubujka avatar Dec 09 '14 15:12 Bubujka

It works! Thx a lot

santig88 avatar Dec 09 '14 15:12 santig88