Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Page Seq - /tutorials/seq #2425

Closed
victorsmits opened this issue Sep 3, 2023 · 4 comments
Closed

[BUG] Page Seq - /tutorials/seq #2425

victorsmits opened this issue Sep 3, 2023 · 4 comments

Comments

@victorsmits
Copy link

Error when doing request made server crash.

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot destructure property 'message' of 'data[0]' as it is undefined.
    at SeqAppender.write (C:\Users\victo\Documents\21JumpClick\tablet-api\node_modules\@tsed\logger-seq\src\SeqAppender.ts:55:14)
@Romakita
Copy link
Collaborator

Romakita commented Sep 3, 2023

@victorsmits the problem seems to be here.
https://github.com/tsedio/logger/blob/7df2ba5804324297390a50d4346f9df51e32f074/packages/seq/src/SeqAppender.ts#L55

Can you edit node_module and fix the problem locally?
If you have a time to make a small PR it would be awesome ;)

see you

@Romakita
Copy link
Collaborator

Fix is on going

@Romakita
Copy link
Collaborator

Fix released

@github-actions
Copy link

🎉 Are you happy?

If you appreciated the support, know that it is free and is carried out on personal time ;)

A support, even a little bit makes a difference for me and continues to bring you answers!

github opencollective

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants