Describe the bug
The application crashes when the clientId is not defined in the environment variables.
To Reproduce
Steps to reproduce the behavior:
- Configure the module with an empty or undefined
clientId as follows:
Expected behavior
The application should not crash. Instead, it should display a warning message indicating that the clientId is missing.
Additional context
Currently, if the environment variable for clientId is not set, the application crashes. This issue seems to stem from the module not handling the absence of the clientId gracefully.