You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"We recommend changing the property name and wrapping the value in slugify() to ensure you don't redeploy any functions."
We changed our inngest client name: "Rec" to id: slugify("Rec") and that caused our app to be archived and a new app to appear.
All functions started to fail. We had to unarchive the original app, create a new PR changing from id: slugify("Rec") to id: "Rec" and manually copy all events that failed and replay them one by one as there is no way to select to which app run an event...
Very unfortunate...
Slugify is safe for functions but not for app id!!!
The text was updated successfully, but these errors were encountered:
https://www.inngest.com/docs/sdk/migration#clients-and-functions-require-ids
"We recommend changing the property name and wrapping the value in slugify() to ensure you don't redeploy any functions."
We changed our inngest client
name: "Rec"
toid: slugify("Rec")
and that caused our app to be archived and a new app to appear.All functions started to fail. We had to unarchive the original app, create a new PR changing from
id: slugify("Rec")
toid: "Rec"
and manually copy all events that failed and replay them one by one as there is no way to select to which app run an event...Very unfortunate...
Slugify is safe for functions but not for app id!!!
The text was updated successfully, but these errors were encountered: