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

Pay Button: Fix circular reference when serializing JSON #5043

Merged
merged 1 commit into from Jun 5, 2023

Conversation

dennisreimann
Copy link
Member

When apps were set, the GetAllApps included the store data, which led to a circular reference when serializing the JSON. That data isn't necessary here, so we can just drop it before rendering.

Fixes #5038.

When apps were set, the `GetAllApps` included the store data, which led to a circular reference when serializing the JSON. That data isn't necessary here, so we can just drop it before rendering.

Fixes btcpayserver#5038.
@Kukks Kukks merged commit cdc318c into btcpayserver:master Jun 5, 2023
4 checks passed
@dennisreimann dennisreimann deleted the fix-5038 branch June 5, 2023 10:40
@Johnathanodom

This comment was marked as spam.

@petzsch
Copy link
Collaborator

petzsch commented Jun 10, 2023 via email

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

Successfully merging this pull request may close these issues.

[Bug]: Page "Pay button" is empty after upgrade
4 participants