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.

"RegExp too big" error

See original GitHub issue

Issue type:

[ ] question [x] bug report [ ] feature request [ ] documentation issue

Database system/driver:

[ ] cordova [ ] mongodb [ ] mssql [x] mysql / mariadb [ ] oracle [ ] postgres [ ] cockroachdb [ ] sqlite [ ] sqljs [ ] react-native [ ] expo

TypeORM version:

[x] latest [ ] @next [ ] 0.x.x (or put your version here)

Steps to reproduce or a small repository showing the problem:

Repository to reproduce the error: https://github.com/NicoEnking/typeorm-error

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vlapocommented, Jun 12, 2019

Checked your repository and found this issue is resolved in @next branch. There are some changes in relation area. Please use @next version in your project 😃

0reactions
enyineercommented, Jun 12, 2019

Thanks. I’ll give it a try later on!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: RegExp too big when running WatchTask... #304 - GitHub
In this case, it sounds like your huge regex is genuinely too big. Searching around the Web yields various results about issues in...
Read more >
"Regular Expression is too large" error in PHP - Stack Overflow
Shorten the Regular Expression by using DEFINE for any redundant sub-expressions (see below). Increase the max limit on regex size by re- ...
Read more >
global_vars and "regular expression is too large" error
I'm getting a “regular expression is too large” error b/c the $regex value in this loop is a very, very long string. $regex...
Read more >
Error: regexp too big. - Twine Q&A
Hello! I have an error that pops in unusual places for an apparently random reason. Does anyone .
Read more >
string manipulation - Regular expression too large problem
I just have checked your code with version 10.4 and found that there is no error anymore: the output of StringMatchQ["Bold", pattern] is...
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