Tommaso Ricci
Results
2
comments of
Tommaso Ricci
I was able to make SSR work by following this https://kodius.com/blog/nuxt-ssr-on-amplify/.
Ok I've solved the problem: this is wrong `{{ config(partitioned_by='day') }}` should be `{{ config(partitioned_by=['day']) }}` what is less obvious is that if you declare the partition column at the...