-
Notifications
You must be signed in to change notification settings - Fork 738
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
Urgent Error facing Localhost:5173 says ~~~~~ #61
Comments
429 error indicates you're sending too many requests. Maybe you're stuck in a loop of sending requests to the API? |
So can you please suggest me a way to like overcome this issue |
I ve got the same problem |
On line 90 in script.js in your repo you're sending a fetch request to the backend server that he set up. That's probably why you're getting a 429 error because a lot of people like you are trying to access that server. If you change the url to 'localhost:port/' you should be good. |
hey i am facing such issue please guide i tried changing the api generated api key, even the port no. as well as the making it work on localhost level but it is still not working properly help urgently
warning : DevTools failed to load source map: Could not load content for chrome-extension://nllcnknpjnininklegdoijpljgdjkijc/bundles/injectExtensionInstalled.js.map: System error: net::ERR_BLOCKED_BY_CLIENT
The text was updated successfully, but these errors were encountered: