问题标签 [symfony-http-kernel]
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.
php - Symfony HttpKernelsurequest“当前没有可用的会话”错误
Symfony 5.3.10
PHP 8.0.8
我有一个用于用户激活的公共 webhook(通过单击电子邮件中的链接)。
就像是:https://mydomain.fake/user/123-5346-6787-89-789/1234678567945asd
激活是通过 api 请求执行的,所以我需要在 webhook 的控制器内生成一个子请求
它一直工作到今天(我在一周前的最后一次测试,但它工作了好几个月)
现在执行对 api 的请求,用户激活但$result
处于状态 400
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: "There is currently no session available."
如果我直接调用 api(使用 Postman),它会按预期工作。
我哪里错了?