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
[self-host] fix dashboard and generate_key env vars (#33870)
1. fix the mixed up `./generate_key` arguments
2. `NEXT_PUBLIC_ADMIN_KEY` is unused, so remove it
3. `NEXT_PUBLIC_DEPLOYMENT_URL` is baked in at nextjs build-time, so we need to set it at build time, otherwise we get errors when ConvexReactClient tries to connect to url=undefined. I don't know how to fix this, but to unblock the build let's hard-code the value at build time to the default http://127.0.0.1:3210
GitOrigin-RevId: 80f1ff612eaa6cd2b76bdbb4ffd787ee21ccf058
0 commit comments