Categories admin not showing but in database

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
IOU42
Posts: 26
Joined: 25 Jun 2016, 21:10

Categories admin not showing but in database

Post by IOU42 » 21 May 2021, 08:46

Hi all,

I have a new issue with the backend. The categories have gone missing in the admin section while they are in the database (also if I create a new one, it is in the db but showing in the admin).

Console browser:
Request Method: OPTIONS
Status Code: 405
Referrer Policy: strict-origin-when-cross-origin

files:
send @jquery.min.js:formatted:3919
ajax @jquery.min.js:formatted:3681
(anonymous) @js?lang=en:4562
system:
Running Aimeos Laravel: 2020.10
Laravel Framework 7.30.4
Centos

Can you please give me some guidance on how to solve this error?

Thanks!

System info:
Running Aimeos Laravel: 2022.10
Laravel Framework 9.52
Almalinux
PHP 8.1

User avatar
aimeos
Administrator
Posts: 7917
Joined: 01 Jan 1970, 00:00

Re: Categories admin not showing but in database

Post by aimeos » 23 May 2021, 08:50

Seems like the OPTIONS request isn't allowed by the web server. This is most often a problem when using IIS because it's not allowed by default. Maybe you've restricted your web server to deny OPTIONS requests or have a web application firewall doing the same.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply