gleemail
gleemail copied to clipboard
Error 500 at http://localhost:4433/templates/example.html?useAbsoluteUrls=true&renderer=data&dataIndex=0
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!
Create config.json in project directory +_+
{
"s3": {
"key": "",
"secret": "",
"bucket": ""
},
"smtp": {
}
}
Blank values are ok for rendering as html.
It works! Thx a lot