lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.datapage.app
MIT License
1.29k stars 69 forks source link

Fix ErrorWithStatus bubbling #72

Closed edgrip closed 1 year ago

edgrip commented 1 year ago

Since 0.10.0 ErrorWithStatus show as html error rendering. This leads to breaking Basic Auth mechanism for instance. The fix considers every ErrorWithStatus must not show details as html.

lovasoa commented 1 year ago

thanks @edgrip !

lovasoa commented 1 year ago

I published your fix in 0.10.1 :+1: