Announcement

Collapse
No announcement yet.

Possibly bug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Possibly bug

    Request http://server/api/v1/Voi...tion/checkCall cause 405 error

    Code:
    Trace:
    0 /fs/www//vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php(58): Slim\Middleware\RoutingMiddleware->performRouting()
    1 /fs/www//vendor/slim/slim/Slim/MiddlewareDispatcher.php(147): Slim\Middleware\RoutingMiddleware->process()
    2 /fs/www//vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(107): Psr\Http\Server\RequestHandlerInterface@anonymous->handle()
    3 /fs/www//vendor/slim/slim/Slim/MiddlewareDispatcher.php(147): Slim\Middleware\ErrorMiddleware->process()
    4 /fs/www//vendor/slim/slim/Slim/MiddlewareDispatcher.php(81): Psr\Http\Server\RequestHandlerInterface@anonymous->handle()
    5 /fs/www//vendor/slim/slim/Slim/App.php(215): Slim\MiddlewareDispatcher->handle()
    6 /fs/www//vendor/slim/slim/Slim/App.php(199): Slim\App->handle()
    7 /fs/www//application/Espo/Core/Api/Starter.php(79): Slim\App->run()
    8 /fs/www//application/Espo/Core/ApplicationRunners/Api.php(49): Espo\Core\Api\Starter->start()
    9 /fs/www//application/Espo/Core/Application/RunnerRunner.php(85): Espo\Core\ApplicationRunners\Api->run()
    10 /fs/www//application/Espo/Core/Application.php(81): Espo\Core\Application\RunnerRunner->run()
    11 /fs/www//public/api/v1/index.php(37): Espo\Core\Application->run()
    12 {main} Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor. [] []

  • #2
    Hi dimyy,

    The same error has already been discussed on the forum: https://forum.espocrm.com/forum/anno...0249#post80249.

    As Yuri said, maybe you have API requests being made to your Espo with non-allowed methods?
    The Slim library has been updated in v7.0 that's must be the cause why errors started to occur.

    Comment


    • #3
      The problem occurred with the requested type "option". These requests occur during CORS calls. Server configuration problem with our client.

      Comment

      Working...
      X