Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microdata and RDFa markup does not load (RDF translator app server error) #19

Open
PhilReedData opened this issue Aug 20, 2024 · 0 comments

Comments

@PhilReedData
Copy link

When visiting the site via http (issue #16) or a modified https (issue #18), the JSON-LD markup will be generated, however, the translations to Microdata and RDFa both fail. The panels fail to load.

The console shows errors:

  • Access to XMLHttpRequest at 'http://rdf-translator.appspot.com/convert/json-ld/rdfa/content' from origin 'http://www.macs.hw.ac.uk' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
  • Failed to load resource: net::ERR_FAILED
  • Access to XMLHttpRequest at 'http://rdf-translator.appspot.com/convert/json-ld/microdata/content' from origin 'http://www.macs.hw.ac.uk' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
  • Failed to load resource: net::ERR_FAILED

Visiting the http://rdf-translator.appspot.com site (and the two full paths above) all show Error: Server Error. The service you requested is not available yet. Please try again in 30 seconds. Same visiting the https version. These URLs appear in Web-Application/libs/bioschemas/setup.js, functions jsonldToRDFa(jsonld) and jsonldToMicrodata(jsonld).

Who is responsible for the RDF translator app? Do we need to find a new one, or will a small tweak suffice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant