The ability to use V3 Create Nested works.
This commit is contained in:
@@ -124,7 +124,10 @@ export const post_object = async function post_object({
|
||||
console.warn('404 Not Found. Returning null.');
|
||||
return null; // Returning null since there were no results
|
||||
}
|
||||
throw new Error(`HTTP error! status: ${response.status}`);
|
||||
|
||||
const errorBody = await response.text();
|
||||
console.error(`HTTP error! status: ${response.status}`, errorBody);
|
||||
throw new Error(`HTTP error! status: ${response.status} - ${errorBody}`);
|
||||
}
|
||||
|
||||
if (!return_blob) {
|
||||
|
||||
Reference in New Issue
Block a user