Hi everyone,
I’m a bit concerned about an issue I’m facing with my recently launched project. During both development and initial production testing, all onboarding steps were working perfectly. However, I’ve been receiving complaints that the project is now unusually slow, which doesn’t make sense as there aren’t many features yet.
To investigate, I started reviewing the entire flow from Google, and I’ve run into a major problem: I’m getting stuck on the login/profile creation page. Basic elements like single-select fields, which used to work fine, are now unresponsive—they don’t select anything. Additionally, actions that should trigger on page load are no longer working.
On top of that, I’m encountering an ERR_INTERNET_DISCONNECTED
error in production, although everything works fine in editor mode. When I try accessing the site in incognito mode, I sometimes get random errors, making the situation even more confusing.
I’m not sure how to tackle this issue. Any suggestions or insights would be greatly appreciated!
Davy
PS: my actual internet connexion is good, I have been working on other tools without any issues.