You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Aaron Markham (JIRA)" <ji...@apache.org> on 2018/10/02 22:03:00 UTC

[jira] [Created] (MXNET-1007) page.js causes 404 errors

Aaron Markham created MXNET-1007:
------------------------------------

             Summary: page.js causes 404 errors
                 Key: MXNET-1007
                 URL: https://issues.apache.org/jira/browse/MXNET-1007
             Project: Apache MXNet
          Issue Type: Bug
            Reporter: Aaron Markham


[https://github.com/apache/incubator-mxnet/blob/master/docs/_static/js/page.js]

When browsing the Python API section of the site, you can see 404 errors happening in the console.

[http://mxnet.incubator.apache.org/api/python/callback/callback.html]

 
callback.html:1 Failed to load https://mxnet.incubator.apache.org/error/404.html: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://mxnet.incubator.apache.org' is therefore not allowed access.
 
That error is actually coming up because the htaccess is trying to redirect to a custom 404 page, but since it's happening under the hood, I guess the browser is smart enough to just ignore it. Prior to having the custom 404 redirect, it would spit out 404 errors there in the console.
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org