Hello,
I am working on getting DSpace 7 running, and I have installed the Angular frontend on one machine in our network, and the Rest Backend on another. I can reach the REST machine from the Angular machine using a browser, with host ip address and port (8255). But Angular is not connecting, generating this error:
statusText: 'Unknown Error',
message:
I have entered the settings for the REST server in angular-dir/src/environment/environment.ts, and I can see them in angular-dir/dist/server.js, with the server address and port, 8255. Angular is getting the port right, but substituting localhost for my server address.
What do you need to know to help me? The stack trace is quite long. I can provide whatever information you may need.
and it works. The settings were entered, again, in src/environment/environement.ts. Why would it not work with my server? I do not have a hostname for my internal REST server - I am using its ip address.
Thanks in advance for any tips!
Best regards,
Paul