mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Allow error descriptions to change the title.
This commit is contained in:
parent
5ab8e41fac
commit
a23f25ecfe
@ -1,4 +1,4 @@
|
||||
### Requests to `{{ path }}` are not supported
|
||||
# Requests to `{{ path }}` are not supported
|
||||
The Community Solid Server received a request for `{{ path }}`, which is not configured.
|
||||
Here are some things you can try to fix this:
|
||||
- Have you started the server with the right hostname?
|
||||
|
@ -1,11 +1,15 @@
|
||||
# {{ name }}
|
||||
|
||||
{{#if description}}
|
||||
{{{ description }}}
|
||||
{{else}}
|
||||
# {{ name }}
|
||||
{{/if}}
|
||||
|
||||
## Technical details
|
||||
{{#if message}}
|
||||
{{ message }}
|
||||
{{else}}
|
||||
_No further details available._
|
||||
{{/if}}
|
||||
|
||||
{{#if stack}}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user