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

Can't make table queries. TypeError: _.includes is not a function #17282

Closed
s1nistr4 opened this issue Apr 12, 2024 · 1 comment
Closed

Can't make table queries. TypeError: _.includes is not a function #17282

s1nistr4 opened this issue Apr 12, 2024 · 1 comment
Labels
pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug

Comments

@s1nistr4
Copy link

As of now, you can't run a query in Sequelize because of the following error:

TypeError: _.includes is not a function

The code used:

        const PassportQuery = await Passport.findOne({
            where: {
                Email: Body.Email, // email string from a fastify request body, like "myemail@gmail.com",
            },
        })

@s1nistr4 s1nistr4 added pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug labels Apr 12, 2024
@ephys
Copy link
Member

ephys commented Apr 12, 2024

Hi! We get a lot of issues, which takes a lot of time to process.
For this reason, we have to ask you to fill-in the issue template. The most important part being to provide a SSCCE that replicates your issue.

As indicated in the issue template, issues that do not follow the template may be closed.
You can edit this issue and ping us, and we will re-review and re-open this issue (there is no need to create a new issue, editing this one is enough).

@ephys ephys closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug
Projects
None yet
Development

No branches or pull requests

2 participants