-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't save a template #211
Comments
My IntelliJ version is 2021.3 build #IU-213.5744.223 |
Good question. So the file user.postfixTemplates could be created by the plugin? Then it's not a file permission problem. So my first guess is that the plugin fails to download https://raw.githubusercontent.com/xylo/intellij-postfix-templates/master/templates/webTemplateFiles.yaml or some of the web template files. I guess I have to add some try catch blocks and some error messages to identify the cause of the problem. |
The file was created by the plugin, and deleted by it after re-open the settings panel (which is empty like fresh new). |
I managed to reproduce the bug today by disallowing IDEA to connect to the internet. I was in a network environment that required a proxy configuration but I disabled this config in IDEA (I choose no proxy). So any connection failed. This is how I got the same result as in your pictures above. So I guess you IDEA version does not have an internet connection. Is this right? Either this or IDEA's requests to https://row.githubusercontent.com/... is blocked. |
I just update 2021.2.2 -> 2022.2.2 , had the same problem |
I can create a new template in the settings as shown in the picture,





but when I finish editing this file and save (ctrl+s)
if I open the settings again, the file disappears,
and when I click apply or ok in the settings , this file will be deleted
Here are the steps for all operations

My native language is not English. I translated the above sentence with the help of Google Translate. If there is any inconsistency, please forgive me
The text was updated successfully, but these errors were encountered: