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
Hi, I've been trying to get the seismogram-app working in a set of containers, and been having trouble finding all the places the client refers to the location of the server as localhost.
I'm using a Docker network to connect containers I created for the database, server, and client, and I've created patches to point the server to the database, but finding where the client refers to the server has been more difficult. Would you be able to point me to where in the code I can make that type of change?
For reference, the error(s) I get:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:3000/query/stations. (Reason: CORS request did not succeed).
and I want to be able to tell the client to use the URL http://seismo-server-inst:3000/query/stations.
The text was updated successfully, but these errors were encountered:
Basically if you access the website at https://foo.com, it'll connect to the server using https://foo.com:3000. It dynamically grabs the foo.com from the URL.
Hi, I've been trying to get the seismogram-app working in a set of containers, and been having trouble finding all the places the client refers to the location of the server as localhost.
You can find my attempt here: https://github.com/tjesser-ucdavis-edu/docker-SKATE.
I'm using a Docker network to connect containers I created for the database, server, and client, and I've created patches to point the server to the database, but finding where the client refers to the server has been more difficult. Would you be able to point me to where in the code I can make that type of change?
For reference, the error(s) I get:
and I want to be able to tell the client to use the URL
http://seismo-server-inst:3000/query/stations
.The text was updated successfully, but these errors were encountered: