GPT Schema Error - Could not find a valid URL in `servers`

Does anyone know why I am getting this error …Could not find a valid URL in servers
when importing a URL in config in actions?

Presumably your JSON schema is missing a valid URL, look near the top for something like this:

"servers": [
    {
      "url": "https://whatever-your-site-url-is"
    }
  ]

Thanks! Yes, I am aware of that, but how do I put that in the schema and import the url at the same time? What am I missing - apperciated.

where are you getting the schema from?

Alternatively, just add those lines to your schema once it’s imported, although that’s not an ideal solution.

we need more info.

I can only say

  • localhost doesnt seem to work right.
  • ngrok fixes it.
1 Like

We need more resources for schemas to work. I can’t get any apis to work with the schemas Ive been trying to make. Ive been working on it for 4 days and nothing. Any words of encourage or resources you can point me to? thx