saleor / saleor

Saleor Core: the high performance, composable, headless commerce API.
https://saleor.io
BSD 3-Clause "New" or "Revised" License
20.82k stars 5.51k forks source link

Bug: After this latest update about an hour ago issue visiting channel page #17023

Closed chillpilllike closed 2 hours ago

chillpilllike commented 3 hours ago

What are you trying to achieve?

After new server setup and visiting the channel page no channels displayed and error message popup:

Something went wrong Response not successful: Received status code 400 Cannot query field "automaticallyCompleteFullyPaidCheckouts" on type "CheckoutSettings"

Steps to reproduce the problem

Create a new server python3 manage.py migrate python3 manage.py createsuperuser

and login and visit the channels list page

What did you expect to happen?

channel page should open without error and we should be able to add new channels

Logs

No response

Environment

Saleor version: …dashboard v3.20.18 core v3.17.62 OS and version: …22.04

Screenshot 2024-11-18 at 3 25 33 pm
chillpilllike commented 2 hours ago

I migrated to backend 3.20.50 and issue is resolved