Added error logging for channel creation and permission checks.
What changed?
In apps/catalyst-ui/app/actions/channels.ts, added console error logging when channel creation fails.
In apps/data_channel_registrar/src/worker.ts, added console logging for permission check details when a user cannot create a channel.
Removed apps/catalyst-ui/app/favicon.ico.
How to test?
Attempt to create a data channel with invalid parameters and verify that the error is logged in the console.
Try to create a channel with a user who doesn't have the necessary permissions and check the worker logs for the detailed permission check information.
Why make this change?
This change improves debugging capabilities by providing more detailed error information in the logs. It will help developers identify and troubleshoot issues related to channel creation and permission checks more efficiently.
TL;DR
Added error logging for channel creation and permission checks.
What changed?
apps/catalyst-ui/app/actions/channels.ts
, added console error logging when channel creation fails.apps/data_channel_registrar/src/worker.ts
, added console logging for permission check details when a user cannot create a channel.apps/catalyst-ui/app/favicon.ico
.How to test?
Why make this change?
This change improves debugging capabilities by providing more detailed error information in the logs. It will help developers identify and troubleshoot issues related to channel creation and permission checks more efficiently.