Carsten Jaksch
Carsten Jaksch
Isn't this possible with the upcoming **Remote Docker Engine** destination?
Can confirm that. Taxonomy registered on post types `post` and `page` are working in GraphQL. But not `product`. Only that works: ```graphql query NewQuery { products { nodes { name...
Yeah, I tried that. But GraphQL simply doesn't know about my taxonomy. **Register** ```php add_action('init', function() { register_taxonomy('shop', array('post', 'page', 'product'), array( 'labels' => array( 'name' => 'Shops', 'singular_name' =>...
Never mind. I use the plugin Code Snippets for this experiment and snippet scope needs to be everywhere, not just admin. `taxonomyFilter` is working fine, now. That is an okay-ish...
I can confirm now, that lines 312 and 314 need to be adjusted in order to install Coolify on an ipv6 host: ```bash echo "Pulling Coolify latest image ($VERSION)." sudo...
Should have done that earlier, but I had a look in `docker ps` and well ... The pulled Docker container is not starting on the ipv6 host. I added an...
You mention GitHub. Do you mean downloading a site and manually uploading to a repo? In the docs, I found this – but see no way to connect GitHub (or...
This seems like a small change. Why isn't it supported in 2022?
I have the same issue, but with ISR and Speed-Insights (also from Vercel) producing the same error message. Discussion: https://github.com/orgs/vercel/discussions/4460 Can confirm that disabling both Vercel features fixes these issues...
> > any updates on this? can't get postgres working on cloudflare and this might be related > > You can try my adapter while waiting [@chientrm/adapter-cloudflare](https://www.npmjs.com/package/@chientrm/adapter-cloudflare). > > Remember...