-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit_msg.txt
More file actions
17 lines (16 loc) · 1.17 KB
/
Copy pathcommit_msg.txt
File metadata and controls
17 lines (16 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
feat: improve frontend integration, enhance MongoDB connectivity, expand CORS configuration, and fix wallet deposit processing issues
- added full frontend-backend connection support for local development
- expanded CORS middleware configuration for frontend testing environments
- fixed multiple frontend API communication issues and preflight request handling
- improved MongoDB Atlas connection logic and environment configuration
- added better MongoDB timeout and connection error handling
- updated wallet deposit processing flow and transaction validation
- fixed deposit balance synchronization bugs between frontend and backend
- improved API response consistency for frontend integration
- enhanced authentication error handling and JWT validation responses
- fixed frontend request failures caused by invalid headers and blocked origins
- added safer database initialization and fallback connection handling
- improved logging for frontend debugging and backend diagnostics
- optimized error responses for easier frontend state management
- cleaned up backend validation flow for registration and wallet operations
- improved development environment compatibility for React/Next.js frontend