Search found 4 matches

by Ashley23
22 Dec 2023, 16:30
Forum: Laravel package
Topic: Doesn't indexing the attribute or category models through this url: admin/default/jsonadm/index/catalog
Replies: 5
Views: 5671

Re: Doesn't indexing the attribute or category models through this url: admin/default/jsonadm/index/catalog

Do you use an endpoint different from admin/default/jsonadm/index for your request? I've tried with this request (I think it's for indexing attributes?) which gives error: /admin/default/jsonadm/index/attribute?_token=..... But it's working properly when I try with this request (which I believe it'...
by Ashley23
22 Dec 2023, 12:02
Forum: Laravel package
Topic: Doesn't indexing the attribute or category models through this url: admin/default/jsonadm/index/catalog
Replies: 5
Views: 5671

Re: Doesn't indexing the attribute or category models through this url: admin/default/jsonadm/index/catalog

Seems like you've sent a request with wrong data in the body. Thanks for the response ! In the request body, there was: {"data": ["172"]} And exact data works with " admin/default/jsonadm/index " And even I've tried with this: {"data": [172]} And when I try w...
by Ashley23
21 Dec 2023, 18:53
Forum: Laravel package
Topic: Doesn't indexing the attribute or category models through this url: admin/default/jsonadm/index/catalog
Replies: 5
Views: 5671

Doesn't indexing the attribute or category models through this url: admin/default/jsonadm/index/catalog

Laravel framework version: 10.8.0 Aimeos Laravel version: 2023.04.* PHP Version: 8.1.18 (cli) Environment: Linux (Ubuntu) Every product contains a minimum of 6 different attribute values, and overall there are over 300 attributes and each has min 5 value. But in the catalog page shows up just 9 attr...
by Ashley23
10 Nov 2023, 08:27
Forum: Laravel package
Topic: Doesn't modify the frontend when models are updated with jsonapi
Replies: 1
Views: 1748

Doesn't modify the frontend when models are updated with jsonapi

Laravel framework version: 10.8.0 Aimeos Laravel version: 2023.04.* PHP Version: 8.1.18 (cli) Environment: Linux (Ubuntu) When the models are updated with jsonapi, everything is accurate in admin panel, but things in the frontend doesn't seem so. Especially when they are changed. For example, in the...