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

Attempt to read property \"id\" on null #3

Open
seanlunar opened this issue Nov 26, 2022 · 4 comments
Open

Attempt to read property \"id\" on null #3

seanlunar opened this issue Nov 26, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@seanlunar
Copy link

on the administrator side orders view are showing blank with id on null, how can i fix this also showing error 500 from database but everythong else is working just. fine
Screenshot 2022-11-26 at 11 13 22 AM

@thecodeholic
Copy link
Owner

I think that happens when the order is made on customer which does not have addresses.
I plan to restrict making order on the customer if the customer does not have addresses and that will fix the issues.

@thecodeholic thecodeholic added the bug Something isn't working label Nov 26, 2022
@seanlunar
Copy link
Author

Thank you. that was exactly the problem.,
i love your work Simple but perfect

@thecodeholic
Copy link
Owner

Thanks a lot. Let's leave the issue open until I restrict making an order if the address information is not provided on customer.

@thecodeholic thecodeholic reopened this Nov 26, 2022
@mandixx
Copy link

mandixx commented Dec 19, 2022

I've opened PR which should fix this #6

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

3 participants