You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
Password
Issue:
You can't use special characters in your confluence password, if you use this plugin. Reason is that the password doesn't get encoded. If you try to upload your Theme with gulp, you get an error 301 (permission error).
Confluence - URL
Issue:
If you have a confluence-base-url e.g. http://localhost:1990/ and insert this url in your .viewportrc you get a 404 Theme not found error, because of the last "/".
The text was updated successfully, but these errors were encountered:
skleinei
added a commit
to K15t/viewport-tools
that referenced
this issue
Feb 10, 2018
The issue with the password is really just limited some special characters, actually I only know about semicolons. The underlying issue is this one: error while parsing semicolons npm/ini#42. Reason: semicolons in INI files are handled as comments. Solution: encode semicolons in ini-file, like this:
Password
Issue:
You can't use special characters in your confluence password, if you use this plugin. Reason is that the password doesn't get encoded. If you try to upload your Theme with gulp, you get an error 301 (permission error).
Confluence - URL
Issue:
If you have a confluence-base-url e.g. http://localhost:1990/ and insert this url in your .viewportrc you get a 404 Theme not found error, because of the last "/".
The text was updated successfully, but these errors were encountered: