Add error message for missing TLD (#12789) (#12796)

* Add error message for missing TLD

* add error code for missing TLD

(cherry picked from commit 321489a41b)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2026-09-06 17:03:12 +10:00
committed by GitHub
co-authored by Oliver
parent 5b97accbf3
commit b1b060915e
3 changed files with 45 additions and 1 deletions
+8
View File
@@ -110,6 +110,14 @@ While using [invoke](../start/invoke.md), this can be overridden with the `--res
An error occurred while rendering a component in the frontend. Typically this is caused by a browser caching issue, and can be resolved by clearing the browser cache and refreshing the page. If the issue persists, check the browser console for more information about the error.
#### INVE-E18
**Top Level Domain Required**
The InvenTree server failed to start, because the configured server URL does not include a top-level domain (TLD). A valid TLD is required for proper operation.
## Warning Codes
### INVE-W (InvenTree Warning)
Warnings - These are non-critical errors which should be addressed when possible.