Search found 13 matches

by DamanMokha
30 Mar 2023, 08:19
Forum: Laravel package
Topic: Laravel session is changing
Replies: 1
Views: 766

Laravel session is changing

Hi, My Laravel session ID keeps changing with every request, which is causing my basket to be empty consistently. I am using Laravel 9. Since it is necessary to send the session along with the basket request in order to obtain the same value for the basket, I checked the aimeos_session values and no...
by DamanMokha
29 Mar 2023, 08:26
Forum: Laravel package
Topic: Laravel CORS issue while using credentials: 'include'
Replies: 3
Views: 1116

Re: Laravel CORS issue while using credentials: 'include'

Thanks for your reply. I have changed both to "localhost," but I am still having the same issue. Additionally, I plan to use a different front-end domain than the API endpoint. Access to fetch at 'http://localhost:8000/jsonapi/basket?id=default' from origin 'http://localhost:3000' has been...
by DamanMokha
29 Mar 2023, 03:17
Forum: Laravel package
Topic: Laravel CORS issue while using credentials: 'include'
Replies: 3
Views: 1116

Laravel CORS issue while using credentials: 'include'

Hi, I am currently using Laravel 9 and was attempting to access the Basket API. As per the documentation, it is required to send cookies to retrieve cart data. I used the mode credentials: "include," but I am encountering a CORS error. Access to fetch at 'http://127.0.0.1:8000/jsonapi/bask...