You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the frontend UI, if we're clicking on any product nothing happens and don't know how to test it further.
Tested kubernetes manifest file on a kubernetes cluster.
Logs of frontend services, when we are clicking on buy button but nothing happens on uI
Buying product with id 9 for $24.5 Buying product with id 9 for $12.73 Buying product with id 9 for $28.75 2024-10-20T17:26:40.840Z INFO 1 --- [nio-8080-exec-2] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 24 2024-10-20T17:26:41.089Z INFO 1 --- [nio-8080-exec-4] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 1 2024-10-20T17:26:41.286Z INFO 1 --- [nio-8080-exec-1] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 24 Buying product with id 11 for $11.87 2024-10-20T17:26:43.444Z INFO 1 --- [nio-8080-exec-7] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 18 2024-10-20T17:26:48.072Z INFO 1 --- [nio-8080-exec-6] d.keyval.kvshop.frontend.CouponService : Fetched coupons from coupon service, got result: 16 Buying product with id 2 for $5.6 2024-10-20T17:33:53.997Z INFO 1 --- [nio-8080-exec-4] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 23 2024-10-20T17:33:55.376Z INFO 1 --- [nio-8080-exec-7] d.keyval.kvshop.frontend.CouponService : Fetched coupons from coupon service, got result: 12 Buying product with id 20 for $22.23 2024-10-20T17:34:00.781Z INFO 1 --- [nio-8080-exec-5] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 24 Buying product with id 3 for $19.61 Buying product with id 3 for $23.28 Buying product with id 3 for $27.0 Buying product with id 3 for $45.46 Buying product with id 4 for $47.27 Buying product with id 4 for $25.68 2024-10-20T17:36:49.897Z INFO 1 --- [nio-8080-exec-3] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 13 2024-10-20T17:36:49.895Z INFO 1 --- [nio-8080-exec-8] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 3 2024-10-20T17:36:49.895Z INFO 1 --- [io-8080-exec-10] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 19 2024-10-20T17:36:49.898Z INFO 1 --- [nio-8080-exec-9] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 7 Buying product with id 4 for $42.76 2024-10-20T17:36:50.198Z INFO 1 --- [nio-8080-exec-2] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 18 2024-10-20T17:36:50.378Z INFO 1 --- [nio-8080-exec-4] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 16 Buying product with id 5 for $11.28 2024-10-20T17:36:51.023Z INFO 1 --- [nio-8080-exec-8] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 18 2024-10-20T17:36:51.691Z INFO 1 --- [nio-8080-exec-1] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 10
The text was updated successfully, but these errors were encountered:
On the frontend UI, if we're clicking on any product nothing happens and don't know how to test it further.
Tested kubernetes manifest file on a kubernetes cluster.
Logs of frontend services, when we are clicking on buy button but nothing happens on uI
Buying product with id 9 for $24.5 Buying product with id 9 for $12.73 Buying product with id 9 for $28.75 2024-10-20T17:26:40.840Z INFO 1 --- [nio-8080-exec-2] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 24 2024-10-20T17:26:41.089Z INFO 1 --- [nio-8080-exec-4] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 1 2024-10-20T17:26:41.286Z INFO 1 --- [nio-8080-exec-1] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 24 Buying product with id 11 for $11.87 2024-10-20T17:26:43.444Z INFO 1 --- [nio-8080-exec-7] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 18 2024-10-20T17:26:48.072Z INFO 1 --- [nio-8080-exec-6] d.keyval.kvshop.frontend.CouponService : Fetched coupons from coupon service, got result: 16 Buying product with id 2 for $5.6 2024-10-20T17:33:53.997Z INFO 1 --- [nio-8080-exec-4] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 23 2024-10-20T17:33:55.376Z INFO 1 --- [nio-8080-exec-7] d.keyval.kvshop.frontend.CouponService : Fetched coupons from coupon service, got result: 12 Buying product with id 20 for $22.23 2024-10-20T17:34:00.781Z INFO 1 --- [nio-8080-exec-5] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 24 Buying product with id 3 for $19.61 Buying product with id 3 for $23.28 Buying product with id 3 for $27.0 Buying product with id 3 for $45.46 Buying product with id 4 for $47.27 Buying product with id 4 for $25.68 2024-10-20T17:36:49.897Z INFO 1 --- [nio-8080-exec-3] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 13 2024-10-20T17:36:49.895Z INFO 1 --- [nio-8080-exec-8] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 3 2024-10-20T17:36:49.895Z INFO 1 --- [io-8080-exec-10] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 19 2024-10-20T17:36:49.898Z INFO 1 --- [nio-8080-exec-9] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 7 Buying product with id 4 for $42.76 2024-10-20T17:36:50.198Z INFO 1 --- [nio-8080-exec-2] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 18 2024-10-20T17:36:50.378Z INFO 1 --- [nio-8080-exec-4] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 16 Buying product with id 5 for $11.28 2024-10-20T17:36:51.023Z INFO 1 --- [nio-8080-exec-8] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 18 2024-10-20T17:36:51.691Z INFO 1 --- [nio-8080-exec-1] d.keyval.kvshop.frontend.CouponService : Applied coupon to coupon service, got result: 10
The text was updated successfully, but these errors were encountered: