-
Or rather some more notes about how to make Koa/Nuxt collaborate outside of using an HTTP axios request.
I see we can use ctx.session and use have it passed back when we do this.$axios from a page …
-
> 每日一题会在下午四点在交流群集中讨论,五点小程序中更新答案
> 欢迎大家在下方发表自己的优质见解
> 二维码加载失败可点击 [小程序二维码](http://img-static.yidengxuetang.com/wxapp/qr-day/qid-988.png)
扫描下方二维码,收藏关注,及时获取答案以及详细解析,同时可解锁800+道前端面试题。
-
## 一、问题描述
部署方式为 docker compose,用 latest 更新以后发现无法访问。具体报错如下
后端报错如下
```
certd | [2024-10-13T22:15:24.623] [INFO] default - 请求开始: /api/basic/settings/public
certd | [2024-10-13T22:15:24.625] …
ImYrS updated
4 weeks ago
-
## Bug report
### Required System information
- Node.js version: node v16.13.0
- NPM version:
- Strapi version: 4.2.2
- Database: postgresql
- Operating system: debian linux
###…
-
The repository description reads:
> Expressive middleware for node.js using ES2017 async functions
The first human-readable line of the readme reads:
> Expressive HTTP middleware framework for no…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
No ot…
-
浏览器控制台报错:
tiny-invariant.esm.js?73b8:10 Uncaught Error: Invariant failed: You should not use outside a
at invariant (tiny-invariant.esm.js?73b8:10)
at eval (react-router-dom.js?e792:179)
…
-
I updated from a much older version to v1.8.8, and now it does not appear that eks-auth-proxy forwards requests to the proxied server anymore. It does authenticated with the backend oidc provider, and…
-
I'm using koa-session for a login service and found a problem when login from http://localhost.
Front-end app using http-proxy with the config like this
```
{
"/api", {
target: "https…
-
# 2016年终总结
今天是16年12月30号,后天就是2017年了,一直拖到现在,趁着今天工作不是太忙,也是时候给自己做一个2016年的总结了。
## 关于技术
### Koa
由于我们组准备使用nodejs进行前后端分离,所以2016年最开始我的精力主要放在了研究Koa上面,仔细研究过Koa的每一行源码以及Koa使用到的依赖(co、koa-compose等),对Koa的…