#949 d18006d Thanks @jpwilliams! - useInngestSubscription() no longer accepts an app; always use a token when subscribing on the client
#949 d18006d Thanks @jpwilliams! - subscribe() call no longer accepts an app as the first parameter
One can be passed alongside other arguments, e.g.
subscribe({
app,
channel: "hello-world",
topics: ["messages"],
});
An app is still required if you are not using a token retrieved from getSubscriptionToken().
#949 d18006d Thanks @jpwilliams! - Public environment variables (such as NEXT_PUBLIC_*) are now also accessed when looking for Inngest during subscriptions
#949 d18006d Thanks @jpwilliams! - Environment variables are also now captured in Deno and Netlify
Fetched April 3, 2026