For some reason, when deploying my backend to Render, it cannot find the openai module. I have tried updating to the latest nodejs lts version, 22.11.0, but still it’s not working.
Does anyone have an idea what I could do?
For some reason, when deploying my backend to Render, it cannot find the openai module. I have tried updating to the latest nodejs lts version, 22.11.0, but still it’s not working.
Does anyone have an idea what I could do?
maybe you need to npm install
as well?
I have no idea how have I missed this. I also have no idea how it has been working for so long without this issue.
Thanks
No worries! Sometimes we miss the simplest things because we are thinking way too complicated.
Feel free to mark my answer as the solution.