问题标签 [epilogue]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jwt - 使用 passport-jwt 和结语,我的 req.user 是空的
我的中间件代码是:
我的结语代码是:
我dataplan.js
的是:
但是 my中的 myreq.user
是空的list.auth
。我究竟做错了什么?
node.js - 使用 Epilogue / finale-rest,我如何通过 multer 接受二进制文件?
我正在做:
在哪里resources.audio
:
但是,我无法访问req.file
. 是否可以使用 multer 中间件进行设置?
express - Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 1 Error with React, Babel and Webpack
我正在使用 Webpack、Express、Epilogue、Sequelize、Sqlite3 和 React 构建一个 CRUD Web 应用程序。设置 Webpack 和 Babel 后,我可以将条目添加到数据库中,但不能检索条目。当我添加一个条目时,如果我查看http://localhost:3000/blogposts(我的端点之一),页面是空白的,但是在服务器输出中我看到我的条目被添加了。
要从我使用的数据库中检索条目:
我得到错误: Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 1
我认为这是 babel/webpack 和 await/async 的错误。
我的 webpack.config.js:
我的 webpackserver.config.js:
我的 server.js:
我的 package.json:
我的 .babelrc"
}