Git Product home page Git Product logo

Comments (3)

wojtekmaj avatar wojtekmaj commented on August 21, 2024 1

I think I've figured it out. It was running Node 14 on Azure side for reasons unknown to me, and this caused all sorts of problems. On Node 18 everything's fine.

from azure-functions-nodejs-worker.

wojtekmaj avatar wojtekmaj commented on August 21, 2024

Compiled it down to CJS, removed the .mjs rename hack + type: module, and got same error back.

from azure-functions-nodejs-worker.

ejizba avatar ejizba commented on August 21, 2024

Hi @wojtekmaj looks like you're using a mix of the v3 and v4 models. In the v4 model, you do not need the "function.json" file. So the real error we need to fix is "No HTTP triggers found."

If you're running locally, make sure you have "AzureWebJobsFeatureFlags": "EnableWorkerIndexing" set in your local.settings.json file. That's probably the most common problem we see, but if you created your project from VS Code or core tools it should already be set for you.

If that doesn't help, please share the logs from running func start. That'll tell me your func version and any other warnings/errors you might be getting

from azure-functions-nodejs-worker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.