-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.
Description
How are you running AnythingLLM?
Docker (local)
What happened?
When using the /v1/document/upload-link endpoint if I use a link with a local IP on my network I get the following error.
{
"success": false,
"error": "Not a valid URL.",
"documents": []
}
Links sent to routable IPs or domain names seem to work https://google.com or https://8.8.8.8. However something like https://192.168.1.100 doesn't work. The error is also returned right away which seems like there is some validation check failing. I can curl the endpoints from the docker container so I know routing isn't an issue.
Are there known steps to reproduce?
No response
Metadata
Metadata
Assignees
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.