-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors.log
More file actions
778 lines (778 loc) · 88.6 KB
/
errors.log
File metadata and controls
778 lines (778 loc) · 88.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
2023-10-12T13:02:17.193Z [error]: 404 Not Found - /user/registers - POST - ::1
2023-10-12T13:02:21.095Z [error]: 404 Not Found - /user/registers - POST - ::1
2023-10-12T13:04:36.806Z [error]: 404 Not Found - /users/register - POST - ::1
2023-10-12T13:04:47.016Z [error]: 404 Not Found - /users/register - POST - ::1
2023-10-12T13:15:33.183Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-12T13:15:50.391Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-12T13:15:56.329Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-12T13:16:10.198Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-12T13:16:15.920Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-13T21:51:34.511Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-13T21:51:37.668Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-13T21:51:38.250Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-13T21:51:38.810Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-13T21:51:49.076Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-13T21:51:49.781Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-13T21:52:29.679Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:52:33.037Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:52:33.526Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:52:37.201Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:52:37.506Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:53:31.333Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:53:37.991Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:53:38.747Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:53:39.346Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:53:42.035Z [error]: 404 Not Found - /income - DELETE - ::1
2023-10-13T21:53:42.656Z [error]: 404 Not Found - /income - DELETE - ::1
2023-10-13T21:53:44.250Z [error]: 404 Not Found - /income - DELETE - ::1
2023-10-13T21:53:47.589Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:55:14.575Z [error]: 500 - An error occurred while trying to delete the income. Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:56:38.636Z [error]: 500 - Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:56:40.104Z [error]: 500 - Error: Income with id: 67e56ce2-8793-4e4d-bf56-78ca7f6ad00c was not found! - /income/67e56ce2-8793-4e4d-bf56-78ca7f6ad00c - DELETE - ::1
2023-10-13T21:56:44.983Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:57:15.445Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:57:18.618Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:57:19.871Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:58:59.209Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:59:01.682Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:59:49.057Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:59:51.266Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:59:52.131Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T21:59:52.983Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T22:00:06.167Z [error]: 500 - Error: Income with id: a was not found! - /income/a - DELETE - ::1
2023-10-13T22:00:14.691Z [error]: 500 - Error: Income with id: 1 was not found! - /income/1 - DELETE - ::1
2023-10-13T22:00:15.766Z [error]: 500 - Error: Income with id: 1 was not found! - /income/1 - DELETE - ::1
2023-10-13T22:00:16.340Z [error]: 500 - Error: Income with id: 1 was not found! - /income/1 - DELETE - ::1
2023-10-13T22:00:16.914Z [error]: 500 - Error: Income with id: 1 was not found! - /income/1 - DELETE - ::1
2023-10-13T22:00:21.333Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T22:00:24.877Z [error]: 404 Not Found - /income/ - DELETE - ::1
2023-10-13T22:03:16.108Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:17.054Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:17.595Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:17.966Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:18.477Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:18.827Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:19.251Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:20.713Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-13T22:03:21.208Z [error]: 400 - ID is required. - /income/ - DELETE - ::1
2023-10-14T13:21:23.845Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:22:23.348Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:22:24.202Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:22:39.792Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:22:41.916Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:22:53.339Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:22:56.058Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:23:14.300Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:23:16.710Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:23:20.143Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:23:31.474Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:23:33.305Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:23:38.529Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-14T13:34:50.871Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:35:30.281Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:35:51.026Z [error]: 409 - User with email: mohhusini@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:36:15.101Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:37:02.337Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:37:56.155Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:38:03.778Z [error]: 409 - User with email: mohhusisniss@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:39:20.841Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:40:16.583Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:41:05.806Z [error]: 409 - User with email: mohhusiswwniss@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:41:12.775Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:41:28.782Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:42:08.680Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:42:44.739Z [error]: 409 - User with email: mohhusissswwsniss@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:42:49.652Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/register - POST - ::1
2023-10-14T13:46:18.235Z [error]: 409 - User with email: mohammadali@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:46:19.515Z [error]: 409 - User with email: mohammadali@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T13:47:59.984Z [error]: 409 - User with email: mohammadali@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T14:21:19.952Z [error]: 409 - User with email: mohammadali@gmail.com already exists. - /user/register - POST - ::1
2023-10-14T14:29:50.710Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:52.029Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:52.550Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:52.931Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:53.414Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:53.843Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:54.298Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:54.680Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:55.064Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:55.455Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:55.870Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:56.480Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:56.897Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:57.356Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:57.813Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:58.174Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T14:29:58.699Z [error]: 401 - You are not a premium user - /user/balance - GET - ::1
2023-10-14T18:07:56.065Z [error]: 500 - An error occurred while trying to log you in. Error: QueryFailedError: ER_NO_SUCH_TABLE: Table 'expenelixir.profile' doesn't exist - /user/login - POST - ::ffff:127.0.0.1
2023-10-14T18:11:26.128Z [error]: 409 - User with email: ok@gmail.com already exists. - /user/register - POST - ::ffff:127.0.0.1
2023-10-14T18:12:44.263Z [error]: 404 - Category not found. - /expense - POST - ::ffff:127.0.0.1
2023-10-14T18:14:18.941Z [error]: 404 - Category not found. - /expense - POST - ::ffff:127.0.0.1
2023-10-14T18:14:34.455Z [error]: 401 - You are not a premium user - /user/balance - GET - ::ffff:127.0.0.1
2023-10-14T18:14:37.376Z [error]: 401 - You are not a premium user - /user/balance - GET - ::ffff:127.0.0.1
2023-10-14T18:18:10.427Z [error]: 404 Not Found - /expensesearch=lol - GET - ::ffff:127.0.0.1
2023-10-14T18:35:36.339Z [error]: 500 - Internal Server Error - /expense - POST - ::ffff:127.0.0.1
2023-10-14T18:35:50.686Z [error]: 500 - Internal Server Error - /expense - POST - ::ffff:127.0.0.1
2023-10-14T18:36:10.990Z [error]: 500 - Internal Server Error - /expense - POST - ::ffff:127.0.0.1
2023-10-16T10:37:21.706Z [error]: 404 Not Found - /upload - POST - ::1
2023-10-16T10:41:36.511Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T10:42:19.271Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T10:46:37.074Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T10:52:34.530Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T10:53:51.044Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T10:55:46.558Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T10:58:26.077Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T11:01:13.679Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T11:01:51.347Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T11:02:38.842Z [error]: undefined - Unexpected field - /upload - POST - ::1
2023-10-16T11:08:36.797Z [error]: undefined - Could not load credentials from any providers - /upload - POST - ::1
2023-10-16T11:23:01.129Z [error]: 404 Not Found - /user/login - GET - ::1
2023-10-16T11:23:52.911Z [error]: undefined - ER_BAD_FIELD_ERROR: Unknown column 'NaN' in 'field list' - /expense - POST - ::1
2023-10-16T11:28:08.835Z [error]: undefined - ER_BAD_FIELD_ERROR: Unknown column 'NaN' in 'field list' - /expense - POST - ::1
2023-10-16T11:34:58.918Z [error]: undefined - ER_BAD_FIELD_ERROR: Unknown column 'NaN' in 'field list' - /expense - POST - ::1
2023-10-16T11:36:32.047Z [error]: undefined - ER_BAD_FIELD_ERROR: Unknown column 'NaN' in 'field list' - /expense - POST - ::1
2023-10-16T12:00:50.484Z [error]: undefined - ER_BAD_FIELD_ERROR: Unknown column 'NaN' in 'field list' - /expense - POST - ::1
2023-10-16T22:33:00.033Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-16T22:33:04.980Z [error]: undefined - Cannot read properties of undefined (reading 'includes') - /user/register - POST - ::1
2023-10-16T22:40:24.932Z [error]: undefined - jwt must be provided - /user/Adduser - POST - ::1
2023-10-16T22:40:27.097Z [error]: undefined - jwt must be provided - /user/Adduser - POST - ::1
2023-10-16T22:40:27.818Z [error]: undefined - jwt must be provided - /user/Adduser - POST - ::1
2023-10-16T22:40:28.382Z [error]: undefined - jwt must be provided - /user/Adduser - POST - ::1
2023-10-16T22:40:54.400Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:40:56.942Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:40:57.554Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:40:58.127Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:40:58.776Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:40:59.370Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:41:00.118Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:41:00.813Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:41:01.222Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:41:01.894Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:41:02.293Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:41:02.892Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:43:11.059Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:43:40.637Z [error]: 404 Not Found - /user/Adduser - PUT - ::1
2023-10-16T22:43:44.619Z [error]: 401 - You are not a root user - /user/Adduser - POST - ::1
2023-10-16T22:44:22.404Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:44:48.100Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:48:51.240Z [error]: 404 Not Found - /user/addUser - PUT - ::1
2023-10-16T22:48:55.602Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:49:18.217Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:50:52.552Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:51:19.788Z [error]: 404 Not Found - /user/addUser - PUT - ::1
2023-10-16T22:51:22.781Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:51:24.345Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:51:24.766Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:51:25.137Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:51:25.661Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:51:47.169Z [error]: undefined - DataSource is not set for this entity. - /user/addUser - POST - ::1
2023-10-16T22:51:51.112Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:52:58.707Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:53:11.482Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:53:24.682Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:53:33.207Z [error]: 401 - You are not a root user - /user/addUser - POST - ::1
2023-10-16T22:53:42.224Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAli' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T22:53:43.436Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAli' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T22:53:44.480Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAli' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T22:53:50.749Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAli' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T22:54:22.861Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAliJr.' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T22:54:26.764Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAliJr.' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T23:06:34.615Z [error]: undefined - Unexpected field - /expense - POST - ::1
2023-10-16T23:09:02.959Z [error]: undefined - The difference between the request time and the current time is too large. - /expense - POST - ::1
2023-10-16T23:09:35.338Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-16T23:10:59.852Z [error]: undefined - jwt must be provided - /category - POST - ::1
2023-10-16T23:11:01.785Z [error]: undefined - jwt must be provided - /category - POST - ::1
2023-10-16T23:11:12.188Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'description' doesn't have a default value - /category - POST - ::1
2023-10-16T23:11:35.864Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-16T23:11:39.465Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-16T23:23:50.019Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'MohammadAliJr.' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T23:24:43.019Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-16T23:24:57.771Z [error]: undefined - Cannot read properties of null (reading 'role') - /user/addUser - POST - ::1
2023-10-16T23:25:23.263Z [error]: undefined - Cannot read properties of null (reading 'role') - /user/addUser - POST - ::1
2023-10-16T23:27:02.862Z [error]: 404 Not Found - /user/addUser - PUT - ::1
2023-10-16T23:27:08.994Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'momin' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T23:29:16.483Z [error]: 500 - An error occurred while trying to get all users. Error: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client - /user/ - GET - ::1
2023-10-16T23:29:43.407Z [error]: 500 - An error occurred while trying to get all users. Error: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client - /user/ - GET - ::1
2023-10-16T23:35:27.415Z [error]: 500 - An error occurred while trying to upgrade you to premium. Error: TypeError: Cannot read properties of undefined (reading 'name') - /user/upgradeToPremium - PUT - ::1
2023-10-16T23:36:42.137Z [error]: 500 - An error occurred while trying to upgrade you to premium. Error: TypeError: Cannot read properties of undefined (reading 'name') - /user/upgradeToPremium - PUT - ::1
2023-10-16T23:36:42.931Z [error]: 500 - An error occurred while trying to upgrade you to premium. Error: TypeError: Cannot read properties of undefined (reading 'name') - /user/upgradeToPremium - PUT - ::1
2023-10-16T23:37:03.671Z [error]: 500 - An error occurred while trying to upgrade you to premium. Error: QueryFailedError: ER_NO_DEFAULT_FOR_FIELD: Field 'businessName' doesn't have a default value - /user/upgradeToPremium - PUT - ::1
2023-10-16T23:38:46.514Z [error]: 400 - Invalid email. - /user/login - POST - ::1
2023-10-16T23:38:49.963Z [error]: 400 - Invalid email. - /user/login - POST - ::1
2023-10-16T23:40:50.713Z [error]: undefined - DataSource is not set for this entity. - /user - GET - ::1
2023-10-16T23:40:52.285Z [error]: undefined - DataSource is not set for this entity. - /user - GET - ::1
2023-10-16T23:40:53.098Z [error]: undefined - DataSource is not set for this entity. - /user - GET - ::1
2023-10-16T23:40:53.919Z [error]: undefined - DataSource is not set for this entity. - /user - GET - ::1
2023-10-16T23:47:27.697Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'malsoosok' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-16T23:47:53.477Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'malesoosok' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/addUser - POST - ::1
2023-10-17T14:06:34.010Z [error]: 404 Not Found - /user/test - GET - ::1
2023-10-17T14:07:53.897Z [error]: undefined - The difference between the request time and the current time is too large. - /expense - POST - ::1
2023-10-17T14:43:04.388Z [error]: undefined - jwt must be provided - /expense - GET - ::1
2023-10-17T14:46:12.877Z [error]: 404 Not Found - /allRootUsers - GET - ::1
2023-10-17T14:49:02.865Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-17T14:49:09.528Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-17T14:49:13.448Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-17T14:49:18.286Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-17T14:49:21.490Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-17T14:49:31.634Z [error]: 400 - Invalid email. - /user/login - POST - ::1
2023-10-17T14:49:45.157Z [error]: 400 - Invalid email. - /user/login - POST - ::1
2023-10-18T15:47:02.526Z [error]: 404 Not Found - /register - POST - ::1
2023-10-22T11:06:28.934Z [error]: undefined - jwt must be provided - /expense - POST - ::ffff:127.0.0.1
2023-10-22T11:06:38.011Z [error]: 404 - Category not found. - /expense - POST - ::ffff:127.0.0.1
2023-10-22T11:38:58.839Z [error]: undefined - jwt must be provided - /expense - POST - ::ffff:127.0.0.1
2023-10-22T14:33:14.824Z [error]: 404 Not Found - /send - GET - ::ffff:127.0.0.1
2023-10-23T16:20:47.218Z [error]: 500 - QueryFailedError: ER_NO_DEFAULT_FOR_FIELD: Field 'hasSentEmail' doesn't have a default value - /user/register - POST - ::1
2023-10-23T16:23:46.102Z [error]: 409 - User with email: Bashar@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:23:49.967Z [error]: 409 - User with email: Bashar@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:23:54.484Z [error]: 409 - User with email: Basharx@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:24:00.107Z [error]: 409 - User with email: Basharxxxxxx@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:24:16.105Z [error]: 409 - User with email: Basharxxxxxxxxxx@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:24:17.050Z [error]: 409 - User with email: Basharxxxxxxxxxx@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:24:17.702Z [error]: 409 - User with email: Basharxxxxxxxxxx@gmail.com already exists. - /user/register - POST - ::1
2023-10-23T16:24:18.243Z [error]: 409 - User with email: Basharxxxxxxxxxx@gmail.com already exists. - /user/register - POST - ::1
2023-10-26T19:55:15.812Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-26T19:55:47.444Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-26T19:55:48.105Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-26T19:55:48.829Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-26T19:56:56.034Z [error]: undefined - ER_WARN_DATA_OUT_OF_RANGE: Out of range value for column 'amount' at row 1 - /income/ - POST - ::1
2023-10-26T19:59:25.263Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'description' doesn't have a default value - /category/ - POST - ::1
2023-10-26T20:00:19.368Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'budget' doesn't have a default value - /category/ - POST - ::1
2023-10-26T20:04:52.455Z [error]: 404 Not Found - /income/total-income - GET - ::1
2023-10-26T20:10:06.648Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'USA' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category/ - POST - ::1
2023-10-26T20:10:43.028Z [error]: 404 Not Found - /category/d582505c-9532-437d-9d63-9353b7fe3ae1 - PUT - ::1
2023-10-26T20:13:19.365Z [error]: 404 Not Found - /category/d582505c-9532-437d-9d63-9353b7fe3ae1 - PUT - ::1
2023-10-26T20:20:03.761Z [error]: 404 Not Found - /expense/analytics/get-prediction - GET - ::1
2023-10-26T20:20:26.032Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/analytics/predict-me - GET - ::1
2023-10-26T20:23:52.266Z [error]: 404 Not Found - /upgrade-to-business - POST - ::1
2023-10-26T20:24:59.264Z [error]: 404 - User not found - /user/reset-password - POST - ::1
2023-10-26T20:26:48.486Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-26T20:26:56.198Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-26T20:28:04.931Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Bashar's Business' for key 'business.IDX_b485ad884cd5182b8ba80f0331' - /user/upgrade-to-business - POST - ::1
2023-10-26T20:29:36.413Z [error]: 400 - You are already a business user. - /user/upgrade-to-business - POST - ::1
2023-10-26T20:32:09.829Z [error]: undefined - Cannot save, given value must be an entity, instead "null" is given. - /user/business/add-user - POST - ::1
2023-10-26T20:33:34.645Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:33:41.461Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:33:42.140Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:33:42.752Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:35:48.500Z [error]: 400 - You must select a valid card. - /user/upgrade-to-business - POST - ::1
2023-10-26T20:36:02.231Z [error]: 400 - Insufficient funds. - /user/upgrade-to-business - POST - ::1
2023-10-26T20:36:08.945Z [error]: 400 - You are not allowed here. - /user/upgrade-to-business - POST - ::1
2023-10-26T20:36:35.111Z [error]: 400 - You are not allowed to delete your account. - /user/delete-account - DELETE - ::1
2023-10-26T20:37:34.507Z [error]: 400 - You are already a business user. - /user/upgrade-to-business - POST - ::1
2023-10-26T20:38:38.619Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'verificationToken' doesn't have a default value - /user/business/add-user - POST - ::1
2023-10-26T20:39:27.292Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:39:30.069Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:39:30.812Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:39:37.798Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:39:38.463Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-26T20:40:46.992Z [error]: 401 - You are not a root user - /user/business/add-user - POST - ::1
2023-10-27T10:46:23.969Z [error]: 500 - Error: User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-27T10:47:08.434Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-27T10:54:31.640Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T10:55:03.861Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T10:55:32.553Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T10:55:50.943Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T10:56:32.292Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T10:56:39.037Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T11:33:40.470Z [error]: undefined - jwt must be provided - /user - GET - ::1
2023-10-27T11:33:46.167Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /user/login - POST - ::1
2023-10-27T11:37:50.860Z [error]: 400 - You cannot use your old password. - /user/reset-password - POST - ::1
2023-10-27T13:28:20.472Z [error]: 500 - Error: DataSource is not set for this entity. - /user/register - POST - ::1
2023-10-27T13:28:54.034Z [error]: 500 - Error: DataSource is not set for this entity. - /user/register - POST - ::1
2023-10-27T13:30:03.209Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-27T13:30:50.316Z [error]: 404 Not Found - /user/business - GET - ::1
2023-10-27T13:30:55.869Z [error]: 401 - You are not a root user - /user/business/business-users - GET - ::1
2023-10-27T13:31:13.348Z [error]: 400 - You must select a valid card. - /user/upgrade-to-business - POST - ::1
2023-10-27T13:31:24.796Z [error]: 404 Not Found - /user/upgrade-to-business - GET - ::1
2023-10-27T13:31:29.251Z [error]: 404 Not Found - /user/upgrade-to-business - GET - ::1
2023-10-27T13:31:38.436Z [error]: 400 - You are already a business user. - /user/upgrade-to-business - POST - ::1
2023-10-27T17:38:16.208Z [error]: 400 - Expected ',' or '}' after property value in JSON at position 76 - /user/login - POST - ::1
2023-10-27T17:39:57.828Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-27T18:09:11.590Z [error]: 400 - You must select a valid card. - /user/upgrade-to-business - POST - ::1
2023-10-27T18:10:06.179Z [error]: 400 - You are already a business user. - /user/upgrade-to-business - POST - ::1
2023-10-27T19:27:31.841Z [error]: 400 - Expected ',' or '}' after property value in JSON at position 26 - /income - POST - ::1
2023-10-27T19:28:17.018Z [error]: undefined - Connection is not established with mysql database - /income - POST - ::1
2023-10-27T19:28:18.153Z [error]: undefined - Connection is not established with mysql database - /income - POST - ::1
2023-10-27T19:38:59.394Z [error]: undefined - Connection is not established with mysql database - /income - POST - ::1
2023-10-27T19:40:03.167Z [error]: undefined - Connection is not established with mysql database - /income - POST - ::1
2023-10-27T19:41:37.609Z [error]: 401 - Unauthorized - /income - POST - ::1
2023-10-27T19:42:08.235Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-27T19:42:15.004Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-27T19:42:19.910Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-27T19:42:21.123Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-27T19:43:04.581Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-27T19:43:34.020Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-27T19:43:48.573Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-27T19:44:46.822Z [error]: undefined - jwt must be provided - /income - POST - ::1
2023-10-27T19:45:02.078Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'description' doesn't have a default value - /income - POST - ::1
2023-10-27T19:47:30.160Z [error]: undefined - Cannot read properties of undefined (reading 'locals') - /income - POST - ::1
2023-10-27T19:48:36.550Z [error]: undefined - Cannot read properties of undefined (reading 'locals') - /income - POST - ::1
2023-10-27T19:48:54.026Z [error]: undefined - Cannot read properties of undefined (reading 'locals') - /income - POST - ::1
2023-10-27T19:53:22.826Z [error]: 500 - Error: Income with id: all-incomes was not found! - /income/all-incomes - DELETE - ::1
2023-10-27T20:02:15.630Z [error]: 400 - ID is required. - /income/ - PUT - ::1
2023-10-27T20:02:28.909Z [error]: 404 Not Found - /income/c0bbbf41-18aa-48d8-b9b4-859e6cd056cf - PUT - ::1
2023-10-27T20:14:17.314Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-27T20:17:01.941Z [error]: undefined - jwt must be provided - /expense - POST - ::1
2023-10-27T20:17:15.354Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-27T20:18:17.393Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'budget' doesn't have a default value - /category - POST - ::1
2023-10-27T20:18:48.000Z [error]: 400 - Expected ',' or '}' after property value in JSON at position 236 - /expense - POST - ::1
2023-10-27T20:34:40.859Z [error]: 404 Not Found - /expense/all-expenses - DELETE - ::1
2023-10-27T20:40:37.108Z [error]: 404 Not Found - /expense/0ba4ccff-035a-45de-bcb5-e842aee22139 - DELETE - ::1
2023-10-27T20:50:09.085Z [error]: undefined - jwt must be provided - /category - GET - ::1
2023-10-27T20:50:12.760Z [error]: undefined - jwt must be provided - /category - POST - ::1
2023-10-27T20:58:18.650Z [error]: 404 Not Found - /category/d70a57f2-f6a0-4109-b6fd-4e4a6787d535 - DELETE - ::1
2023-10-27T21:01:38.788Z [error]: 404 Not Found - /category/ - PUT - ::1
2023-10-28T11:11:20.587Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-28T11:11:26.537Z [error]: 401 - IAM users must provide a valid IAM ID - /user/login - POST - ::1
2023-10-28T11:12:47.287Z [error]: 401 - IAM users must provide a valid IAM ID - /user/login - POST - ::1
2023-10-28T11:14:03.439Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-28T11:19:50.510Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-28T11:21:00.588Z [error]: 401 - IAM users must provide a valid IAM ID - /user/login - POST - ::1
2023-10-28T11:21:06.217Z [error]: 401 - IAM users must provide a valid IAM ID - /user/login - POST - ::1
2023-10-28T11:29:32.904Z [error]: 401 - Unauthorized - /user/login - POST - ::1
2023-10-28T11:29:34.584Z [error]: 401 - Unauthorized - /user/login - POST - ::1
2023-10-28T11:33:44.008Z [error]: undefined - jwt must be provided - /user/business/add-user - POST - ::1
2023-10-28T11:50:35.197Z [error]: 400 - Expected double-quoted property name in JSON at position 46 - /income/business/add-user-income/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T11:50:49.658Z [error]: 401 - You are not a root user - /income/business/add-user-income/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T11:51:27.653Z [error]: 400 - Expected double-quoted property name in JSON at position 25 - /income/business/add-user-income/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T11:52:29.021Z [error]: undefined - jwt must be provided - /income/business/add-user-income/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T11:52:48.645Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-28T11:59:20.325Z [error]: 404 Not Found - /income/business/delete-user-income/c0bbbf41-18aa-48d8-b9b4-859e6cd056cf - POST - ::1
2023-10-28T11:59:32.169Z [error]: 404 Not Found - /income/business/delete-user-income/99ae0e91-c14b-4b4a-a6b0-75667ebaa464 - POST - ::1
2023-10-28T12:00:07.483Z [error]: 404 Not Found - /income/business/delete-user-income/c0bbbf41-18aa-48d8-b9b4-859e6cd056cf - POST - ::1
2023-10-28T12:00:25.817Z [error]: 404 - Income not found. - /income/business/delete-user-income/c0bbbf41-18aa-48d8-b9b4-859e6cd056cf - DELETE - ::1
2023-10-28T12:07:26.580Z [error]: 401 - You are not a root user - /income/business/99ae0e91-c14b-4b4a-a6b0-75667ebaa464 - PUT - ::1
2023-10-28T13:30:07.483Z [error]: 401 - Unauthorized - /user/upgrade-to-business - POST - ::1
2023-10-28T13:30:08.748Z [error]: 401 - Unauthorized - /user/upgrade-to-business - POST - ::1
2023-10-28T13:33:17.949Z [error]: 404 Not Found - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:33:33.970Z [error]: 404 Not Found - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:34:20.478Z [error]: 404 Not Found - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:34:25.524Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:34:26.416Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:34:34.125Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:35:03.270Z [error]: undefined - Cannot read properties of undefined (reading 'business') - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:36:08.221Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:36:09.011Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:37:19.159Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:37:35.387Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:38:08.593Z [error]: 404 - Your business currently has no signed users! - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:38:19.799Z [error]: 404 - Your business currently has no signed users! - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:38:23.841Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:39:57.550Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:40:42.702Z [error]: undefined - Property "0" was not found in "Users". Make sure your query is correct. - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:42:31.971Z [error]: undefined - Invalid status code: 1 - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:42:33.107Z [error]: undefined - Invalid status code: 1 - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:43:01.783Z [error]: undefined - Invalid status code: 1 - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:44:59.344Z [error]: 404 Not Found - /expense/business/analytics/fire-recommend - GET - ::1
2023-10-28T13:47:08.769Z [error]: 401 - Unauthorized - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T13:47:48.042Z [error]: 404 Not Found - /income/business/add-user - POST - ::1
2023-10-28T13:47:57.252Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'z1rushb' for key 'users.IDX_fe0bb3f6520ee0469504521e71' - /user/business/add-user - POST - ::1
2023-10-28T13:49:06.077Z [error]: 409 - User with email: cs.zain.herbawi@gmail.com or username: z1rushb already exists. - /user/business/add-user - POST - ::1
2023-10-28T14:07:09.870Z [error]: 404 Not Found - /expense/business/analytics/recommend-promote - GET - ::1
2023-10-28T14:07:21.385Z [error]: 401 - Unauthorized - /expense/business/analytics/recommend-promote - GET - ::1
2023-10-28T14:11:38.227Z [error]: 401 - You are not a root user - /user/business - GET - ::1
2023-10-28T14:14:04.608Z [error]: 404 - Your business currently has no signed users! - /expense/business/analytics/recommend-promote - GET - ::1
2023-10-28T14:17:11.626Z [error]: 404 - Your business currently has no signed users! - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-28T14:17:34.482Z [error]: 400 - Invalid token. - /user/verify-account?token=5f9550bc-f18c-47f5-9da8-579167fff86e - GET - ::1
2023-10-28T15:20:06.028Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-28T15:20:23.785Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'description' doesn't have a default value - /category/ - POST - ::1
2023-10-28T15:28:21.855Z [error]: 500 - Internal Server Error - /expense/dd606543-9047-41cb-ab5b-a257069ce09c - PUT - ::1
2023-10-28T15:28:57.653Z [error]: 500 - EntityPropertyNotFoundError: Property "0" was not found in "Users". Make sure your query is correct. - /expense/dd606543-9047-41cb-ab5b-a257069ce09c - PUT - ::1
2023-10-28T15:49:53.807Z [error]: 401 - Unauthorized - /expense/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:50:27.327Z [error]: 401 - Unauthorized - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:50:55.513Z [error]: 401 - You are not a root user - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:51:04.710Z [error]: 400 - You must provide an id for the user you want to delete an expense from! - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:51:15.416Z [error]: 400 - You must provide an id for the user you want to delete an expense from! - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:51:31.372Z [error]: 401 - You are not a root user - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:52:45.704Z [error]: 400 - You must provide an id for the user you want to delete an expense from! - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:52:51.434Z [error]: 400 - You must provide an id for the user you want to delete an expense from! - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:52:52.111Z [error]: 400 - You must provide an id for the user you want to delete an expense from! - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:53:09.834Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:53:11.348Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:53:12.144Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:30.207Z [error]: 401 - You are not a root user - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:49.366Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:50.279Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:50.854Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:51.279Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:51.822Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:52.395Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:52.906Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:53.426Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:53.910Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:54.369Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:54:54.966Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:08.339Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:08.964Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:09.547Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:10.101Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:10.596Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:11.179Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:11.736Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:12.226Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:12.775Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:13.219Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:13.704Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:55:14.170Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:58:33.982Z [error]: 401 - You are not a root user - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:58:55.209Z [error]: 404 - User not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T15:59:21.796Z [error]: 404 - Expense not found. - /expense/business/de553647-b32e-4797-9c8d-98ab89fac878 - DELETE - ::1
2023-10-28T16:10:30.000Z [error]: 404 Not Found - /category/business/de553647-b32e-4797-9c8d-98ab89fac878 - POST - ::1
2023-10-28T16:11:05.410Z [error]: 404 Not Found - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:11:20.441Z [error]: 400 - You must provide an id for the user you want to add a category to! - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:11:49.239Z [error]: 400 - You must provide an id for the user you want to add a category to! - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:12:24.103Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'budget' doesn't have a default value - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:12:25.188Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'budget' doesn't have a default value - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:12:43.287Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'budget' doesn't have a default value - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:16:28.852Z [error]: 401 - You are not a root user - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - POST - ::1
2023-10-28T16:20:32.109Z [error]: 404 Not Found - /category/business - GET - ::1
2023-10-28T16:24:23.140Z [error]: 401 - Unauthorized - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - DELETE - ::1
2023-10-28T16:24:30.577Z [error]: 400 - You must provide an id for the user you want to delete a category from! - /category/business/54a2d3d8-7e3f-4883-aa45-185ca059f905 - DELETE - ::1
2023-10-28T16:25:06.775Z [error]: 400 - You must provide an id for the user you want to delete a category from! - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:25:14.518Z [error]: 404 - Income not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:26:45.951Z [error]: 404 - category not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:26:55.437Z [error]: 404 Not Found - /category/business/541ed414-f418-4a98-978b-4589e351d744 - GET - ::1
2023-10-28T16:27:18.466Z [error]: 404 Not Found - /category/business/541ed414-f418-4a98-978b-4589e351d744 - GET - ::1
2023-10-28T16:27:21.188Z [error]: 404 - category not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:28:09.101Z [error]: 404 - category not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:29:18.486Z [error]: 404 - category not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:29:19.143Z [error]: 404 - category not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:29:32.896Z [error]: 404 - category not found. - /category/business/541ed414-f418-4a98-978b-4589e351d744 - DELETE - ::1
2023-10-28T16:29:39.973Z [error]: 404 Not Found - /category/business/541ed414-f418-4a98-978b-4589e351d744 - GET - ::1
2023-10-28T16:32:55.090Z [error]: 401 - You are not a root user - /category/business/ - GET - ::1
2023-10-28T16:33:03.801Z [error]: 401 - You are not a root user - /category/business/ - GET - ::1
2023-10-28T16:34:41.602Z [error]: 400 - Expected double-quoted property name in JSON at position 81 - /category/business/f6f91e39-0f95-45e6-9b45-a594baed7644 - PUT - ::1
2023-10-28T16:34:53.753Z [error]: 400 - You must provide an id for the user you want to modify a category from! - /category/business/f6f91e39-0f95-45e6-9b45-a594baed7644 - PUT - ::1
2023-10-28T16:35:01.667Z [error]: 404 - Category with id: business was not found! - /category/business/ - PUT - ::1
2023-10-28T16:48:34.038Z [error]: 401 - You are not a root user - /expense/business/analytics/recommend-promote - GET - ::1
2023-10-28T16:48:44.672Z [error]: 404 - Category with id: business was not found! - /category/business/ - PUT - ::1
2023-10-28T17:01:15.707Z [error]: 401 - Unauthorized - /expense/analytics/expenses-by-category - GET - ::1
2023-10-28T17:01:58.238Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-28T17:05:48.049Z [error]: 401 - Unauthorized - /expense/analytics/expenses-by-category - GET - ::1
2023-10-28T17:19:02.707Z [error]: 404 Not Found - /expense/business/add-user-expense - POST - ::1
2023-10-28T17:19:08.168Z [error]: undefined - Unexpected field - /expense - POST - ::1
2023-10-28T18:28:40.753Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:29:03.775Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:32.509Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:33.618Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:34.265Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:34.820Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:35.544Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:39.783Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:30:40.475Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:33:01.577Z [error]: undefined - jwt expired - /user/login - POST - ::1
2023-10-28T18:34:00.295Z [error]: 401 - hi - /user/login - POST - ::1
2023-10-29T13:26:02.407Z [error]: 400 - Expected double-quoted property name in JSON at position 76 - /user/login - POST - ::1
2023-10-29T13:26:12.252Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-29T13:34:43.977Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-29T13:34:45.650Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-29T13:34:46.270Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-29T13:34:46.827Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-29T13:36:59.717Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-29T13:37:07.744Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-29T13:37:14.149Z [error]: 500 - Error: User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-29T13:39:30.165Z [error]: 401 - Unauthorized - /user - GET - ::1
2023-10-29T13:39:39.159Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T13:43:03.515Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T13:44:12.245Z [error]: 401 - err - /user/logout - POST - ::1
2023-10-29T13:44:13.915Z [error]: 401 - err - /user/logout - POST - ::1
2023-10-29T13:44:14.639Z [error]: 401 - err - /user/logout - POST - ::1
2023-10-29T13:44:15.142Z [error]: 401 - err - /user/logout - POST - ::1
2023-10-29T13:44:15.689Z [error]: 401 - err - /user/logout - POST - ::1
2023-10-29T13:45:30.379Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-10-29T13:45:31.821Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:32.538Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:33.079Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:33.509Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:50.331Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:50.832Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:51.254Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:58.112Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:45:58.697Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-29T13:48:26.228Z [error]: 404 Not Found - /user/balance - POST - ::1
2023-10-29T13:48:29.864Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:50:51.872Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:50:52.507Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:50:53.040Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:51:21.061Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:51:22.705Z [error]: 404 Not Found - /user/balance - PUT - ::1
2023-10-29T13:51:25.900Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:53:25.040Z [error]: 404 Not Found - /user/login - GET - ::1
2023-10-29T13:53:28.793Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T13:56:47.765Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:56:50.198Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T13:56:51.479Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:58:06.185Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:58:11.456Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T13:58:17.645Z [error]: 401 - Unauthorized - /income - POST - ::1
2023-10-29T13:59:48.558Z [error]: 401 - Unauthorized - /user/balance - GET - ::1
2023-10-29T13:59:50.565Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T14:02:13.652Z [error]: 404 Not Found - /user/delete-account - POST - ::1
2023-10-29T14:02:17.561Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T14:02:45.961Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T14:02:49.956Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T14:02:56.165Z [error]: 500 - Internal Server Error - /user/delete-account - DELETE - ::1
2023-10-29T14:04:13.239Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:05:32.289Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:05:33.439Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:08:38.543Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:08:39.942Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:09:18.951Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:11:00.586Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:11:22.086Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:11:23.361Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:11:48.039Z [error]: 500 - QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (`ExpenElixir`.`income`, CONSTRAINT `FK_0965fe0d5faa3b2e7518d7bb244` FOREIGN KEY (`userId`) REFERENCES `users` (`id`)) - /user/delete-account - DELETE - ::1
2023-10-29T14:13:33.732Z [error]: 404 Not Found - /user/verify-token - DELETE - ::1
2023-10-29T14:13:38.344Z [error]: 404 Not Found - /user/verify-token - POST - ::1
2023-10-29T14:13:40.582Z [error]: 404 Not Found - /user/verify-token - GET - ::1
2023-10-29T14:13:41.503Z [error]: 404 Not Found - /user/verify-token - GET - ::1
2023-10-29T14:13:46.727Z [error]: 400 - Invalid token. - /user/verify-account - GET - ::1
2023-10-29T14:13:47.714Z [error]: 400 - Invalid token. - /user/verify-account - GET - ::1
2023-10-29T14:19:23.586Z [error]: 400 - Token expired. - /user/reset-password-email?token=18971ca7-bd8d-4020-953c-a68c680b7d50 - GET - ::1
2023-10-29T14:19:54.329Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-29T14:22:20.266Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-29T14:46:14.592Z [error]: 401 - Unauthorized - /income - POST - ::1
2023-10-29T14:46:15.961Z [error]: 401 - Unauthorized - /income - POST - ::1
2023-10-29T14:46:16.507Z [error]: 401 - Unauthorized - /income - POST - ::1
2023-10-29T14:46:17.139Z [error]: 401 - Unauthorized - /income - POST - ::1
2023-10-29T14:50:49.918Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-28T17:26:23.075Z [error]: 409 - Please verify your email address. - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T17:27:01.369Z [error]: 409 - Please verify your email address. - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T17:28:50.910Z [error]: 409 - Please verify your email address. - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T17:29:05.950Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-28T17:29:20.621Z [error]: 404 - Category not found. - /expense - POST - ::ffff:127.0.0.1
2023-10-28T17:37:07.687Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:37:49.762Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:39:15.168Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:39:51.144Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:42:13.207Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:43:07.451Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:43:25.399Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:44:54.189Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:49:45.762Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:50:38.071Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:50:53.703Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:57:20.648Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:58:10.719Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:59:37.425Z [error]: 401 - Unauthorized - /expense - GET - ::ffff:127.0.0.1
2023-10-28T17:59:45.189Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T17:59:55.284Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:00:37.064Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:01:04.212Z [error]: 401 - You are not logged in. - /user/logout - POST - ::ffff:127.0.0.1
2023-10-28T18:01:07.756Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:01:57.541Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:04:50.556Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:06:31.146Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:10:49.243Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::ffff:127.0.0.1
2023-10-28T18:11:21.826Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /expense - POST - ::ffff:127.0.0.1
2023-10-28T18:12:28.471Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /expense - POST - ::ffff:127.0.0.1
2023-10-28T18:12:56.479Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /expense - POST - ::ffff:127.0.0.1
2023-10-28T18:13:04.285Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /expense - POST - ::ffff:127.0.0.1
2023-10-28T18:18:08.861Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T18:20:13.394Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T18:21:27.602Z [error]: 500 - Internal Server Error - /expense - GET - ::ffff:127.0.0.1
2023-10-28T18:37:50.735Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /income - POST - ::ffff:127.0.0.1
2023-10-28T18:49:47.650Z [error]: 401 - Unauthorized - /income - GET - ::ffff:127.0.0.1
2023-10-28T18:50:00.081Z [error]: 500 - Internal Server Error - /income - GET - ::ffff:127.0.0.1
2023-10-28T18:52:29.162Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /income - POST - ::ffff:127.0.0.1
2023-10-28T18:52:52.394Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /income - POST - ::ffff:127.0.0.1
2023-10-28T18:54:31.683Z [error]: undefined - Cannot read properties of undefined (reading 'USD') - /income - POST - ::ffff:127.0.0.1
2023-10-28T18:57:32.304Z [error]: 500 - Internal Server Error - /income - GET - ::ffff:127.0.0.1
2023-10-28T19:08:23.042Z [error]: 401 - Unauthorized - /expense - POST - ::1
2023-10-28T19:25:10.833Z [error]: 401 - Unauthorized - /expense/total - GET - ::ffff:127.0.0.1
2023-10-29T17:46:21.683Z [error]: 501 - An error occurred during login. Error: Error: DataSource is not set for this entity. - /user/login - POST - ::1
2023-10-29T17:48:05.905Z [error]: 500 - Internal Server Error - /user/delete-account - DELETE - ::1
2023-10-29T17:49:29.150Z [error]: 500 - Internal Server Error - /user/delete-account - DELETE - ::1
2023-10-29T17:50:48.976Z [error]: 401 - Unauthorized - /user - GET - ::1
2023-10-29T17:51:30.096Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-29T17:51:34.166Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-29T17:59:28.812Z [error]: 409 - User with email: 211111@ppu.edu.ps or username: z1rushb already exists. - /user/business/add-user - POST - ::1
2023-10-29T18:00:53.226Z [error]: 409 - User with email: 211112334213421@ppu.edu.ps or username: zz1rushb already exists. - /user/business/add-user - POST - ::1
2023-10-29T18:01:13.200Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T18:04:53.937Z [error]: 409 - User with email: 211112334213421@ppu.edu.ps or username: zz1rushb already exists. - /user/business/add-user - POST - ::1
2023-10-29T18:08:51.637Z [error]: 500 - Error: User with email: cs.bashar.herbawi@gmail.com already exists. - /user/register - POST - ::1
2023-10-29T18:08:59.989Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T18:09:06.088Z [error]: 409 - Please verify your email address. - /user/login - POST - ::1
2023-10-29T18:15:35.114Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-29T18:34:15.793Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-29T18:46:54.259Z [error]: undefined - Cannot read properties of undefined (reading 'role') - /user/business/add-user - POST - ::1
2023-10-29T18:47:18.526Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T18:47:32.641Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T18:47:33.392Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T18:47:33.997Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T18:47:34.431Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T18:48:22.233Z [error]: undefined - Cannot read properties of undefined (reading 'role') - /user/business/add-user - POST - ::1
2023-10-29T18:48:40.822Z [error]: undefined - Cannot read properties of undefined (reading 'role') - /user/business/add-user - POST - ::1
2023-10-29T18:50:37.262Z [error]: 409 - User with email: 21111s23@ppu.edu.ps or username: z1russshb already exists. - /user/business/add-user - POST - ::1
2023-10-29T18:52:32.340Z [error]: undefined - Cannot read properties of undefined (reading 'role') - /user/delete-account - DELETE - ::1
2023-10-29T18:54:12.567Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T18:54:20.310Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T18:59:15.309Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-29T18:59:17.825Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T19:01:50.607Z [error]: 404 Not Found - /user/logoin - POST - ::1
2023-10-29T19:01:56.461Z [error]: 501 - An error occurred during login. Error: TypeError: Cannot read properties of undefined (reading 'role') - /user/login - POST - ::1
2023-10-29T21:04:06.447Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-29T21:06:05.279Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rueshb already exists. - /user/register - POST - ::1
2023-10-29T23:18:58.070Z [error]: 400 - Invalid token. - /user/verify-account?token=819bada8-1d6f-46c1-83c2-9fcf502d2ee5 - GET - ::1
2023-10-29T23:18:58.139Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-29T23:19:08.471Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rueshb already exists. - /user/register - POST - ::1
2023-10-30T08:49:03.413Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-30T08:50:07.165Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:50:14.380Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:50:15.296Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:54:27.217Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:54:43.455Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:55:15.547Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:55:37.543Z [error]: 500 - ReferenceError: hi is not defined - /user/register - POST - ::1
2023-10-30T08:55:47.101Z [error]: 500 - Error: DataSource is not set for this entity. - /user/register - POST - ::1
2023-10-30T08:55:56.104Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:56:51.334Z [error]: 500 - TypeError: Cannot read properties of null (reading 'isVerified') - /user/register - POST - ::1
2023-10-30T08:57:07.821Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-30T08:57:09.765Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-30T08:57:30.199Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T08:57:53.579Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T08:58:21.767Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-30T08:59:51.883Z [error]: undefined - Cannot read properties of undefined (reading 'Currency') - /user/balance - GET - ::1
2023-10-30T09:00:55.825Z [error]: undefined - Cannot read properties of undefined (reading 'Currency') - /user/balance - GET - ::1
2023-10-30T09:01:30.596Z [error]: undefined - Cannot read properties of undefined (reading 'Currency') - /user/balance - GET - ::1
2023-10-30T09:02:07.688Z [error]: undefined - Cannot read properties of undefined (reading 'Currency') - /user/balance - GET - ::1
2023-10-30T09:02:36.286Z [error]: undefined - Cannot read properties of undefined (reading 'Currency') - /user/balance - GET - ::1
2023-10-30T09:02:37.388Z [error]: undefined - Cannot read properties of undefined (reading 'Currency') - /user/balance - GET - ::1
2023-10-30T09:07:28.237Z [error]: 401 - Unauthorized - /user/delete-account - DELETE - ::1
2023-10-30T10:54:14.021Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T10:54:30.759Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T10:54:31.459Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T10:56:04.985Z [error]: 404 Not Found - /category/business/ - POST - ::1
2023-10-30T11:02:22.234Z [error]: 404 Not Found - /expense/business/4351caa9-24bf-4ae1-be44-0f5db2a8073e - POST - ::1
2023-10-30T11:07:53.196Z [error]: 401 - You are not allowed here. - /user/upgrade-to-business - POST - ::1
2023-10-30T11:08:01.059Z [error]: 401 - You are not a root user - /expense/business/4351caa9-24bf-4ae1-be44-0f5db2a8073e - POST - ::1
2023-10-30T11:08:18.986Z [error]: undefined - ER_NO_DEFAULT_FOR_FIELD: Field 'description' doesn't have a default value - /expense/ - POST - ::1
2023-10-30T11:09:49.376Z [error]: undefined - Property "title" was not found in "Users". Make sure your query is correct. - /expense/business - GET - ::1
2023-10-30T11:11:34.020Z [error]: 401 - You are not a root user - /expense/business - GET - ::1
2023-10-30T11:11:35.314Z [error]: 401 - You are not a root user - /expense/business - GET - ::1
2023-10-30T11:12:00.272Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-30T11:27:07.940Z [error]: 401 - Unauthorized - /expense/business - GET - ::1
2023-10-30T11:27:21.284Z [error]: 401 - Unauthorized - /expense/business - GET - ::1
2023-10-30T11:28:52.067Z [error]: 401 - Unauthorized - /expense/business - GET - ::1
2023-10-30T11:29:01.991Z [error]: 401 - Unauthorized - /user/upgrade-to-business - POST - ::1
2023-10-30T11:29:16.504Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T11:32:44.709Z [error]: 401 - Unauthorized - /expense/business - GET - ::1
2023-10-30T11:32:55.688Z [error]: 400 - You are already a business user. - /user/upgrade-to-business - POST - ::1
2023-10-30T13:14:21.873Z [error]: 404 Not Found - /favicon.ico - GET - ::1
2023-10-30T13:14:29.493Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T13:17:45.735Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T13:17:53.352Z [error]: 409 - User with email: cs.bashar.herbawi@gmail.com or username: v1rushb already exists. - /user/register - POST - ::1
2023-10-30T13:18:28.701Z [error]: 400 - Expected double-quoted property name in JSON at position 76 - /user/login - POST - ::1
2023-10-30T13:18:59.357Z [error]: 400 - Expected double-quoted property name in JSON at position 52 - /user/register - POST - ::1
2023-10-30T13:19:15.485Z [error]: 400 - Expected double-quoted property name in JSON at position 27 - /user/login - POST - ::1
2023-10-30T13:19:44.745Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-30T13:19:49.356Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T13:38:08.396Z [error]: 401 - Unauthorized - /expense - POST - ::1
2023-10-30T13:38:14.961Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T13:39:57.914Z [error]: undefined - Unexpected field - /expense - POST - ::1
2023-10-30T13:40:12.052Z [error]: undefined - Unexpected field - /expense - POST - ::1
2023-10-30T13:53:29.826Z [error]: 401 - Unauthorized - /income/8938fa44-ed4b-4ab3-8804-91b966ba3878 - PUT - ::1
2023-10-30T13:53:36.895Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T13:55:01.293Z [error]: 400 - Expected double-quoted property name in JSON at position 121 - /income/8938fa44-ed4b-4ab3-8804-91b966ba3878 - PUT - ::1
2023-10-30T14:09:05.405Z [error]: 401 - Unauthorized - /expense - GET - ::1
2023-10-30T14:09:11.534Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T14:09:14.084Z [error]: 401 - Unauthorized - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:09:15.092Z [error]: 401 - Unauthorized - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:20:58.567Z [error]: 400 - ID is required. - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:21:17.658Z [error]: 500 - TypeError: Cannot read properties of undefined (reading 'find') - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:21:52.866Z [error]: 404 - Expense with id: undefined was not found! - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:22:37.527Z [error]: 404 - Expense with id: 00c0b409-605c-45b7-b2f4-dc794c871887 was not found! - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:23:54.394Z [error]: 500 - TypeError: Cannot read properties of undefined (reading 'totalExpenses') - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:24:55.039Z [error]: 401 - Unauthorized - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:24:59.447Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T14:25:04.257Z [error]: 404 - Category with id: 5dfaeefd-11a9-4014-b274-e28ad35f360s was not found! - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:28:04.080Z [error]: 404 - Category with id: 5dfaeefd-11a9-4014-b274-e28ad35f360q was not found! - /expense/00c0b409-605c-45b7-b2f4-dc794c871887 - PUT - ::1
2023-10-30T14:32:56.262Z [error]: 404 Not Found - /income/pageNumber=2 - GET - ::1
2023-10-30T14:34:44.954Z [error]: 404 Not Found - /income/pageNumber=3 - GET - ::1
2023-10-30T14:34:49.514Z [error]: 404 Not Found - /income/pageNumber=2 - GET - ::1
2023-10-30T14:37:07.827Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Palestine' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category - POST - ::1
2023-10-30T14:38:52.635Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Palestine' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category - POST - ::1
2023-10-30T14:38:58.664Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Palestine' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category - POST - ::1
2023-10-30T14:40:11.835Z [error]: 401 - Unauthorized - /category - POST - ::1
2023-10-30T14:40:16.030Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T14:40:20.079Z [error]: 401 - Unauthorized - /category - POST - ::1
2023-10-30T14:40:20.922Z [error]: 401 - Unauthorized - /category - POST - ::1
2023-10-30T14:40:27.313Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Palestine' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category - POST - ::1
2023-10-30T14:40:28.830Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Palestine' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category - POST - ::1
2023-10-30T14:41:31.164Z [error]: undefined - ER_DUP_ENTRY: Duplicate entry 'Palestine' for key 'category.IDX_9f16dbbf263b0af0f03637fa7b' - /category - POST - ::1
2023-10-30T14:42:11.091Z [error]: 404 Not Found - /category - DELETE - ::1
2023-10-30T14:43:04.746Z [error]: 404 Not Found - /category - DELETE - ::1
2023-10-30T14:45:34.999Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-30T14:55:40.377Z [error]: 401 - Unauthorized - /expense - POST - ::1
2023-10-30T14:55:44.872Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T15:01:25.147Z [error]: 404 Not Found - /usere/upgrade-to-business - POST - ::1
2023-10-30T15:01:31.266Z [error]: 400 - You must select a valid card. - /user/upgrade-to-business - POST - ::1
2023-10-30T15:01:37.401Z [error]: 400 - Insufficient funds. - /user/upgrade-to-business - POST - ::1
2023-10-30T15:02:51.030Z [error]: 400 - Card expired. - /user/upgrade-to-business - POST - ::1
2023-10-30T15:02:54.506Z [error]: 400 - Insufficient funds. - /user/upgrade-to-business - POST - ::1
2023-10-30T15:15:44.052Z [error]: 404 Not Found - /user/business/search?search=ni - GET - ::1
2023-10-30T15:15:59.311Z [error]: 404 Not Found - /expenese/business/search?search=ni - GET - ::1
2023-10-30T15:18:36.257Z [error]: 404 Not Found - /expense/business/balance - GET - ::1
2023-10-30T15:21:00.007Z [error]: 401 - You are not a root user - /income/business - GET - ::1
2023-10-30T15:21:23.686Z [error]: 401 - You are not a root user - /income/business - GET - ::1
2023-10-30T15:30:30.751Z [error]: 404 Not Found - /user/business/predict-me - GET - ::1
2023-10-30T15:30:36.750Z [error]: 404 Not Found - /expense/business/predict-me - GET - ::1
2023-10-30T15:30:47.223Z [error]: 401 - Unauthorized - /expense/analytics/predict-me - GET - ::1
2023-10-30T15:30:53.506Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T15:42:04.046Z [error]: 401 - You are not a root user - /expense/business/analytics/recommend-fire - GET - ::1
2023-10-30T15:44:08.126Z [error]: 401 - You are not logged in. - /user/logout - POST - ::1
2023-10-30T15:44:12.490Z [error]: 401 - IAM users must provide a valid IAM ID - /user/login - POST - ::1
2023-10-30T15:54:14.635Z [error]: undefined - Cannot read properties of undefined (reading 'user') - /expense/analytics/expenses-by-category - GET - ::1
2023-10-30T16:00:57.431Z [error]: 401 - Unauthorized - /category - GET - ::1
2023-10-30T16:01:02.841Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T17:35:54.644Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:36:47.549Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:37:02.496Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:37:15.761Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:37:20.059Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:41:11.152Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:41:22.920Z [error]: 400 - Invalid credentials - /user/login - POST - ::1
2023-10-30T17:42:04.935Z [error]: 500 - Error: Please verify your email address. - /user/register - POST - ::1
2023-10-30T18:01:41.147Z [error]: 400 - Invalid token. - /user/verify-account?token=e8947c11-e7aa-4b5a-9a4e-d7ddb3cff3c8 - GET - ::1
2023-10-30T18:08:11.215Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-30T18:08:35.250Z [error]: 401 - Invalid password - /user/login - POST - ::1
2023-10-30T18:12:02.172Z [error]: 404 - Category not found. - /expense - POST - ::1
2023-10-30T18:19:46.884Z [error]: 400 - Card expired. - /user/upgrade-to-business - POST - ::1
2023-10-30T18:19:58.546Z [error]: 400 - Insufficient funds. - /user/upgrade-to-business - POST - ::1
2023-10-30T18:21:40.753Z [error]: 409 - User with email: 211111@ppu.edu.ps or username: bainb1 already exists. - /user/business/add-user - POST - ::1
2023-10-30T18:24:01.683Z [error]: 401 - Unauthorized - /category - POST - ::1
2023-10-30T18:24:07.898Z [error]: undefined - Cannot set headers after they are sent to the client - /user/login - POST - ::1
2023-10-30T18:27:27.905Z [error]: 409 - User with email: 2111211@ppu.edu.ps or username: bainb1 already exists. - /user/business/add-user - POST - ::1
2023-10-30T18:30:19.436Z [error]: undefined - fetch failed - /expense/analytics/expenses-by-category - GET - ::1
2023-11-09T15:31:59.211Z [error]: undefined - Cannot read properties of undefined (reading 'username') - /user/logout - POST - ::1
2023-11-09T15:32:59.395Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:33:05.428Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:33:24.273Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:33:25.826Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:33:26.669Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:39:14.211Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:39:15.486Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:39:21.979Z [error]: 401 - Unauthorized - /user/upgrade-to-business - POST - ::1
2023-11-09T15:39:23.558Z [error]: 401 - Unauthorized - /user/upgrade-to-business - POST - ::1
2023-11-09T15:39:27.518Z [error]: 401 - Your session has already been expired. - /user/logout - POST - ::1
2023-11-09T15:39:36.820Z [error]: undefined - Cannot set headers after they are sent to the client - /user/upgrade-to-business - POST - ::1
2023-11-09T15:40:25.629Z [error]: 400 - You are already a business user. - /user/upgrade-to-business - POST - ::1
2023-11-09T15:50:56.164Z [error]: 401 - Your session has already been expired. - /user/login - POST - ::1
2023-11-09T15:51:01.202Z [error]: 401 - Your session has already been expired. - /user/login - POST - ::1
2023-11-09T15:51:03.092Z [error]: 401 - Your session has already been expired. - /user/login - POST - ::1
2023-11-09T15:51:04.534Z [error]: 401 - Your session has already been expired. - /user/login - POST - ::1
2023-11-09T15:51:05.866Z [error]: 401 - Your session has already been expired. - /user/login - POST - ::1
2023-11-09T15:53:33.689Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:53:36.331Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:53:42.559Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:18.397Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:19.226Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:19.807Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:20.332Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:20.806Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:27.450Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:27.873Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:28.357Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:28.859Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:29.254Z [error]: 409 - You are already logged in. - /user/login - POST - ::1
2023-11-09T15:54:29.710Z [error]: 409 - You are already logged in. - /user/login - POST - ::1