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
Problem Description:
We are facing an issue when trying to open diagram files in diagrams.net using URLs. Our diagrams.net server is deployed using a Docker container. When attempting to open a diagram file via a URL like http://localhost:8081/uploads/Diagram1.drawio, we encounter a problem where the file doesn't open in diagrams.net. Instead of displaying the diagram's content, we see a blank screen.
Steps to Reproduce:
Start a Docker container with diagrams.net on the server.
Ensure that the container is successfully running and accessible at http://localhost:8081.
Upload a diagram file with the .drawio extension to the server using the upload form.
In diagrams.net, observe a blank screen instead of the loaded diagram.
Expected Behavior:
We expect that using a URL to open a diagram file in diagrams.net will result in the file being correctly loaded and displayed on the screen.
Additional Information:
We have verified that the diagram file is indeed uploaded to the server and resides in the uploads folder. Additionally, we've ensured that the web page containing the URL to open the file is correctly linked to diagrams.net.
Environment:
Operating System: Mac OS 13.4.1
Browser Version: Safari 16.5.2 (18615.2.9.11.10)
Docker Version: 4.22.0 (117440)
Additional Notes:
We also noticed the message "Error loading file. Service unavailable or blocked" within diagrams.net when attempting to open the diagram file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem Description:
We are facing an issue when trying to open diagram files in diagrams.net using URLs. Our diagrams.net server is deployed using a Docker container. When attempting to open a diagram file via a URL like http://localhost:8081/uploads/Diagram1.drawio, we encounter a problem where the file doesn't open in diagrams.net. Instead of displaying the diagram's content, we see a blank screen.
Steps to Reproduce:
Expected Behavior:
We expect that using a URL to open a diagram file in diagrams.net will result in the file being correctly loaded and displayed on the screen.
Additional Information:
We have verified that the diagram file is indeed uploaded to the server and resides in the uploads folder. Additionally, we've ensured that the web page containing the URL to open the file is correctly linked to diagrams.net.
Environment:
Operating System: Mac OS 13.4.1
Browser Version: Safari 16.5.2 (18615.2.9.11.10)
Docker Version: 4.22.0 (117440)
Additional Notes:
We also noticed the message "Error loading file. Service unavailable or blocked" within diagrams.net when attempting to open the diagram file.
Beta Was this translation helpful? Give feedback.
All reactions