yellowgator_
yellowgator_
CCConvex Community
Created by yellowgator_ on 9/9/2024 in #support-community
How to handle call-back in convex ?
Essentially trying to achieve: app.get("/callback", async (req, res) => { const { a, b } = req.query; }
1 replies
CCConvex Community
Created by yellowgator_ on 9/8/2024 in #support-community
How to resolve "use platform: node" error when compiling a node package?
The exact error is: The package "https" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error. Bit new to node, so not sure where exactly to include this setting. Any help would be greatly appreciated !
3 replies