user
06/24/2021, 1:33 PMuser
06/24/2021, 1:34 PMantonioribeiro
06/24/2021, 1:34 PMantonioribeiro
06/24/2021, 1:35 PMuser
06/24/2021, 1:35 PMantonioribeiro
06/24/2021, 1:37 PMuser
06/24/2021, 1:37 PMuser
06/24/2021, 1:37 PMvianney
06/24/2021, 8:02 PMifox
06/24/2021, 9:19 PMFilter.vue
file under resources/assets/js/components
and run php artisan twill:build
, that should do the trickKirk Bushell
06/27/2021, 12:22 AMKirk Bushell
06/27/2021, 12:22 AMifox
06/27/2021, 6:31 PMKirk Bushell
06/27/2021, 9:30 PMdomihagen
06/29/2021, 9:09 AMifox
06/29/2021, 9:30 AMifox
06/29/2021, 9:30 AMdomihagen
06/29/2021, 9:32 AMpublic function report(Throwable $exception)
{
if (app()->bound('sentry') && $this->shouldReport($exception)) {
app('sentry')->captureException($exception);
}
parent::report($exception);
}
The actual Error, that wasn´t tracked, was that one:
Repository class not found for model 'Contact' {"userId":59,"exception":"[object] (Exception(code: 0): Repository class not found for model 'Contact' at /var/www/vendor/area17/twill/src/Repositories/ModuleRepository.php:879)
domihagen
06/29/2021, 9:33 AMdomihagen
06/29/2021, 9:35 AMdomihagen
06/29/2021, 9:36 AM{
"browsers": {
"contact": [
2
]
}
}
This is the Block, that made the issue:
{
"browsers": {
"contact": []
}
}
ifox
06/29/2021, 9:38 AMifox
06/29/2021, 9:39 AMrelated
table thoughdomihagen
06/29/2021, 9:40 AMrelated
Table there only was the relationship from the original Blockdomihagen
06/29/2021, 9:41 AMifox
06/29/2021, 9:41 AMdomihagen
06/29/2021, 9:42 AMdomihagen
06/29/2021, 9:43 AM{
"id": 152537,
"type": "a17-block-contact",
"content": [],
"medias": [],
"browsers": [],
"blocks": []
}
Revision from 16:58
{
"id": 152564,
"type": "a17-block-contact",
"content": [],
"medias": [],
"browsers": {
"contact": []
},
"blocks": []
}
ifox
06/29/2021, 9:44 AM