You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Check Binance position mode: Go to Futures → ⚙️ Preferences → Position Mode → Must be Hedge Mode
✅ Verify API permissions: Futures trading must be enabled
✅ Check decision logs in decision_logs/{trader_id}/ for AI reasoning
For Connection Issues:
4. ✅ Test API connectivity: curl http://localhost:8080/api/health
5. ✅ Check API rate limits on exchange
6. ✅ Verify API keys are not expired
For UI Issues:
7. ✅ Hard refresh: Ctrl+Shift+R (or Cmd+Shift+R on Mac)
8. ✅ Check browser console (F12) for errors
9. ✅ Verify backend is running: docker compose ps or ps aux | grep nofx
🐛 Bug Description
🔍 Bug Category
📋 Steps to Reproduce
✅ Expected Behavior
❌ Actual Behavior
📸 Screenshots & Logs
Frontend Error (if applicable)
Browser Console Screenshot:
Network Tab (failed requests):
Backend Logs (if applicable)
Docker users:
Manual/PM2 users:
Backend Log Output:
Trading/Decision Logs (if trading issue)
Decision Log Path:
decision_logs/{trader_id}/{timestamp}.json{ "paste relevant decision log here if applicable" }💻 Environment
System:
Backend:
go version]git log -1 --onelineor check release tag]Frontend:
node -v]Trading Setup:
🔧 Configuration (if relevant)
Leverage Settings:
{ "btc_eth_leverage": 5, "altcoin_leverage": 5 }Any custom settings:
📊 Additional Context
Frequency:
Timeline:
Impact:
💡 Possible Solution
📝 Quick Tips for Faster Resolution
For Trading Issues:
decision_logs/{trader_id}/for AI reasoningFor Connection Issues:
4. ✅ Test API connectivity:
curl http://localhost:8080/api/health5. ✅ Check API rate limits on exchange
6. ✅ Verify API keys are not expired
For UI Issues:
7. ✅ Hard refresh: Ctrl+Shift+R (or Cmd+Shift+R on Mac)
8. ✅ Check browser console (F12) for errors
9. ✅ Verify backend is running:
docker compose psorps aux | grep nofx