When attempting to enter a project in IDX Google, the application remains in an infinite loading state. During this time, the screen displays the message “Setting up workspace” without progressing or allowing access to the project.
Details:
Displayed Message: “Setting up workspace”
Observed Behavior: The application does not complete loading and does not allow access to the project’s content.
Impact: Users cannot work on their projects, causing interruptions and potential delays.
Steps to Reproduce the Error:
Open the IDX Google application.
Attempt to enter any project.
Observe that the application remains loading with the message “Setting up workspace”.
My friend had this exact same problem when trying to access IDX for the first time, it turns out after looking at the dev tools it was a CORS problem. He was using disable CORS extension for Chrome, disabling it resolve the issue.