#Error using GPT actions

1 messages · Page 1 of 1 (latest)

misty spire
#

Steps to reproduce:

  1. Create an action that sends a GET request to a own server using a custom domain with SSL, in my case is https://plugtrader.co/
  2. I'm tried either to show to the user the HTML code in the response or just a simple Hello World response in JSON from the API
  3. It works with other domains, for example creating a mocked API in https://beeceptor.com/ however in my case the requests is not reaching my server

Expected result:
Show the body response to the user

Actual result:
Error

misty spire