Custom routes file is not exists: custom/application/Ext/Api/V8/Config/routes.php

Hello,

I did a vanilla install of suitecrm 8.
I managed to request access token… and run different GET curl request which work pulling acct info etc…

When i try to do patch i receive this in suitecrm.log
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/slim.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/controllers.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/factories.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/globals.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/helpers.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/middlewares.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/params.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/services.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/validators.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/services.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom file is not exists: custom/application/Ext/Api/V8/beanAliases.php
Thu Jan 14 05:01:55 2021 [31924][-none-][DEBUG] Custom routes file is not exists: custom/application/Ext/Api/V8/Config/routes.php

Hi @rasel,

I assume you mean SuiteCRM 7 and had an issue when using the V8 API?

Have you set permissions correctly following this guide on the docs?

Problem fixed… i was using the latest 7.11.18 it was Contacts not Contact and module not module/ in url

1 Like