Skip to content

Application Crashes with 500 Error When clientId is Empty or Undefined #28

@rodolfo-santos

Description

@rodolfo-santos

Describe the bug
The application crashes when the clientId is not defined in the environment variables.

To Reproduce
Steps to reproduce the behavior:

  1. Configure the module with an empty or undefined clientId as follows:
    {
      clientId: ""
    }

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions