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
Since you changed your docker-compose.yml to use latest instead of a hardcoded version, the latest version that was built on GHA will be used, which in this case is 3.13 instead of 3.17.
This has already caused me 2 hours of tracing of what could've went wrong, because the latest dashboard version expects the latest Saleor version (some of the GraphQL queries expect fields that simply don't expect on older versions) and the latest tag not being the ACTUAL latest version is a huge issue.
The text was updated successfully, but these errors were encountered:
Hi @cozyGalvinism, thank you for reporting this issue to us. It's been fixed for core at #302 (d975c34) and dashboard will be fixed in a follow-up pull request.
Since you changed your docker-compose.yml to use
latest
instead of a hardcoded version, the latest version that was built on GHA will be used, which in this case is 3.13 instead of 3.17.This has already caused me 2 hours of tracing of what could've went wrong, because the latest dashboard version expects the latest Saleor version (some of the GraphQL queries expect fields that simply don't expect on older versions) and the
latest
tag not being the ACTUAL latest version is a huge issue.The text was updated successfully, but these errors were encountered: