ReactJS Apps Not Deploying

Hello,

I am attempting to deploy React to Koyeb via Github, but for whatever reason I am always greeted with a blank screen when visiting the app. This is despite the fact that the build is supposedly healthy and successfully deployed according to Koyeb’s monitoring.

Even a basic React app with no modification to the generic “successfully deployed” screen doesn’t work.

Would anyone be able to offer some troubleshooting tips?

Thank you!

Hello @Smithy, could you share your service ID?

Thanks for your reply.

I ended up (accidentally) solving the issue.

On a whim I decided to create an instance of the app with more cpu, memory, and hard disk space and it seemed to fix the issue. I retested multiple times using more and less powerful server configurations. I was able to get consistent functionality only with the more powerful configurations. The less powerful ones always failed.

Chalk it up to a rookie mistake. For anyone else in the future running into this kind of issue, try giving React more resources!

1 Like

Thank you for sharing the solution!