Uncaught You must pass your app key when you instantiate Pusher. #30
Replies: 6 comments
-
Please make sure reverb is installed and working correctly. If you are not going to use reverb,
And last make sure the APP_KEY is generated by running
Checkout the reverb docs: https://laravel.com/docs/11.x/reverb#installation |
Beta Was this translation helpful? Give feedback.
-
Hey, I understood ur concern but i have installed reverb and pusher and have pusher credentials in my env file still i'm facing the issue. Can we connect for few mins to get this done please? I tried contacting you through ur telegram and whatsapp link provided in other issue but both ain't working. |
Beta Was this translation helpful? Give feedback.
-
my whatsapp is active. |
Beta Was this translation helpful? Give feedback.
-
if you want to connect with me, |
Beta Was this translation helpful? Give feedback.
-
issue occurred after installing the reverb, |
Beta Was this translation helpful? Give feedback.
-
I tried the installation process on a windows machine and didn't encounter this issue. I am inclined to believe that, this is an issue from the way you do the installations. Checkout the video here: Youtube |
Beta Was this translation helpful? Give feedback.
-
Getting this error on console: "Uncaught You must pass your app key when you instantiate Pusher." along with loading bar continuously just after login, looks like it got Stuck right after login. I have set the env variables for pusher after creating account. How to resolve this issue?
APP_KEY=base64:----------------------------=
REVERB_APP_ID=***********************
REVERB_APP_KEY=***********************
REVERB_APP_SECRET=***********************
REVERB_HOST="localhost"
REVERB_PORT=8080
REVERB_SCHEME=http
PUSHER_HOST="${REVERB_HOST}"
PUSHER_APP_KEY="${REVERB_APP_KEY}"
PUSHER_APP_SECRET="${REVERB_APP_SECRET}"
PUSHER_APP_ID="${REVERB_APP_ID}"
PUSHER_PORT="${REVERB_PORT}"
PUSHER_SCHEME="${REVERB_SCHEME}"
Beta Was this translation helpful? Give feedback.
All reactions