You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered:
Sorry, unfortunately I cannot support you in custom configurations. My advice: Do not change the ports. Run it with docker and use a reverse proxy like nginx to map endpoints on the VM.
Thanks for your answer.
If I understood correctly, it can run through docker using the normal ports
and nginx will redirect to the correct ports?
Example:
- 9082 > 8082
- 9083 > 8083
Is that it? Because I have the UI's ports occupied with other services.
PJC
On Fri, Nov 4, 2022 at 7:49 AM Sebastian Opriel ***@***.***> wrote:
Sorry, unfortunately I cannot support you in custom configurations. My
advice: Do not change the ports. Run it with docker and use a reverse proxy
like nginx to map endpoints on the VM.
—
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2EIJ5DIGCKJGWA2ELHJYYDWGS52FANCNFSM6AAAAAARWOYTSI>
.
You are receiving this because you authored the thread.Message ID:
<International-Data-Spaces-Association/DataspaceConnectorUI/issues/303/1303082757
@github.com>
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:
Notes:
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
The text was updated successfully, but these errors were encountered: