Jordan de Laune

Results 24 comments of Jordan de Laune

So I've checked the spacing on my `serverless.yml`. But even with `existing: true` CloudFormation tries to create the S3 bucket and fails because it already exists. ``` events: - s3:...

``` service: img-resizer frameworkVersion: ">=1.0.0

My apologies, figured out my issue was our CI server had an old version of serverless on it before the existing property was supported. It works as expected.

Because doctrine-bundle is using this filter? So I would suspect either the data we are passing it isn't encoded properly or we need to provide a specific encoding for it.

Sorry had a busy week, here is an example project reproducing the issue: https://github.com/jdelaune/ulid-profiler-bug Narrowed it down to the Doctrine SQL Filter causing the issue.

I'm running MySQL looks like you are on PostgreSQL? ```Twig\Error\RuntimeError: The string to escape is not a valid UTF-8 string. at vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:219 at twig_escape_filter(object(Environment), 'SELECT t0.id AS id_1, t0.name AS...

Ah sorry, I just left whatever Symfony autogenerated and was using a `.env.local`. I assume Doctrine SQL Filters are meant to be used on MySQL or PostgreSQL so neither outcome...

Using a certificate Arn worked for me in 4.2.0, I didn't have a custom hostedZoneId specified, that's the only difference between our configs.