generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hey
This is the error i got, when I try to create a User and after that, to run ->createAsZohoable
I've tried to do the same thing with Tinkerwell and this is the error I became:
It doesn't matter if I run createAsZohoable() with or without options. The error is still the same.
Here are my Settings out of the .env file:
ZOHO_ACCOUNTS_URL=https://accounts.zoho.eu
ZOHO_API_BASE_URL=www.zohoapis.eu
ZOHO_AUTH_FLOW_TYPE=grantToken
ZOHO_CLIENT_ID="1000.xxx"
ZOHO_CLIENT_SECRET="daxxx"
ZOHO_REDIRECT_URI="${APP_URL}/zoho/oauth2callback"
ZOHO_CURRENT_USER_EMAIL=my@email.com
ZOHO_TOKEN="1000.xxx"
# available datacenters (USDataCenter, EUDataCenter, INDataCenter, CNDataCenter, AUDataCenter)
ZOHO_DATACENTER=EUDataCenter
ZOHO_SANDBOX=false
Please HELP!
Thanks!
Metadata
Metadata
Assignees
Labels
No labels