[BUG] Load More Button
When I click the load more button, 503 error is returned from the api.
Screenshot here:

I guess, that's Heroku made their service unavailable
I guess, that's Heroku made their service unavailable
Why don't you use Vercel? @AlexTechNoir
See. https://vercel.com/guides/using-express-with-vercel
With Vercel, being a platform for frontend apps, I don't see how I can deploy Strapi's backend there
I don't know how the info in the linked blogpost can help with this
With Vercel, being a platform for frontend apps, I don't see how I can deploy Strapi's backend there
I don't know how the info in the linked blogpost can help with this
You can run it by providing the configuration of the vercel.json file in the https://vercel.com/guides/using-express-with-vercel#standalone-express section. @AlexTechNoir
Sorry, but I still don't understand :(
I never used rewrites, can you provide some code example with them and explain how will it work with Strapi?
Sorry, but I still don't understand :(
I never used rewrites, can you provide some code example with them and explain how will it work with Strapi?
I haven't had a chance to try strapi yet. But I am using the code sample on the page.