Dev Portal Gives "Please Enable JS" when executing an API Endpoint

I created a data node (Docker on a Windows OS), gateway service, and route. This route works in Postman with localhost:8000.

I published the spec and then published the version and product.

When I execute the call, it returns

    <noscript>
      <strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>

My gateway service host is http and so is the route. Does this cause this error? Any other ideas?

Hi flowertech, are you seeing the error in your browser? That is a standard error message generated by the Vue JS framework. This is the framework used by the UI components of DevPortal. Is Javascript disabled in your browser?

-FY