[SOLVED] Failed to execute 'fetch' on 'Window':

All of a sudden i keep getting

Uncaught (in promise) TypeError: Failed to execute 'fetch' on 'Window': 1 argument required, but only 0 present.

Is our account capped on a particular number of a api requests ?

This is not a API request error. Its a type erorr. You are supposed to provide arguments to your fetch call- like a url.

This might help for syntaxes -

1 Like

Oh yes, Thank you. I have fixed it, and it works fine.

1 Like