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

Access to XMLHttpRequest at 'https://fast.com/' from origin 'http://localhost:3002' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. #704

Open
jjmilad opened this issue Oct 25, 2022 · 0 comments

Comments

@jjmilad
Copy link

jjmilad commented Oct 25, 2022

hello, i can't seem to parse from a url
here is the code :

import Parser from '@postlight/parser';
  const url = 'https://fast.com'
  Parser.parse(url).then(result =>
    console.log(result)
  );
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