-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
New product error - Invalid input syntax for type uuid: "create" #3048
Comments
@michaelbromley can you validate if this can be changed on my side (configuration or code) or if it is a change in the source coed? |
I'm looking into this now. |
Hi, I tried to reproduce this on the current master branch and cannot: Recording.2024-09-25.212609.mp4Can you check whether this is still an issue in the latest version? |
Yes, updated to the latest version just for the test and still get the error: Screen.Recording.2024-09-26.at.10.38.56.mov |
OK thank you. Can you take a look into the network tab when this occurs and check what mutation is being sent? Include the mutation body & what variables are being sent please. |
We believe we're having an issue going in the same direction, when we have a custom, string-based
here's the repro: |
Describe the bug
We have UuidIdStrategy as entityIdStrategy and the the error message
invalid input syntax for type uuid: "create"
when trying to create a new product.This is the query performed when entering the new product page:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It's not preventing a new product from being created, but no error should appear.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: