GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
319 stars 59 forks source link

Cloud Code Custom Sample is not being added #3129

Closed gustavostz closed 1 year ago

gustavostz commented 1 year ago

I'm experiencing an issue with the Cloud Code Custom Sample feature.

When I try to add a custom sample, such as the repository at https://github.com/GoogleCloudPlatform/cloud-run-microservice-template-java, the cloning process starts but the screen remains frozen on the modal for adding a repository. The cloning process finishes in the background, but there's no success or error message displayed.

image showing the modal frezzed and the loading of the cloning of the repository

After the clone process finish in the background, the modal stay frozen forever:

image of the modal frozen

Versions:

Cloud Code (Settings > Plugins > Cloud Code): 23.1.1-222

IntelliJ IDEA 2022.3.1 (Ultimate Edition)

Additional Information:

Operating System: Windows 11

Cloud SDK (Settings > Cloud Code > Cloud SDK): "Allow the plugin to manage and install the Cloud SDK"

ivanporty commented 1 year ago

Thank you for the report, we'll be looking into this shortly.

ivanporty commented 1 year ago

We cannot reproduce this issue when adding repo from the settings, with a project already open in background. Could you please clarify when it happens for you - when you try creating a new project, and add custom sample from there?

gustavostz commented 1 year ago

After upgrading IntelliJ IDEA 2022.3.1 (Ultimate Edition) to IntelliJ IDEA 2022.3.2 (Ultimate Edition), the error stopped occurring. So I will close the issue. Thanks for the response.