I am unable to locate the required “mock-id” and “mock-secret” in the src/env file as mentioned in the instructions. Currently, I have defined the following credentials in my environment file:
CLIENT_ID=<alpha-numeric-value>
CLIENT_SECRET=<alpha-numeric-value>
APP_NAME=spotify-app
However, the application is not working as expected due to Spotify API policy restrictions, which seem to prevent successful authentication using these credentials.
I suspect that the assignment expects mock credentials (mock-id and mock-secret) instead of actual Spotify API credentials, but I could not find any reference or location where these mock values are provided.
This issue is currently blocking my ability to complete and submit the assignment. Since today is the last day for submission and course completion, I would appreciate urgent clarification on:
- Where to find the mock-id and mock-secret
Kindly provide guidance or the correct credentials so I can proceed with the assignment submission before the deadline.