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.

When I call a sequelize operation here for example : “await File.create({name:"test"})” The resolver is block and return nothing. If I remove the sequelize line. It’s works…

Do you know why I can’t call sequelize ?

const resolve = async (request, args) => {
      const { file } = args;
      const { filename, createReadStream } = await file;
      const stream = createReadStream();
      await uploadFileToBucket(stream);
      const file = await File.create({name:"test"});
      return file;
});

Setup : graphql-express

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jaydensericcommented, Oct 6, 2020

Glad you got it working 😃

1reaction
nebnescommented, Oct 6, 2020

I have find something. My bad the issue come from my client part. I have debug with altair and it’s seem ok. HTTP status 200 and JSON valid Thanks for your time !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Diagnosing and resolving Resolver problems - IBM
Table 1. Diagnosing and resolving Resolver problems. Symptoms, Problem/Cause, Action. No IP addresses were resolved from the TargetServer configuration ...
Read more >
Common Questions & Troubleshooting
Frequently asked questions about the Resolver Core Product. Troubleshoot Login Issues: Single Sign On (SSO) Users. A list of common Single Sign On...
Read more >
Artifact Resolver – Issue Management - Apache Maven
This project uses JIRA. Issue Management. Issues, bugs, and feature requests should be submitted to the following issue management system for this project....
Read more >
Issue Resolver (@issueresolver) • Instagram photos and videos
Issue Resolver. We provide software services like - computer optimization - Diagnosis and repair - Printer Support - Software installation
Read more >
Issue Resolver Careers and Employment | Indeed.com
Find out what works well at Issue Resolver from the people who know best. Get the inside scoop on jobs, salaries, top office...
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