Waiting for logs

My service is failing to start and the log window just says “Waiting for logs…”, forever. It was working a few days ago.

I found the problem:

I had a SECRET with a single quote in the value, which causes the build to fail hard right away.

The SECRET value was something like: “John’s”. Changing the value to “Johns” fixed the build.

So it looks like there is a bug in parsing secrets that contain single-quotes.

Hello,

Are you using the buildpack builder, or the docker builder?

I’m trying to reproduce the issue to fix it!

The problem should be fixed now. Can you please retry?

Yes, it’s working now. Thanks.