Skip to content
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

invalid input syntax for type bigint #22792

Closed
2 tasks done
scifisatan opened this issue Apr 16, 2024 · 3 comments
Closed
2 tasks done

invalid input syntax for type bigint #22792

scifisatan opened this issue Apr 16, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@scifisatan
Copy link

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

I have a table 'x' in public schema that has relation to the users table of auth schema. specifically to column 'id'.
When I try to insert a row to the table 'x' with uuid it shows following error.

    "code": "22P02",
    "details": null,
    "hint": null,
    "message": "invalid input syntax for type bigint: \"e30bd235-a691-4897-b4b5-913456ea2805\""
}```

It only happens if i am using supabase-js but not on table editor

## Expected behavior

It is expected to successfully inserted into the row

## System information

- OS: Windows
- Version of supabase:  10.2.1
- Version of Node.js: 20.9.1


@scifisatan scifisatan added the bug Something isn't working label Apr 16, 2024
@scifisatan
Copy link
Author

formatting issues 😞

@Mohammed-Yasin-Mulla
Copy link
Contributor

Mohammed-Yasin-Mulla commented Apr 21, 2024

#22792 (comment)
@scifisatan is the bug resolved?

@scifisatan
Copy link
Author

Yes, you can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants