I've been having a problem on several different installations of Espo on AWS instances. If I set the records per page to anything over 200, I receive an "error 403: Access Denied," and nothing displays. If I set it to 200 or below. Everything works fine. This is a huge problem when you have large lists of contacts or loads of old emails you need to delete.
Here's what's in the Espo log:
[2017-05-04 20:05:26] Espo.ERROR: Display Error: Max should should not exceed 200. Use pagination (offset, limit)., Code: 403 URL: /espoabbey/api/v1/Email?folderId=inbox&maxSize=201&offset=0&sortBy=d ateSent&asc=false [] []
I'm not exactly sure what's that message is suggesting. Any help appreciated.
Chris Blair
Here's what's in the Espo log:
[2017-05-04 20:05:26] Espo.ERROR: Display Error: Max should should not exceed 200. Use pagination (offset, limit)., Code: 403 URL: /espoabbey/api/v1/Email?folderId=inbox&maxSize=201&offset=0&sortBy=d ateSent&asc=false [] []
I'm not exactly sure what's that message is suggesting. Any help appreciated.
Chris Blair
Comment