Skip to content

"Try it" error #320

@MultiMote

Description

@MultiMote

Hi.
I am using extension version 4.32.1. I've created a simple API definition:

openapi: 3.0.4
info:
  title: test server
  version: "1.0"

servers:
  - url: http://localhost:5000
    description: Local server

paths:
  /connected:
    get:
      summary: Check the connection status.
      responses:
        "200":
          description: Connection status
          content:
            application/json:
              schema:
                type: object
                properties:
                  connected:
                    type: boolean

When I try to make request with "Try it" button, I got an error after pressing "Send":

`input` must not start with a slash when using `prefixUrl`

Image

Image

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions