question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change thirdparty userId to be varcahr(255)

See original GitHub issue

There was an error where someone was trying to sign up using the thirdparty recipe and postgres rejected the query cause of value too long for type character varying(128) - and in the thidparty table, only the third_party_user_id column has 128 chars limit.

Error log reference:

https://app.zenhub.com/files/231921809/8968d6d6-bcdd-48d8-aa60-fd556e934acd/download

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rishabhpoddarcommented, Jan 23, 2022

hey @Shashwat121! Thanks for showing interest. This issue is being worked on in another PR. Please find another issue that you like. We also have issues in our backend and frontend SDKs 😃

0reactions
Shashwat121commented, Jan 23, 2022

Hi @rishabhpoddar ! Is the bug still open to work? I wish to contribute to this as my first ever contribution to OSS. !

Read more comments on GitHub >

github_iconTop Results From Across the Web

STRING, STRING(255) or VARCHAR (255)? - Stack Overflow
Now I would like to change (only) the name of both columns, and was thinking of the following: exports.up = function(knex) { return...
Read more >
Database Setup Guide for the IM and Presence Service ...
The ID of the user who created the room. SUBJECT. VARCHAR (255). VARCHAR2 (255). nvarchar (255). Yes. The current subject for the room....
Read more >
Choosing Between VARCHAR and TEXT in MySQL - Navicat
One of the changes in MySQL version 5.0.3 included an increase to the maximum length of VARCHAR fields from 255 to 65,535 characters....
Read more >
Heres my sql code: CREATE TABLE LOGIN_INFORMATION ...
Heres my sql code: CREATE TABLE LOGIN_INFORMATION ( UserName varchar(255), Password varchar(255), PRIMARY KEY (UserName) ); CREATE TABLE BUSINESS ( Address ...
Read more >
MySQL By Examples for Beginners
name is VARCHAR(30) - a variable-length string of up to 30 characters. We use fixed-length string for productCode , as we assume that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found