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
I'm on ubuntu 9.10
after
export RPX_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
export RPX_APP_NAME='my-little-app'
I couldn't login with my google account. But changing RPX_APP_NAME to ENV['RPX_APP_NAME'] in the calls to rpx_popup and rpx_embed in the views they are used fixed the problem.
The text was updated successfully, but these errors were encountered:
I'm on ubuntu 9.10
after
export RPX_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
export RPX_APP_NAME='my-little-app'
I couldn't login with my google account. But changing RPX_APP_NAME to ENV['RPX_APP_NAME'] in the calls to rpx_popup and rpx_embed in the views they are used fixed the problem.
The text was updated successfully, but these errors were encountered: