l-you
l-you
@oojacoboo `[Right]` does not hide a field if no `[HideIfUnauthorized]` attribute provided as I know It just throws an `GraphQLException`. It can be caught with `#[FailWith]` to return `null`. Schema...
> @rusted-love the `WebonyxGraphqlMiddleware` has the `ServerConfig::getContext` (`$this-config->getContext()`). I'm guessing this could get passed through somehow. `$this-config->getContext() ` is instance of `$contextValue` passed in `executeQuery`. Please look a [this section](https://graphqlite.thecodingmachine.io/docs/other-frameworks#graphqlite-context)...
> @rusted-love this is only for executing queries “manually” using webonyx, right? Or are you talking about having to pass `Context` elsewhere? > > If only for “manual” or “custom”...
any update?
Same error. I use cyrillic in url parameter for search. This bug is weird. Workaround is to twice `decodeURIComponent` and `encodeURIComponent`
@susimsek does your issue still persist? I think it might be related to the Streaming Metadata feature. https://github.com/vercel/next.js/issues/79313#issuecomment-2972679982
Any update? _Edit by maintainer bot: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it...
@Sreenivas7463 No, it does not work for any domain. Next.js 15.4.2. For example, https://revotale.com/sitemap.xml
Hi @darkweak, I’m sorry, unfortunately I’ve already replaced the usage of Traefik + Sounin with Nginx + Traefik. I don’t have a reproduction.