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

In the new request for multiple recipients, the "Add to Cart" feature is failing for users other than the session user. #189

Open
arafatomer66 opened this issue Oct 3, 2024 · 4 comments

Comments

@arafatomer66
Copy link

image

I requested add to cart for somebody else as recipient along with me. my session user. Mine is added to cart but other recipient's item is not added to cart. It showing 500 error for portal/cartitem api.

@hannoquest
Copy link
Collaborator

Hi @arafatomer66 ,

This repository is mainly for discussion and troubleshooting of Angular code in this repository.

If you are getting a HTTP 500 error for an API request, please take a look at the server log which usually contains additional information.

To troubleshoot issues on the server side, please contact support.

@arafatomer66
Copy link
Author

arafatomer66 commented Oct 3, 2024

No i want to know if the angular portal default codebase allow a session user to request item for anybody else! (basically other recipents)

@hannoquest
Copy link
Collaborator

Yes, it does. It supports the same functionality as the out-of-the-box Angular applications.

@arafatomer66
Copy link
Author

arafatomer66 commented Oct 3, 2024

Do i have to configure anything from back end side because from angular portal in default codebase it's not working right now!

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