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
Using the v2 template, I receive the following error when trying to load the bibliography.bib file:
d-bibliography.js:99 Access to XMLHttpRequest at 'file:///Users/bob/development/website-bootstrap/articles/bibliography.bib' from origin 'bob' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
The text was updated successfully, but these errors were encountered:
Update:
I think I figure this out. Probably you're opening the index.html on your own machine. But if you had a server the serve all the files, this problem would go away. When I want to run on my own computer, npm run dev works as a local server for me.
Using the v2 template, I receive the following error when trying to load the
bibliography.bib
file:d-bibliography.js:99 Access to XMLHttpRequest at 'file:///Users/bob/development/website-bootstrap/articles/bibliography.bib' from origin 'bob' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
The text was updated successfully, but these errors were encountered: