Closed (fixed)
Project:
External Entities
Version:
8.x-2.0-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jun 2023 at 13:52 UTC
Updated:
23 Jan 2024 at 13:19 UTC
Jump to comment: Most recent
If there is an issue with communicating with the API defined in an external entity type or an external entity has been deleted the site crashes with Guzzle errors and stack trace on screen.
Change the API URL to a non-existent URL. Go to the page listing that external content.
Add error handling to the Storage Clients
Verify the patch supplied
None
None
None
| Comment | File | Size | Author |
|---|---|---|---|
| add_exception_management.patch | 11.4 KB | rory downes |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
shiv_yadavComment #4
shiv_yadavComment #5
pefferen commentedComment #6
pefferen commentedAdded the code from patch, removed the hardcoded check to disable certificate check for local url's, please create an other issue for this unrelated change. ALtered error handling a bit so that the user get a message there are no external entities found. Developers can check the log for the exceptions.
Comment #7
pefferen commentedComment #10
pefferen commentedcommitted to dev