· 6 years ago · Mar 22, 2019, 04:44 AM
1{
2 "error": true,
3 "message": {
4 "line": 241,
5 "track": [
6 {
7 "file": "/app/vendor/google/cloud/src/Core/RequestWrapper.php",
8 "line": 150,
9 "function": "convertToGoogleException",
10 "class": "Google\\Cloud\\Core\\RequestWrapper",
11 "type": "->",
12 "args": [
13 {}
14 ]
15 },
16 {
17 "file": "/app/vendor/google/cloud/src/Core/RestTrait.php",
18 "line": 95,
19 "function": "send",
20 "class": "Google\\Cloud\\Core\\RequestWrapper",
21 "type": "->",
22 "args": [
23 {},
24 []
25 ]
26 },
27 {
28 "file": "/app/vendor/google/cloud/src/Datastore/Connection/Rest.php",
29 "line": 105,
30 "function": "send",
31 "class": "Google\\Cloud\\Datastore\\Connection\\Rest",
32 "type": "->",
33 "args": [
34 "projects",
35 "runQuery",
36 {
37 "className": null,
38 "namespaceId": null,
39 "projectId": "hottab-in",
40 "partitionId": {
41 "projectId": "hottab-in"
42 },
43 "query": {
44 "kind": [
45 {
46 "name": "Order"
47 }
48 ],
49 "order": [
50 {
51 "property": {
52 "name": "order.created_at"
53 },
54 "direction": "DESCENDING"
55 }
56 ],
57 "filter": {
58 "compositeFilter": {
59 "filters": [
60 {
61 "propertyFilter": {
62 "property": {
63 "name": "customer.id"
64 },
65 "value": {
66 "stringValue": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4"
67 },
68 "op": "EQUAL"
69 }
70 },
71 {
72 "propertyFilter": {
73 "property": {
74 "name": "outlet.uuid"
75 },
76 "value": {
77 "stringValue": "89612a70-ba4a-11e8-b752-dd24bbdbd5de"
78 },
79 "op": "EQUAL"
80 }
81 }
82 ],
83 "op": "AND"
84 }
85 },
86 "limit": "4",
87 "startCursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J+aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE="
88 }
89 }
90 ]
91 },
92 {
93 "file": "/app/vendor/google/cloud/src/Core/Iterator/PageIteratorTrait.php",
94 "line": 230,
95 "function": "runQuery",
96 "class": "Google\\Cloud\\Datastore\\Connection\\Rest",
97 "type": "->",
98 "args": [
99 {
100 "className": null,
101 "namespaceId": null,
102 "projectId": "hottab-in",
103 "partitionId": {
104 "projectId": "hottab-in"
105 },
106 "query": {
107 "kind": [
108 {
109 "name": "Order"
110 }
111 ],
112 "order": [
113 {
114 "property": {
115 "name": "order.created_at"
116 },
117 "direction": "DESCENDING"
118 }
119 ],
120 "filter": {
121 "compositeFilter": {
122 "filters": [
123 {
124 "propertyFilter": {
125 "property": {
126 "name": "customer.id"
127 },
128 "value": {
129 "stringValue": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4"
130 },
131 "op": "EQUAL"
132 }
133 },
134 {
135 "propertyFilter": {
136 "property": {
137 "name": "outlet.uuid"
138 },
139 "value": {
140 "stringValue": "89612a70-ba4a-11e8-b752-dd24bbdbd5de"
141 },
142 "op": "EQUAL"
143 }
144 }
145 ],
146 "op": "AND"
147 }
148 },
149 "limit": "4",
150 "startCursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J+aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE="
151 }
152 }
153 ]
154 },
155 {
156 "file": "/app/vendor/google/cloud/src/Datastore/EntityPageIterator.php",
157 "line": 57,
158 "function": "executeCall",
159 "class": "Google\\Cloud\\Datastore\\EntityPageIterator",
160 "type": "->",
161 "args": []
162 },
163 {
164 "file": "/app/vendor/google/cloud/src/Core/Iterator/ItemIteratorTrait.php",
165 "line": 129,
166 "function": "current",
167 "class": "Google\\Cloud\\Datastore\\EntityPageIterator",
168 "type": "->",
169 "args": []
170 },
171 {
172 "file": "/app/vendor/hottab/library/database/src/Repository/DatastoreQuery.php",
173 "line": 76,
174 "function": "valid",
175 "class": "Google\\Cloud\\Datastore\\EntityIterator",
176 "type": "->",
177 "args": []
178 },
179 {
180 "file": "/app/vendor/hottab/library/database/src/Repository/DatastoreQuery.php",
181 "line": 64,
182 "function": "hydrate",
183 "class": "Hottab\\Database\\Repository\\DatastoreQuery",
184 "type": "->",
185 "args": [
186 {}
187 ]
188 },
189 {
190 "file": "/app/app/Service/OrderService.php",
191 "line": 523,
192 "function": "get",
193 "class": "Hottab\\Database\\Repository\\DatastoreQuery",
194 "type": "->",
195 "args": []
196 },
197 {
198 "file": "/app/app/Http/Controllers/Consumer/OrderController.php",
199 "line": 180,
200 "function": "selectAllCustomerOrder",
201 "class": "App\\Service\\OrderService",
202 "type": "->",
203 "args": [
204 {
205 "secret_key": "qbktxJY33PKha53jkCpdu6CkFJNZvqds",
206 "outlet_uuid": "89612a70-ba4a-11e8-b752-dd24bbdbd5de",
207 "limit": "4",
208 "page_cursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE=",
209 "customer_uuid": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4",
210 "type": 0
211 },
212 [],
213 true
214 ]
215 },
216 {
217 "function": "selectAllCustomerOrderFromBiz",
218 "class": "App\\Http\\Controllers\\Consumer\\OrderController",
219 "type": "->",
220 "args": [
221 "6c28bb90-ed43-11e8-b282-f301cf1f5ae4",
222 {
223 "ggConfig": {
224 "projectId": "hottab-in"
225 }
226 }
227 ]
228 },
229 {
230 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Controller.php",
231 "line": 55,
232 "function": "call_user_func_array",
233 "args": [
234 [
235 {
236 "request": null,
237 "input": {
238 "secret_key": "qbktxJY33PKha53jkCpdu6CkFJNZvqds",
239 "outlet_uuid": "89612a70-ba4a-11e8-b752-dd24bbdbd5de",
240 "limit": "4",
241 "page_cursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE="
242 },
243 "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTMyMzMwMzMsImlzX3JlZnJlc2hfdG9rZW4iOmZhbHNlLCJzdWIiOiI5MzQ4YWYxMC0zNjIwLTExZTgtODliYS01MWY4MjczMjk3YjUiLCJpc3MiOiJodHRwczovL2FjbC1kb3QtaG90dGFiLWluLmFwcHNwb3QuY29tL2FwaS92Mi9sb2dpbiIsImlhdCI6MTU1MzIyOTQzMywibmJmIjoxNTUzMjI5NDMzLCJqdGkiOiJLaktBdlpiVlhGZHpmQTdQIn0.WqaY2L3TYhSzOE6wTTh7xAQWURCComxAtFzTI2kvPGY",
244 "user": {
245 "id": null,
246 "user_uuid": "9348af10-3620-11e8-89ba-51f8273297b5",
247 "email": "newday042018@gmail.com",
248 "first_name": null,
249 "last_name": null,
250 "phone": "016722873807",
251 "country_code": 84,
252 "status": 1,
253 "boarding_step": 9,
254 "photo": null,
255 "created_by": null,
256 "type": 1,
257 "created_at": "2018-04-02 02:50:17",
258 "updated_at": "2018-06-08 18:13:37"
259 },
260 "lang": {
261 "id": 1,
262 "name": "English - English",
263 "iso_code": "en",
264 "order": 2,
265 "flag_url": "https://storage.googleapis.com/img-hottab/flags/united-kingdom.png"
266 }
267 },
268 "selectAllCustomerOrderFromBiz"
269 ],
270 {
271 "0": {
272 "ggConfig": {
273 "projectId": "hottab-in"
274 }
275 },
276 "customer_uuid": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4"
277 }
278 ]
279 },
280 {
281 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php",
282 "line": 44,
283 "function": "callAction",
284 "class": "Illuminate\\Routing\\Controller",
285 "type": "->",
286 "args": [
287 "selectAllCustomerOrderFromBiz",
288 {
289 "0": {
290 "ggConfig": {
291 "projectId": "hottab-in"
292 }
293 },
294 "customer_uuid": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4"
295 }
296 ]
297 },
298 {
299 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Route.php",
300 "line": 203,
301 "function": "dispatch",
302 "class": "Illuminate\\Routing\\ControllerDispatcher",
303 "type": "->",
304 "args": [
305 {
306 "uri": "orders/customers/{customer_uuid}",
307 "methods": [
308 "GET",
309 "HEAD"
310 ],
311 "action": {
312 "middleware": [
313 "check-route-key",
314 "user.roles"
315 ],
316 "uses": "\\App\\Http\\Controllers\\Consumer\\OrderController@selectAllCustomerOrderFromBiz",
317 "controller": "\\App\\Http\\Controllers\\Consumer\\OrderController@selectAllCustomerOrderFromBiz",
318 "namespace": "\\App\\Http\\Controllers\\Consumer",
319 "prefix": "orders",
320 "where": []
321 },
322 "controller": {
323 "request": null,
324 "input": {
325 "secret_key": "qbktxJY33PKha53jkCpdu6CkFJNZvqds",
326 "outlet_uuid": "89612a70-ba4a-11e8-b752-dd24bbdbd5de",
327 "limit": "4",
328 "page_cursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE="
329 },
330 "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTMyMzMwMzMsImlzX3JlZnJlc2hfdG9rZW4iOmZhbHNlLCJzdWIiOiI5MzQ4YWYxMC0zNjIwLTExZTgtODliYS01MWY4MjczMjk3YjUiLCJpc3MiOiJodHRwczovL2FjbC1kb3QtaG90dGFiLWluLmFwcHNwb3QuY29tL2FwaS92Mi9sb2dpbiIsImlhdCI6MTU1MzIyOTQzMywibmJmIjoxNTUzMjI5NDMzLCJqdGkiOiJLaktBdlpiVlhGZHpmQTdQIn0.WqaY2L3TYhSzOE6wTTh7xAQWURCComxAtFzTI2kvPGY",
331 "user": {
332 "id": null,
333 "user_uuid": "9348af10-3620-11e8-89ba-51f8273297b5",
334 "email": "newday042018@gmail.com",
335 "first_name": null,
336 "last_name": null,
337 "phone": "016722873807",
338 "country_code": 84,
339 "status": 1,
340 "boarding_step": 9,
341 "photo": null,
342 "created_by": null,
343 "type": 1,
344 "created_at": "2018-04-02 02:50:17",
345 "updated_at": "2018-06-08 18:13:37"
346 },
347 "lang": {
348 "id": 1,
349 "name": "English - English",
350 "iso_code": "en",
351 "order": 2,
352 "flag_url": "https://storage.googleapis.com/img-hottab/flags/united-kingdom.png"
353 }
354 },
355 "defaults": [],
356 "wheres": [],
357 "parameters": {
358 "customer_uuid": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4"
359 },
360 "parameterNames": [
361 "customer_uuid"
362 ],
363 "computedMiddleware": [
364 "check-route-key",
365 "user.roles"
366 ],
367 "compiled": {}
368 },
369 {
370 "request": null,
371 "input": {
372 "secret_key": "qbktxJY33PKha53jkCpdu6CkFJNZvqds",
373 "outlet_uuid": "89612a70-ba4a-11e8-b752-dd24bbdbd5de",
374 "limit": "4",
375 "page_cursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE="
376 },
377 "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTMyMzMwMzMsImlzX3JlZnJlc2hfdG9rZW4iOmZhbHNlLCJzdWIiOiI5MzQ4YWYxMC0zNjIwLTExZTgtODliYS01MWY4MjczMjk3YjUiLCJpc3MiOiJodHRwczovL2FjbC1kb3QtaG90dGFiLWluLmFwcHNwb3QuY29tL2FwaS92Mi9sb2dpbiIsImlhdCI6MTU1MzIyOTQzMywibmJmIjoxNTUzMjI5NDMzLCJqdGkiOiJLaktBdlpiVlhGZHpmQTdQIn0.WqaY2L3TYhSzOE6wTTh7xAQWURCComxAtFzTI2kvPGY",
378 "user": {
379 "id": null,
380 "user_uuid": "9348af10-3620-11e8-89ba-51f8273297b5",
381 "email": "newday042018@gmail.com",
382 "first_name": null,
383 "last_name": null,
384 "phone": "016722873807",
385 "country_code": 84,
386 "status": 1,
387 "boarding_step": 9,
388 "photo": null,
389 "created_by": null,
390 "type": 1,
391 "created_at": "2018-04-02 02:50:17",
392 "updated_at": "2018-06-08 18:13:37"
393 },
394 "lang": {
395 "id": 1,
396 "name": "English - English",
397 "iso_code": "en",
398 "order": 2,
399 "flag_url": "https://storage.googleapis.com/img-hottab/flags/united-kingdom.png"
400 }
401 },
402 "selectAllCustomerOrderFromBiz"
403 ]
404 },
405 {
406 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Route.php",
407 "line": 160,
408 "function": "runController",
409 "class": "Illuminate\\Routing\\Route",
410 "type": "->",
411 "args": []
412 },
413 {
414 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Router.php",
415 "line": 572,
416 "function": "run",
417 "class": "Illuminate\\Routing\\Route",
418 "type": "->",
419 "args": []
420 },
421 {
422 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
423 "line": 30,
424 "function": "Illuminate\\Routing\\{closure}",
425 "class": "Illuminate\\Routing\\Router",
426 "type": "->",
427 "args": [
428 {
429 "attributes": {},
430 "request": {},
431 "query": {},
432 "server": {},
433 "files": {},
434 "cookies": {},
435 "headers": {}
436 }
437 ]
438 },
439 {
440 "file": "/app/vendor/hottab/library/acl/Middleware/CheckAuth.php",
441 "line": 34,
442 "function": "Illuminate\\Routing\\{closure}",
443 "class": "Illuminate\\Routing\\Pipeline",
444 "type": "->",
445 "args": [
446 {
447 "attributes": {},
448 "request": {},
449 "query": {},
450 "server": {},
451 "files": {},
452 "cookies": {},
453 "headers": {}
454 }
455 ]
456 },
457 {
458 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
459 "line": 148,
460 "function": "handle",
461 "class": "Hottab\\ACL\\Middleware\\CheckAuth",
462 "type": "->",
463 "args": [
464 {
465 "attributes": {},
466 "request": {},
467 "query": {},
468 "server": {},
469 "files": {},
470 "cookies": {},
471 "headers": {}
472 },
473 {}
474 ]
475 },
476 {
477 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
478 "line": 53,
479 "function": "Illuminate\\Pipeline\\{closure}",
480 "class": "Illuminate\\Pipeline\\Pipeline",
481 "type": "->",
482 "args": [
483 {
484 "attributes": {},
485 "request": {},
486 "query": {},
487 "server": {},
488 "files": {},
489 "cookies": {},
490 "headers": {}
491 }
492 ]
493 },
494 {
495 "file": "/app/vendor/hottab/library/http/Middleware/CheckRouteKey.php",
496 "line": 54,
497 "function": "Illuminate\\Routing\\{closure}",
498 "class": "Illuminate\\Routing\\Pipeline",
499 "type": "->",
500 "args": [
501 {
502 "attributes": {},
503 "request": {},
504 "query": {},
505 "server": {},
506 "files": {},
507 "cookies": {},
508 "headers": {}
509 }
510 ]
511 },
512 {
513 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
514 "line": 148,
515 "function": "handle",
516 "class": "Hottab\\Http\\Middleware\\CheckRouteKey",
517 "type": "->",
518 "args": [
519 {
520 "attributes": {},
521 "request": {},
522 "query": {},
523 "server": {},
524 "files": {},
525 "cookies": {},
526 "headers": {}
527 },
528 {}
529 ]
530 },
531 {
532 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
533 "line": 53,
534 "function": "Illuminate\\Pipeline\\{closure}",
535 "class": "Illuminate\\Pipeline\\Pipeline",
536 "type": "->",
537 "args": [
538 {
539 "attributes": {},
540 "request": {},
541 "query": {},
542 "server": {},
543 "files": {},
544 "cookies": {},
545 "headers": {}
546 }
547 ]
548 },
549 {
550 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
551 "line": 102,
552 "function": "Illuminate\\Routing\\{closure}",
553 "class": "Illuminate\\Routing\\Pipeline",
554 "type": "->",
555 "args": [
556 {
557 "attributes": {},
558 "request": {},
559 "query": {},
560 "server": {},
561 "files": {},
562 "cookies": {},
563 "headers": {}
564 }
565 ]
566 },
567 {
568 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Router.php",
569 "line": 574,
570 "function": "then",
571 "class": "Illuminate\\Pipeline\\Pipeline",
572 "type": "->",
573 "args": [
574 {}
575 ]
576 },
577 {
578 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Router.php",
579 "line": 533,
580 "function": "runRouteWithinStack",
581 "class": "Illuminate\\Routing\\Router",
582 "type": "->",
583 "args": [
584 {
585 "uri": "orders/customers/{customer_uuid}",
586 "methods": [
587 "GET",
588 "HEAD"
589 ],
590 "action": {
591 "middleware": [
592 "check-route-key",
593 "user.roles"
594 ],
595 "uses": "\\App\\Http\\Controllers\\Consumer\\OrderController@selectAllCustomerOrderFromBiz",
596 "controller": "\\App\\Http\\Controllers\\Consumer\\OrderController@selectAllCustomerOrderFromBiz",
597 "namespace": "\\App\\Http\\Controllers\\Consumer",
598 "prefix": "orders",
599 "where": []
600 },
601 "controller": {
602 "request": null,
603 "input": {
604 "secret_key": "qbktxJY33PKha53jkCpdu6CkFJNZvqds",
605 "outlet_uuid": "89612a70-ba4a-11e8-b752-dd24bbdbd5de",
606 "limit": "4",
607 "page_cursor": "Cm8KKQoQb3JkZXIuY3JlYXRlZF9hdBIVGhMyMDE4LTEyLTI2IDA0OjQ3OjIzEj5qC2J aG90dGFiLXB3ci8LEgVPcmRlciIkNTYyZmMyYzAtMDhjOS0xMWU5LWI4MTctZDEzYzIwMjQ1ODg2DBgAIAE="
608 },
609 "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTMyMzMwMzMsImlzX3JlZnJlc2hfdG9rZW4iOmZhbHNlLCJzdWIiOiI5MzQ4YWYxMC0zNjIwLTExZTgtODliYS01MWY4MjczMjk3YjUiLCJpc3MiOiJodHRwczovL2FjbC1kb3QtaG90dGFiLWluLmFwcHNwb3QuY29tL2FwaS92Mi9sb2dpbiIsImlhdCI6MTU1MzIyOTQzMywibmJmIjoxNTUzMjI5NDMzLCJqdGkiOiJLaktBdlpiVlhGZHpmQTdQIn0.WqaY2L3TYhSzOE6wTTh7xAQWURCComxAtFzTI2kvPGY",
610 "user": {
611 "id": null,
612 "user_uuid": "9348af10-3620-11e8-89ba-51f8273297b5",
613 "email": "newday042018@gmail.com",
614 "first_name": null,
615 "last_name": null,
616 "phone": "016722873807",
617 "country_code": 84,
618 "status": 1,
619 "boarding_step": 9,
620 "photo": null,
621 "created_by": null,
622 "type": 1,
623 "created_at": "2018-04-02 02:50:17",
624 "updated_at": "2018-06-08 18:13:37"
625 },
626 "lang": {
627 "id": 1,
628 "name": "English - English",
629 "iso_code": "en",
630 "order": 2,
631 "flag_url": "https://storage.googleapis.com/img-hottab/flags/united-kingdom.png"
632 }
633 },
634 "defaults": [],
635 "wheres": [],
636 "parameters": {
637 "customer_uuid": "6c28bb90-ed43-11e8-b282-f301cf1f5ae4"
638 },
639 "parameterNames": [
640 "customer_uuid"
641 ],
642 "computedMiddleware": [
643 "check-route-key",
644 "user.roles"
645 ],
646 "compiled": {}
647 },
648 {
649 "attributes": {},
650 "request": {},
651 "query": {},
652 "server": {},
653 "files": {},
654 "cookies": {},
655 "headers": {}
656 }
657 ]
658 },
659 {
660 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Router.php",
661 "line": 511,
662 "function": "dispatchToRoute",
663 "class": "Illuminate\\Routing\\Router",
664 "type": "->",
665 "args": [
666 {
667 "attributes": {},
668 "request": {},
669 "query": {},
670 "server": {},
671 "files": {},
672 "cookies": {},
673 "headers": {}
674 }
675 ]
676 },
677 {
678 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php",
679 "line": 176,
680 "function": "dispatch",
681 "class": "Illuminate\\Routing\\Router",
682 "type": "->",
683 "args": [
684 {
685 "attributes": {},
686 "request": {},
687 "query": {},
688 "server": {},
689 "files": {},
690 "cookies": {},
691 "headers": {}
692 }
693 ]
694 },
695 {
696 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
697 "line": 30,
698 "function": "Illuminate\\Foundation\\Http\\{closure}",
699 "class": "Illuminate\\Foundation\\Http\\Kernel",
700 "type": "->",
701 "args": [
702 {
703 "attributes": {},
704 "request": {},
705 "query": {},
706 "server": {},
707 "files": {},
708 "cookies": {},
709 "headers": {}
710 }
711 ]
712 },
713 {
714 "file": "/app/vendor/barryvdh/laravel-cors/src/HandleCors.php",
715 "line": 37,
716 "function": "Illuminate\\Routing\\{closure}",
717 "class": "Illuminate\\Routing\\Pipeline",
718 "type": "->",
719 "args": [
720 {
721 "attributes": {},
722 "request": {},
723 "query": {},
724 "server": {},
725 "files": {},
726 "cookies": {},
727 "headers": {}
728 }
729 ]
730 },
731 {
732 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
733 "line": 148,
734 "function": "handle",
735 "class": "Barryvdh\\Cors\\HandleCors",
736 "type": "->",
737 "args": [
738 {
739 "attributes": {},
740 "request": {},
741 "query": {},
742 "server": {},
743 "files": {},
744 "cookies": {},
745 "headers": {}
746 },
747 {}
748 ]
749 },
750 {
751 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
752 "line": 53,
753 "function": "Illuminate\\Pipeline\\{closure}",
754 "class": "Illuminate\\Pipeline\\Pipeline",
755 "type": "->",
756 "args": [
757 {
758 "attributes": {},
759 "request": {},
760 "query": {},
761 "server": {},
762 "files": {},
763 "cookies": {},
764 "headers": {}
765 }
766 ]
767 },
768 {
769 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php",
770 "line": 30,
771 "function": "Illuminate\\Routing\\{closure}",
772 "class": "Illuminate\\Routing\\Pipeline",
773 "type": "->",
774 "args": [
775 {
776 "attributes": {},
777 "request": {},
778 "query": {},
779 "server": {},
780 "files": {},
781 "cookies": {},
782 "headers": {}
783 }
784 ]
785 },
786 {
787 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
788 "line": 148,
789 "function": "handle",
790 "class": "Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest",
791 "type": "->",
792 "args": [
793 {
794 "attributes": {},
795 "request": {},
796 "query": {},
797 "server": {},
798 "files": {},
799 "cookies": {},
800 "headers": {}
801 },
802 {}
803 ]
804 },
805 {
806 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
807 "line": 53,
808 "function": "Illuminate\\Pipeline\\{closure}",
809 "class": "Illuminate\\Pipeline\\Pipeline",
810 "type": "->",
811 "args": [
812 {
813 "attributes": {},
814 "request": {},
815 "query": {},
816 "server": {},
817 "files": {},
818 "cookies": {},
819 "headers": {}
820 }
821 ]
822 },
823 {
824 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php",
825 "line": 30,
826 "function": "Illuminate\\Routing\\{closure}",
827 "class": "Illuminate\\Routing\\Pipeline",
828 "type": "->",
829 "args": [
830 {
831 "attributes": {},
832 "request": {},
833 "query": {},
834 "server": {},
835 "files": {},
836 "cookies": {},
837 "headers": {}
838 }
839 ]
840 },
841 {
842 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
843 "line": 148,
844 "function": "handle",
845 "class": "Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest",
846 "type": "->",
847 "args": [
848 {
849 "attributes": {},
850 "request": {},
851 "query": {},
852 "server": {},
853 "files": {},
854 "cookies": {},
855 "headers": {}
856 },
857 {}
858 ]
859 },
860 {
861 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
862 "line": 53,
863 "function": "Illuminate\\Pipeline\\{closure}",
864 "class": "Illuminate\\Pipeline\\Pipeline",
865 "type": "->",
866 "args": [
867 {
868 "attributes": {},
869 "request": {},
870 "query": {},
871 "server": {},
872 "files": {},
873 "cookies": {},
874 "headers": {}
875 }
876 ]
877 },
878 {
879 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php",
880 "line": 27,
881 "function": "Illuminate\\Routing\\{closure}",
882 "class": "Illuminate\\Routing\\Pipeline",
883 "type": "->",
884 "args": [
885 {
886 "attributes": {},
887 "request": {},
888 "query": {},
889 "server": {},
890 "files": {},
891 "cookies": {},
892 "headers": {}
893 }
894 ]
895 },
896 {
897 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
898 "line": 148,
899 "function": "handle",
900 "class": "Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize",
901 "type": "->",
902 "args": [
903 {
904 "attributes": {},
905 "request": {},
906 "query": {},
907 "server": {},
908 "files": {},
909 "cookies": {},
910 "headers": {}
911 },
912 {}
913 ]
914 },
915 {
916 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
917 "line": 53,
918 "function": "Illuminate\\Pipeline\\{closure}",
919 "class": "Illuminate\\Pipeline\\Pipeline",
920 "type": "->",
921 "args": [
922 {
923 "attributes": {},
924 "request": {},
925 "query": {},
926 "server": {},
927 "files": {},
928 "cookies": {},
929 "headers": {}
930 }
931 ]
932 },
933 {
934 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php",
935 "line": 46,
936 "function": "Illuminate\\Routing\\{closure}",
937 "class": "Illuminate\\Routing\\Pipeline",
938 "type": "->",
939 "args": [
940 {
941 "attributes": {},
942 "request": {},
943 "query": {},
944 "server": {},
945 "files": {},
946 "cookies": {},
947 "headers": {}
948 }
949 ]
950 },
951 {
952 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
953 "line": 148,
954 "function": "handle",
955 "class": "Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode",
956 "type": "->",
957 "args": [
958 {
959 "attributes": {},
960 "request": {},
961 "query": {},
962 "server": {},
963 "files": {},
964 "cookies": {},
965 "headers": {}
966 },
967 {}
968 ]
969 },
970 {
971 "file": "/app/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
972 "line": 53,
973 "function": "Illuminate\\Pipeline\\{closure}",
974 "class": "Illuminate\\Pipeline\\Pipeline",
975 "type": "->",
976 "args": [
977 {
978 "attributes": {},
979 "request": {},
980 "query": {},
981 "server": {},
982 "files": {},
983 "cookies": {},
984 "headers": {}
985 }
986 ]
987 },
988 {
989 "file": "/app/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
990 "line": 102,
991 "function": "Illuminate\\Routing\\{closure}",
992 "class": "Illuminate\\Routing\\Pipeline",
993 "type": "->",
994 "args": [
995 {
996 "attributes": {},
997 "request": {},
998 "query": {},
999 "server": {},
1000 "files": {},
1001 "cookies": {},
1002 "headers": {}
1003 }
1004 ]
1005 },
1006 {
1007 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php",
1008 "line": 151,
1009 "function": "then",
1010 "class": "Illuminate\\Pipeline\\Pipeline",
1011 "type": "->",
1012 "args": [
1013 {}
1014 ]
1015 },
1016 {
1017 "file": "/app/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php",
1018 "line": 116,
1019 "function": "sendRequestThroughRouter",
1020 "class": "Illuminate\\Foundation\\Http\\Kernel",
1021 "type": "->",
1022 "args": [
1023 {
1024 "attributes": {},
1025 "request": {},
1026 "query": {},
1027 "server": {},
1028 "files": {},
1029 "cookies": {},
1030 "headers": {}
1031 }
1032 ]
1033 },
1034 {
1035 "file": "/app/public/index.php",
1036 "line": 55,
1037 "function": "handle",
1038 "class": "Illuminate\\Foundation\\Http\\Kernel",
1039 "type": "->",
1040 "args": [
1041 {
1042 "attributes": {},
1043 "request": {},
1044 "query": {},
1045 "server": {},
1046 "files": {},
1047 "cookies": {},
1048 "headers": {}
1049 }
1050 ]
1051 }
1052 ],
1053 "general": {
1054 "code": "error_code_400_message_mismatched_databases_within_request_bhottab_pw_vs_bhottab_in_status_invalid_argument_rule_error",
1055 "message": "{\n \"error\": {\n \"code\": 400,\n \"message\": \"mismatched databases within request: b~hottab-pw vs. b~hottab-in\",\n \"status\": \"INVALID_ARGUMENT\"\n }\n}\n"
1056 }
1057 }
1058}