Suddenly Stopped Working
Closed this issue · 5 comments
The app seemed to have suddenly stopped working for me. This is what I see when I visit the repo README:
My GitHub Profile used to have the quote working properly, but it stopped working without me changing anything. The Network Debug tab shows 502 for that too. Is this a problem at the backend Vercel server, or is it a problem at my end? I've tried with multiple devices with multiple WiFi networks, so I doubt that. Please let me know if you're facing the same issue.
Heroku no longer supports free plans so the quotes api doesn't work anymore.
This issue proposes some alternatives, I hope someone has some time to redeploy it.
Hmmm... What's a temporary alternative? I would have redeployed if it was written in Javascript, but I don't know the deployment process for C#. Can you deploy C# apps to Vercel? If so, that would be the best alternative to Heroku.
An easy fix ig.
We can use the raw Json file from their GitHub to fetch data.
Just hoping it won't slow down our execution cause there's a 10s limit.
Well it's up again.
Yup!