#✅ - "npx ampx sandbox" succeeds, but doesn't generate sandbox-URL

4 messages · Page 1 of 1 (latest)

pale gulch
lunar drift
#

th sandbox command just creates the AWS resources for the local environment.

To actually run the dev server, you need to launch it using npm run dev
You should see a localhost URL in your terminal, that's where you'll be able to access it

pale gulch
#

Thanks!
So it's run half on the server (npx amps sandbox) and half locally (npm run dev) 🤔
I guess, it makes some sense, but very non-intuitive!
Should have been clearly explained in the docs (like so many other things about Amplify)

#

✅ - "npx ampx sandbox" succeeds, but doesn't generate sandbox-URL