mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 14:32:57 +00:00
ISSUE: Agent pages were not opening due to URL pattern conflict between agent_base/urls.py and individual agent app URLs. SOLUTION: - Remove conflicting 'agents/<slug:agent_slug>/' pattern from agent_base URLs - Add get_absolute_url() method to BaseAgent model for clean URL generation - Update marketplace template to use agent.get_absolute_url instead of URL reversal - Remove redundant agent_detail_view that was causing redirect loops RESULT: - Individual agent pages now load correctly (/agents/data-analyzer/, etc.) - Marketplace correctly links to individual agent pages - Authentication flow works as expected (login required for agent access) - No more URL conflicts or redirect loops 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent_base | ||
| authentication | ||
| components | ||
| core | ||
| wallet | ||
| base.html | ||