Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 827 Bytes

TROUBLESHOOTING.md

File metadata and controls

25 lines (15 loc) · 827 Bytes

Troubleshooting

If you're running into problems there are 2 sources of logs you can check to get more information about what's going on:

1. Debug logs

Add the DEBUG environment variable and filter the messages by express-openid-connect.

$ DEBUG=express-openid-connect:* node index.js

On Windows, use the corresponding command.

> set DEBUG=express-openid-connect:* & node index.js

For more information about debug, see debug

2. Auth0 tenant logs

If you're an Auth0 customer, you can check out what's happening on the Authorization Server using your Auth0 tenant logs.

Visit View Log Data in the Dashboard for more information.