Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Errors pointing to a Connector with other parameters #303

@paulocabrita-ionos

Description

@paulocabrita-ionos

Dear all,

I am having some problems in connecting to a connector using the UI.

The following errors appear in the site:
Get connector settings failed. (See logs for details)
Get file type statistics failed. (See logs for details)
Get configuration error failed. (See logs for details)

I did the following:

  • edited the package.json and change to this: vue-cli-service serve --open --port 8082 --host 192.168.1.9
  • edited the backend/index.js with let connectorUrl = "https://192.168.1.9:8081"
  • const port = 8084;
  • edited the utils/restUtils.js with let backendUrl = "http://192.168.1.9:8084"; >> the original points to http://localhost:8083 but I think it should use the "const port = 8084";

Notes:

  • I am running the UI with npm start;
  • 192.168.1.9 is the IP address of a VM;
  • the port 8083 is busy with another service that why I want to change it do 8084;
  • the connector is up and running at the URL https://192.168.1.9:8081. I can see the JSON when I use a browser;
  • I access with no problem at all the UI through a browser;

How can I see the logs? I tried to "console" some output but with no success.

Any help would be very much appreciate.

Regards,
PJC

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions