There is an issue with the API tab of the SST cons...
# help
g
There is an issue with the API tab of the SST console in Chrome. If an element in the response/request is long enough to overflow the bounds of the window, the send button is pushed off the screen as well, preventing further requests made through the console until the server is restarted. I'm tight on time right now and will try to put an issue up later...In the meantime - anyone have a work around so I don't have to restart the sst server everytime?
t
I can fix this right now let me recreate
can you actually send me a screenshot
k
@Geoff Seemueller perhaps you could call the API via Postman / curl as workaround. I normally get the URL like this
Copy code
// Show the API endpoint in the output
  stack.addOutputs({
    ApiEndpoint: api.url
  });
and then it can easily be copied from your stack outputs