Error GET 404, browser-ponyfill.js:518

Hi guys,
I have done correctly deploy:
https://cmf-app-beta.netlify.app

but when I try to run the download pdf function, it gives me the following error in the console:

GET https://cmf-app-beta.netlify.app/undefined 404 browser-ponyfill.js:518

in local it works correctly, thank you very much for your help.

Hi @JGPcode,

There’s no file at /undefined/ path in your website, this the error. You’re using manual deploys, so Netlify only has what you’ve uploaded yourself. The URL however looks like your JavaScript is erroring out and trying to access a path that should otherwise exist. Would you mind checking your JS?

1 Like

Thank you very much I appreciate your help, indeed it seems to be an error in the js code, I will solve it.

1 Like

Glad you are on the right path now. Should you encounter future errors, do not hesitate to reach out :slight_smile:

1 Like