-
Notifications
You must be signed in to change notification settings - Fork 37
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
Getting a quota exceeded error when login edit: now it's a bad request error (vercel issue) #89
Comments
same here |
Don't know if BeReal are messing up something again or if it is just a firebase problem |
Tried running it locally on Docker, and it's working fine. There seems to be an issue with the deployed Vercel app making too many requests perhaps |
How did you run it locally? |
In the cloned repository, just run a Docker container like:
Then, you can access TooFake on |
local still works, checking out logs on vercel it seems everything is limited. will look in a bit more |
Hi folks, I also have issues only when running it on Vercel. I debugged a bit what is sent from Vercel using requestbin and I found out that Vercel includes a header I think there's no way getting rid of the |
I am not fermiliar with al this coding stuff. Is there a simple explenation someone can give me? |
I think you can fix it entirely without coding by just hosting it somewhere else than Vercel :) |
How do I do that I know nothing about this stuff. Can you maybe explain in simple steps |
Deploying it to a cloud provider like Vercel, Netlify, Heroku etc. always requires some steps that are specific and are best taken from their documentation. By far the simplest approach has already been mentioned above. Just install Docker for Mac or Windows and run these two commands:
|
how do you make a docker |
|
it says is still need to install git but i have already done that |
After I run step 3 I get EDIT: Nevermind, I managed to fix it myself. Running it locally works perfectly |
Are you in the project's root directory? After step 2, make sure you change the directory to the repository's root ( |
Thank you for the response :) I managed on my own |
Got to the same conclusion yesterday, tried messing around with vercel but couldn't get it to work. Shame as Vercel handled thousands of daily active users quite well. I'll be moving the platform to a different hosted place for now and see how the costs rack up |
https://toofake.lol/ back up |
It's working for me tho, let me see if it logs me out later |
What is this about? 🤔
The text was updated successfully, but these errors were encountered: