Skip to content

Fix redirect loops breaking Vertex AI and other pages#849

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-redirect-loops-1775647042
Open

Fix redirect loops breaking Vertex AI and other pages#849
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-redirect-loops-1775647042

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Apr 8, 2026

Summary

Removes 7 redirect entries in docs.json that were causing infinite redirect loops, making the following pages inaccessible:

  • /docs/integrations/llms/vertex-ai
  • /docs/integrations/llms/x-ai
  • /docs/integrations/llms/gemini
  • /docs/integrations/llms/databricks
  • /docs/integrations/llms/together-ai
  • /docs/integrations/llms/zhipu
  • /docs/product/ai-gateway/multimodal-capabilities/text-to-speech

Root cause

These redirects had source paths like /integrations/llms/vertex-ai with destinations like /docs/integrations/llms/vertex-ai. Since the docs site uses /docs as its base path, redirect sources are resolved relative to that base path — so /integrations/llms/vertex-ai matches the request at /docs/integrations/llms/vertex-ai, which then redirects to /docs/integrations/llms/vertex-ai (the same URL), creating an infinite loop.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Apr 8, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
portkey-docs 🟢 Ready View Preview Apr 8, 2026, 11:21 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants