Closed meganrm closed 1 year ago
Status | Category | Percentage | Covered / Total |
---|---|---|---|
๐ด | Statements | 40.18% | 1962/4882 |
๐ด | Branches | 43.88% | 821/1871 |
๐ด | Functions | 37.13% | 404/1088 |
๐ด | Lines | 40.46% | 1880/4646 |
Status of coverage: ๐ข - ok, ๐ก - slightly more than threshold, ๐ด - under the threshold
Problem
Dropbox links to OBJ files started having a CORS error
Solution
I replaced the
www.dropbox.com
withdl.dropboxusercontent.com
based on this post They do note in the post thatdl.dropboxusercontent.com
is an old style that they still support "for now" so we'll have to keep an eye on it. I did ask in the forum if they plan to address the CORS issue with the new link style, so we'll see what they say.Type of change
Please delete options that are not relevant.
Steps to Verify:
npm start
Screenshots (optional):