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 ?
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 -
Oh yes, Thank you. I have fixed it, and it works fine.