ItzCrazyKns / Perplexica

Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
MIT License
13.68k stars 1.3k forks source link

Backend Error: 404 Resource not Found #361

Open lokdao opened 2 weeks ago

lokdao commented 2 weeks ago

Describe the bug Searching hangs and never returns a response. Upon checking the backend container, I can see the following error error: Unhandled Rejection at: [object Promise], reason: Error: 404 Resource not found I believe I must have incorrectly set up the config for Azure OpenAI but I can't figure out where I went wrong.

To Reproduce I have provided the Azure OpenAI:

Expected behavior Search function to return a result.

Screenshot

Screenshot 2024-09-11 at 22 26 17
ItzCrazyKns commented 2 weeks ago

Please remove the / at the end of the base URL, save your settings and try again.

lokdao commented 2 weeks ago

Thanks. Tried again but got the same error.