sst.dev icon indicating copy to clipboard operation
sst.dev copied to clipboard

Repo for sst.dev

Results 114 sst.dev issues
Sort by recently updated
recently updated
newest added

Fixed the bash sample scripts/output issue

I am using a Mac M1 so I assume this may be an issue here, maybe not. However I am simply trying to do the QuickStart app and everything deploys...

updating rest of "./notes" references since each of the files are in backend/functions directory and notes are in backend directory

Hi there, I have an issue after I've included the new changes. On the **serveless.yml** I have set a function like below. rec-list: handler: rec-list.main events: - http: path: recs...

I've been following the tutorial, and I've made it to the **Logic Errors in Lambda Functions** [chapter](https://serverless-stack.com/chapters/logic-errors-in-lambda-functions.html). As I copied the first faulty code and tested it, I realized I...

Hi, I am on the "Call the Create API" chapter. Everything works before then. However, I get a Network Error in creating a note from /notes/new. I have no idea...

My tests broke, and I was using the guide as a template. I fixed it per [this conversation](https://serverless-stack.slack.com/archives/C01JG3B20RY/p1642437528130700) so perhaps the guide needs an update? This would also align with...

Failure – ``` /path with spaces> npx sst start Using stage: xxx Preparing your SST app ======================= Deploying debug stack ======================= node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module ‘SST'...

Doing the tutorial, I had trouble [adding links to the navbar](https://serverless-stack.com/chapters/adding-links-in-the-navbar.html). The command ``` npm install react-router-bootstrap ``` currently installs `v0.26.0`, which [added support for React Router v6](https://github.com/react-bootstrap/react-router-bootstrap/releases). This is...

… to the page on mobile devices. On mobile phones, we need a way of maintaining the `newUser` data when someone opens their mail app to get their confirmation code....