You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: separately sign the file urls until PR merged and published; ref: https://github.com/NotionX/react-notion-x/issues/580#issuecomment-2542823817
await addSignedUrls({ recordMap });
if (!recordMap) {
res.status(500).json({ message: "Internal Server Error" });
return;
}
res.status(200).json(recordMap);
return;
} catch (error) {
res.status(500).json({ message: "Internal Server Error" });