-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
I've recently started seeing a problem in eXide resulting from a CORS error on a remote CSS resource. It looks like this new version of eXide relies on two external CSS resources that are not being retrieved successfully:
- https://unpkg.com/ag-grid-community/dist/styles/ag-grid.css
- https://unpkg.com/ag-grid-community/dist/styles/ag-theme-alpine.css
This problem appears to be occurring in Chrome but not in Firefox.
Here is a screenshot:
The full error message is not shown in the screenshot but is "Cross-Origin Resource Sharing error: Insecure Private Network"
I am using an http (not https) connection on a local network to access eXide. Is there a way to correct this problem in eXide, or should I add an SSL certificate to eXist to be able to use https?
To reproduce:
- open eXide
- Go to File menu -> Save As or go to File menu -> Manage
- The dialog box appears but is distorted to the point of being unusable
This problem is occurring in eXide version 3.0.0, but is not occurring in eXide version 2.4.9.
Context:
- OS: Windows 2012 R2
- eXist-db Version: 5.3.0
- Java version: Zulu 11.0.6
- eXide app version: 3.0.0
amclark42