Commit 037434b
Manus AI
debug: Add detailed logging to register command
Added debug logging to help diagnose network request issues:
- Log the constructed API endpoint URL
- Log the request data being sent
- Log detailed error information including error codes
- Log when no response is received from server
This will help identify if:
- The URL is being constructed correctly
- The request is actually being made
- There are network connectivity issues
- The server is responding1 parent 88f8564 commit 037434b
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| 791 | + | |
| 792 | + | |
791 | 793 | | |
792 | 794 | | |
793 | 795 | | |
| |||
802 | 804 | | |
803 | 805 | | |
804 | 806 | | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
805 | 813 | | |
806 | 814 | | |
807 | 815 | | |
| |||
0 commit comments