jlabs
jlabs
@shuenw Thank you! This had me bashing my head against a wall for a few hours, had no idea what the cause was. I managed to roll back to 2.2.1,...
Came here to log I have the same issue - thinking the recent updates would have fixed the issue. Specs are: MacOS 10.15.7 MacBook Pro (Retina, 15-inch, Early 2013) Processor:...
Updated to 3.0.0-beta.10 and the error has now changed. I now get "API error: “Call to a member function getBody() on string” /Users/j/Dev/cut-and-craft/vendor/verbb/formie/src/integrations/webhooks/Webhook.php:68" All this test function does is: ```...
Found the issue. In `Webhook.php` line 68 is `$rawResponse = (string)$response->getBody();`. The issue is my returned response (for some reason) is causing the `->getBody()` to be missing. If I reve...
Is `getBody()` required? In the function `request` found in `Integration.php`, it has `return ($decodeJson) ? Json::decode($response->getBody()->getContents()) : $response->getBody()->getContents();` Would that not already be doing the `getBody()` and returning the body/contents?
I added `:use-global-leaflet="false"` which changed the error from "[Cannot read properties of undefined (reading 'default')](https://github.com/vue-leaflet/vue-leaflet/issues/278#top)" to "Map container not found". My : ``` ```
I had to revert to 1.92 for VSCode so I could use VSCode and this extension. When updating to VSCode 1.93, VSCode would start first time then I'd get a...
Getting the same here. I've upgraded my work laptop and gone to use TablePlus on the new setup, but get the same error. For me, I get the error when...
Adding to this, I can see the files in the right place in Assets and I can open them. So they do exist. Other notifications send without issue too.
The Craft report page shows `@yii/symfonymailer` - hope that is what you're after? It's user uploaded files that aren't sending. Since I created the issue, more errors have appeared but...