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 am wondering if any one can point me in the right direction.
We are adding in an auto scaling group using AWS, but need to make sure the token can be used across multiple servers or on any new server that are spun up automatically.
If the token is stored in a central repo or a central location, will the token work on different instances?
The text was updated successfully, but these errors were encountered:
@jbhagilishealth
Hey man, I`m back. Thanks a lot you cleared my vision, pointed me a direction and i was able to do it.
If anyone needs help on that
Step 1
Before installing the package. Make sure all you .env files has the same record for APP_KEY=
This is important, if you have different APP_KEY in your instances you'll receive a error unserialize(): Error at offset
Step 2
do the regular installation in your first instance
Step 3
Copy the zcrm_oauthtokens.txt to same path in other instances <application_folder>/storage/apps/zoho/oauth/tokens/zcrm_oauthtokens.txt
Hi
I am wondering if any one can point me in the right direction.
We are adding in an auto scaling group using AWS, but need to make sure the token can be used across multiple servers or on any new server that are spun up automatically.
If the token is stored in a central repo or a central location, will the token work on different instances?
The text was updated successfully, but these errors were encountered: