sst / sst

Build modern full-stack applications on AWS

Home Page:https://sst.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected error occurred while getting started

mikhailshilkov opened this issue · comments

I created a next.js app and then I'm having trouble to sst init it:

$ sst init 

>  Next.js detected. This will...
   - create an sst.config.ts
   - modify the tsconfig.json
   - add the sst sdk to package.json

✓  Template: nextjs

✓  Using: aws

⠙  Installing providers...×  Unexpected error occurred. Please check the logs for more details.

This fails too

npm run dev

> my-app@0.1.0 dev
> sst dev next dev

×  Unexpected error occurred. Please check the logs for more details.

npm run dev --loglevel verbose isn't particularly helpful either.

How do I troubleshoot?

commented

Can you post this over on https://github.com/sst/ion

Thank you!

It looks like it's tracked in sst/ion#45, thank you