Add error message for missing TLD (#12789)

* Add error message for missing TLD

* add error code for missing TLD
This commit is contained in:
Oliver
2026-09-06 15:00:22 +10:00
committed by GitHub
parent 5b4c8135dc
commit 321489a41b
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.