Richard Umoffia
Richard Umoffia
Apologies for the errors you're facing. Are you sure you were connected to the internet when trying? If your errors persist, can you try cloning the repository and running the...
I can see in the errors in the screenshot that you haven't replaced the placeholder `PUSHER_KEY` value with your actual pusher key. Please ensure that you've updated the values in...
Might be far fetched but please look at your `.env` file and ensure it is similar to the snippet below: ``` PUSHER_ID=app-id PUSHER_KEY=app-key PUSHER_SECRET=app-secret PUSHER_CLUSTER=cluster ```
The `.env` file should be in the root folder. What errors are you experiencing? @albertolo