erna on Nostr: This legacy API is no longer recommended . Some recommend Ising connection instead if ...
This legacy API is no longer recommended . Some recommend Ising connection instead if unstable _noStore
here is how to do
import { unstable_noStore as noStore } from 'next/cache';
export default async function ServerComponent() {
noStore();
const result = await db.query(...);
...
}
The extension to use on Safari would be Nostore, found here: https://apps.apple.com/us/app/nostore/id1666553677
Published at
2025-01-09 08:02:37Event JSON
{
"id": "296fcd100cbf3be0ddc87291a0906044fc4c8303e592cf2b23e62e84e9c5ab7e",
"pubkey": "177bfd1640883bcf86e5028843ef069094e75e8a12eed156958ddf6b347a07e4",
"created_at": 1736409757,
"kind": 1,
"tags": [
[
"p",
"b7274d28e3e983bf720db4b4a12a31f5c7ef262320d05c25ec90489ac99628cb"
],
[
"p",
"b7274d28e3e983bf720db4b4a12a31f5c7ef262320d05c25ec90489ac99628cb"
]
],
"content": "This legacy API is no longer recommended . Some recommend Ising connection instead if unstable _noStore\n\nhere is how to do \n\nimport { unstable_noStore as noStore } from 'next/cache';\n \nexport default async function ServerComponent() {\n noStore();\n const result = await db.query(...);\n ...\n} nostr:note1u29y57pv5j0fwcljz667wj0f9aaqnmwlvw7lsvk239agn4mm6xysce82mz",
"sig": "18232ed257bade70621476e0e04eb31bab852b1a6a030f57abaaf14cdef06424cb57518acdf51ed3f455682d2b15a72804769b95af147ae5d6e165c7020476a1"
}