My Heroku test environment features a Ruby on Rails backend and React frontend combination. After pushing out some changes, the test environment is now displaying either a blank screen with a JavaScript error message or another error related to certain properties being undefined. The issue seems to occur depending on who is trying to access the app.
Here is the link to the test site on Heroku: . Please keep in mind that it might take a minute to load due to the use of a free dyno. Additionally, here is the repository where I am working: https://github.com/migobach/alutiiqLang. Upon reverting back to a previous version, the app works perfectly fine. The only noticeable difference is a package I added:"react-contenteditable": "^3.3.5"
, which is essential for admin privileges.
Despite my Heroku logs showing no errors that could impact rendering and successful build processes, nothing is being rendered on the app interface.