The frontend is always entering incorrect or invalid URLs.
Unanswered
Black Caiman posted this in #help-forum
Black CaimanOP
The core issues are:
Startup Error: Every time I run npm run dev-start, I see a Watchpack Error with an error message like EINVAL: invalid argument, lstat 'C:\System Volume Information'.
API Error: The chat feature is not working properly. Every time a request is sent, the console shows [Error [AI_APICallError]: Not Found], and the requested URL is https://api.deepseek.com/v1/responses.
I have confirmed that the API URL in the program code has been updated to the correct https://api.deepseek.com/v1/chat/completions.
Startup Error: Every time I run npm run dev-start, I see a Watchpack Error with an error message like EINVAL: invalid argument, lstat 'C:\System Volume Information'.
API Error: The chat feature is not working properly. Every time a request is sent, the console shows [Error [AI_APICallError]: Not Found], and the requested URL is https://api.deepseek.com/v1/responses.
I have confirmed that the API URL in the program code has been updated to the correct https://api.deepseek.com/v1/chat/completions.