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
As mentioned in #31, we had issues in production to require the gem. After using the new release, the bug was still not fixed however although our fork worked. After more debugging, we found out that the packaged gem does not have read permissions set except for privileged users.
tar -tvf data.tar.gz
-rw------- 0 wheel wheel 3720 11 Jun 08:46 README.md
-rw------- 0 wheel wheel 26 11 Jun 08:46 lib/omniauth-wechat-oauth2.rb
-rw------- 0 wheel wheel 2207 11 Jun 08:46 lib/omniauth/strategies/wechat.rb
-rw------- 0 wheel wheel 2577 11 Jun 08:46 lib/omniauth/strategies/wechat_qiye.rb
-rw------- 0 wheel wheel 79 11 Jun 08:46 lib/omniauth/wechat.rb
Seems something is wrong on the machine which is used to build and package the gem. Could you please fix the permission and release a new version. Thank you!
The text was updated successfully, but these errors were encountered:
As mentioned in #31, we had issues in production to require the gem. After using the new release, the bug was still not fixed however although our fork worked. After more debugging, we found out that the packaged gem does not have read permissions set except for privileged users.
Seems something is wrong on the machine which is used to build and package the gem. Could you please fix the permission and release a new version. Thank you!
The text was updated successfully, but these errors were encountered: