This message was deleted.
# ask-ai
s
This message was deleted.
t
Thanks for reaching out, Uzair. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Hey there! The
sandboxId
is usually set up in the
.env
file of your project. Once you’ve installed the Next.js code and started with
pnpm dev
, here’s a simple way to find or set it up: 1. Take a look at the
.env
file in the root of your project. You should see a line like
SANDBOX_ID=
. If it’s not there, don’t worry—check if there’s a
.env.example
file you can use as a guide. 2. Go ahead and set the
SANDBOX_ID
to your actual sandbox identifier from your LiveKit Cloud dashboard. 3. After you make these changes, be sure to restart your development server so it picks up the new environment variables. If you run into any errors while running your app, like a missing or incorrect
sandboxId
, just double-check your configuration and make sure the
.env
file is properly set up. And of course, if you need any more help, feel free to reach out—I’m here for you! Sources: .env.example | complex-agents/nova-sonic/nova-sonic-form-agent/.env.example | .env.example | .env.example | swift-frontend/VisionDemo/.env.example.xcconfig
t
but i didn't want to create a sandbox env
t
Thanks for reaching out! Could you please share a bit more about your setup? Are you trying to run the application without any sandbox environment, or maybe using a different configuration? Understanding this will really help me assist you better.
t
i am just running the application from my localhost i ran the command to install the starter pack and it is asking me for these two values what should i put here NEXT_PUBLIC_APP_CONFIG_ENDPOINT="localhost" SANDBOX_ID=2345678
t
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!