-
Notifications
You must be signed in to change notification settings - Fork 2
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
Heroku deployment crashed #59
Comments
@innaleikina I visited the site. It loaded for me. Then I...
This is where the item didn't render the photo or price then crashed for you?
Did I follow your footsteps correctly? If so, it may have been an issue with heroku? |
I retraced my steps. I did everything like you, except after I pressed add to cart I clicked all the nav items, and when I went back to the shop page there were no items rendering. Then I hit refresh, and the website crashed. I think all we need is an error message if a user tries to add something to the cart without having a recipient. |
@innaleikina I wasn't able to reproduce the error. I followed these steps:
Were you logged out when you went back to the shop page? If you logged out, then hit the back arrow in your browser, it could have tried to get the shop items, but since you weren't authenticated, failed. |
Sorry for taking so long. I will take a video of the issue tomorrow and will send it to you. |
https://drive.google.com/file/d/1Aji8MvEtZ5YgvFVBYemMPYVP7mQDIuf7/view here is a link to the screen cast. I'm not sure if it shows well, but after I added to cart and then clicked around and came back to shop, I refreshed. |
Interesting. It looks like it may have to do with a specific item. Let me check the database to see if there's an unordinary item. |
Ok, I think I found the issue. I haven't tested this, but it appears to be an issue with GETing a single item from the API. When I login as root (admin), I do NOT have the issue. This has something to do with the logic separating admin users from non-admin users or it could be an issue you have by not having an active event. One of the two. I don't have time to fix this today, but I'll get to it as soon as I can. I plan to get a fix by the end of the week. |
I was using the site. I logged in and selected shop, then I selected an item, after selecting an item I pressed to add it to cart, but didn't select the recipient. The item didn't render the photo or price, then the site crashed for me.
I revisited it a couple hours later and did the same thing.All the photos and prices were there. I was still able to navigate the websites, but no photos loaded afterwards, not even frames. Then the website crashed completely and won't refresh
The text was updated successfully, but these errors were encountered: