Hi,
I installed 2.10.3. After that when I open the dashboard then appears the message “NetworkError when attempting to fetch resource” in a little blue area at the bottom of the browser window.
When I click on “Feeds” then appears the message “Network Error” in a similar little blue area.
Because of these messages I returned to 2.9.2, but now these messages appear again. This was not before my upgrade attempts.
And haven’t been able to successfully log in. “NetworkError when attempting to fetch resource.”
I am using the standard yml file with no changes and have had this working on previous version but not the new one. (speckle/speckle-frontend:2 and speckle/speckle-server:2)
The docker seems to start up successfully (via docker compose) and I seem to be able to create a new user (but it gives the same error). I know the user exists as I cannot reuse the email. Login is validating as it needs the right password.
Hi @TonyTrav - a warm welcome to Speckle’s Community! Please do introduce yourself in our Introductions discussion if you wish, we’d love to know what you’re using Speckle for.
Sorry to hear that you’re encountering issues with deploying Speckle using Docker Compose.
Firstly, can you confirm the value of the CANONICAL_URL you have used in your Docker Compose file?
Secondly, are you able to reach http://127.0.0.1:8080/graphql?
This might help us to discover the root cause of your issue.
I’m a bit baffled by why you can access the server itself on http://127.0.0.1:8080, with the default setup, we should register the frontend to run on port 80
As usual CORS issues come from a misconfigured CANONICAL_URL speckel server environment variable, and unfortunately there is an error in the example file. Could you change the CANONICAL_URL to use http://127.0.0.1:80, restart the deployment and try to access it at http://127.0.0.1 ?