Daniel Cañete

Results 5 comments of Daniel Cañete

I also can't use .secret.local. Using version 12.2.1. I have tried a lot of different ways to setup that file, (as a dotenv, json, and more), but always get a...

I'm having same issue. When I execute with --debug, I can see this 502 response in configs calls: [2024-06-19T07:04:46.862Z] >>> [apiv2][query] GET https://runtimeconfig.googleapis.com/v1beta1/projects/XXXXXX/configs [none] [2024-06-19T07:05:26.615Z]

In my case, I print a list of products, so it's not fixed. I solve now with a function to calculate the height of each product text, but it's bad...

My solution it's awful, because I estimate a max height for each row, and then, I save the end with an offset height, which give me a white space, but...