i got this error after deploying the project on github while it is working fine on local host
i used to console.log(client.config.endpoint); and ot is work fine and gives me the link in the console
please i want solution because i tried my best to fix it and i can not
TL;DR
Issue: Error after deploying project on GitHub, works fine locally. Used console.log to check endpoint, works in console.
Solution: Check deployment configuration for any errors or misconfigurations that might be causing the issue. Double-check endpoint setup and ensure it's correctly pointing to the intended location.