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

Submitting order crashes sometimes #342

Open
andrzejkrzywda opened this issue Jul 20, 2023 · 0 comments
Open

Submitting order crashes sometimes #342

andrzejkrzywda opened this issue Jul 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@andrzejkrzywda
Copy link
Contributor

According to our tracker (honeybadger) we get NoMethodError: undefined method uid' for nil:NilClass` sometimes.

It seems to come from orders/show action. On further investigation it comes after we redirect to show from the create action.

The create action creates 2 commands, which then result in events, which then are handled by read models.

It's very likely that after the recent switch to async event handlers, now this not often executes on time.

We'd need to fix this somehow.

@andrzejkrzywda andrzejkrzywda added the bug Something isn't working label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant