Giter Club home page Giter Club logo

Comments (5)

noam-honig avatar noam-honig commented on June 10, 2024 1

Hi @sancelot, this has the shortcoming of making an additional request through the routes.

I invite you to try again the withRemult solution, I'm happy to do a zoom and help if you need it.

You can find me on oru discord channel:
https://discord.gg/GXHk7ZfuG5

from remult.

sancelot avatar sancelot commented on June 10, 2024 1

Hi,
I migrated to using your api, it works.

 await api.withRemultAsync(request, async () => {
      const featuresRepo = remult.repo(Features);
      console.log("ins,", data);
      await featuresRepo.insert(data);
    });

from remult.

noam-honig avatar noam-honig commented on June 10, 2024

Checkout this article - it'll help

https://remult.dev/docs/using-remult-in-custom-backend-code.html

In essence, wrap it with;
await api.withRemult(async ()=>...

from remult.

noam-honig avatar noam-honig commented on June 10, 2024

@sancelot did this solution work for you?

from remult.

sancelot avatar sancelot commented on June 10, 2024

@sancelot did this solution work for you?

I finally preferred to use a direct call to api:
axios.post(
"http://localhost:3002/api/Features",
data,
{
headers: { "Content-Type": "application/json" }, // Set content type header
}
);

from remult.

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.