sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.04k stars 114 forks source link

No logs displayed in SST Console during local development with sst dev #419

Open victorL91 opened 1 month ago

victorL91 commented 1 month ago

Description

I am unable to see logs in the SST Console when running my application locally with sst dev. The deployment process seems to work fine as the functions are being built and deployed correctly. However, the logs section in the SST Console shows "Nothing was logged in this invocation," even though I expect to see output from my lambda functions.

Steps to Reproduce

  1. Run sst dev to start local development.
  2. Invoke the lambda function via the application or using an API endpoint.
  3. Check the SST Console for logs.

Expected Behavior

Logs from the lambda invocation should be visible in the SST Console, showing outputs and any errors encountered during the execution.

Actual Behavior

The SST Console's logs tab shows "Nothing was logged in this invocation" despite the functions executing as expected.

Additional Information

Possible Solution

(Optional) Any suggestions on how to fix or further diagnose the issue would be appreciated.

thdxr commented 4 weeks ago

can you show me a screenshot of the console?