gerwitz / sitewriter

Bringing IndieWeb to the JAM (Micropub for static sites)
http://sitewriter.net/
MIT License
22 stars 0 forks source link

Improved error reporting #75

Closed paulrobertlloyd closed 6 years ago

paulrobertlloyd commented 6 years ago

Currently the status page provides minimal information about errors, typically: forbidden error. It would be helpful to see a more detailed error log (if available) to better understand what’s gone wrong in these instances.

gerwitz commented 6 years ago

The title attribute on the error in the logs should give you the exception's message. But that's the same as what it's returning to the client (which Quill will show you).

I'm going to have to try reproducing the forbidden error. Do you mind if I look into your site configuration directly?

paulrobertlloyd commented 6 years ago

Ah, this wasn’t at all clear to me. Have submitted #77 as a possible means of making the full error message more accessible.