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

Error: in \/app\/app\/src\/Application\/Domain\/Entity\/Json.php on line 23 #194

Closed
CasaMare opened this issue Jun 7, 2024 · 1 comment · Fixed by #197
Closed

Error: in \/app\/app\/src\/Application\/Domain\/Entity\/Json.php on line 23 #194

CasaMare opened this issue Jun 7, 2024 · 1 comment · Fixed by #197
Assignees
Labels
bug Something isn't working module [Core]
Milestone

Comments

@CasaMare
Copy link

CasaMare commented Jun 7, 2024

Unable to typecast the payload field. App\Application\Domain\Entity\Json::__construct(): Argument #1 ($data) must be of type JsonSerializable|array, null given, called in /app/app/src/Application/Domain/Entity/Json.php on line 23

Problem with json decode
Example : var_dump(json_decode('null'));

@butschster butschster added bug Something isn't working module [Core] labels Jun 7, 2024
@butschster butschster added this to the 1.0 milestone Jun 7, 2024
@butschster butschster pinned this issue Jun 7, 2024
@butschster
Copy link
Member

Thx @CasaMare!

@butschster butschster self-assigned this Jun 8, 2024
@butschster butschster unpinned this issue Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module [Core]
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants