GithubHelp home page GithubHelp logo

Comments (6)

CharlseYuan avatar CharlseYuan commented on June 7, 2024 1

拿掉执行就没问题了

from umi-blog-example.

yuaanlin avatar yuaanlin commented on June 7, 2024

fetch 是浏览器的才能使用的功能, API 路由的运行环境是 nodejs 后端,所以无法使用 fetch

建议的做法是将文章数据保存于数据库中,然后在 API 路由透过 Prisma 去数据库查询并返回。

from umi-blog-example.

CharlseYuan avatar CharlseYuan commented on June 7, 2024

image

执行到 let post = await redis.get('post-' + req.params.postId),就报上面的错了

from umi-blog-example.

yuaanlin avatar yuaanlin commented on June 7, 2024

image

执行到 let post = await redis.get('post-' + req.params.postId),就报上面的错了

可以先把 Redis 缓存这部分逻辑拿掉

from umi-blog-example.

CharlseYuan avatar CharlseYuan commented on June 7, 2024

Redis 缓存这部分不会,网上没找到相关的解释

from umi-blog-example.

yuaanlin avatar yuaanlin commented on June 7, 2024

Redis 缓存是作为一个提速的效果,避免每次请求 API 路由都要从 MongoDB 查询数据,造成网页访问速度下降

from umi-blog-example.

Related Issues (14)

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.