Matt Luo
Matt Luo9mo ago

Considerations for changing app name

Is the Project slug in Convex safe to change without impacting app functionality? Corresponding kapa conversation: https://discord.com/channels/1019350475847499849/1253375548844019743
4 Replies
jamwt
jamwt9mo ago
yeah deployment names (wild-tiger-362) are keys all over the place, but pretty sure nothing operational is keyed on the project slug pretty sure project slug is mostly just a URL routing fragment for the dashboard so reloading existing dashboard tabs might not work? likely nothing worse than that, impact wise internally projects' ids in Convex's databases are actually just integers
Matt Luo
Matt LuoOP9mo ago
Thanks Jamie. By the way, I really like the URL path structure for the Convex dashboard. Makes storing bookmarks easy and legible.
sshader
sshader9mo ago
The only thing I can think of that's keyed on project slug is deploy keys for preview deployments (https://docs.convex.dev/production/hosting/preview-deployments)
Preview Deployments | Convex Developer Hub
Use Convex with your hosting provider's preview deployments
jamwt
jamwt9mo ago
ah good point

Did you find this page helpful?