Activities of "2250368121"

  • Exception message and full stack trace:
  • Steps to reproduce the issue: 不止为何我的程序在生产环境中原始的登录界面账号密码登元素都不加载了,同样的配置和镜像sit环境下是可以加载出来的使用的SSO配置也是一模一样的 我查看了数据库中EnableLocalLogin等参数均和Sit环境设置是一样的 为什么正式环境上账号密码等输入框会不加载
  • Steps to reproduce the issue:
  • 请问 我添加的微服务经常会出现语言包未加载的问题如图所示 我有一个BaseSetService的服务 在语言文本的资源中找不到,过段时间又会加载出来,我想知道语言资源包加载是通过那个服务加载的,另外我们还发现系统会在每过45分钟左右网页自动刷新一次而回到网页的首页上,无论是否在操作中还是无动作的情况下
  • Steps to reproduce the issue: 进行单点登录测试时 查询新增用户时用到了IIdentityUserAppService 但是提示未注册 商业版的可以注册AbpIdentityProEntityFrameworkCoreModule 但是无法注册 AbpIdentityProApplicationModule 请问这该怎么解决

提问前请先查看文档:https://abp.io/docs/latest 查看示例以了解基本任务:https://abp.io/docs/latest/samples 您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。

请向我们提供以下信息: 🧐 提示:如果您正在使用 ABP Studio,您可以从配置窗口中查看有关解决方案的所有信息,当您右键单击[解决方案](https://abp.io/docs/latest/studio/solution-explorer#solution)并单击“解决方案”配置按钮时,该窗口将打开。

  • 异常消息和完整堆栈跟踪: ** 更换问题的步骤**:你好 我想将44348/Account/Login的路径用4200/login做反向代理 我用nginx 配置了一下反向代理 出现两个问题 1、反向代理的/4200/login样式丢失 2、登录后跳转到4200是报500的错误
    以下是我的nginx的配置内容

nginx.conf

worker_processes 1;

events { worker_connections 1024; }

http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65;

# 这里放 server 块
server {
    listen 4200;
    server_name localhost;

    root C:/Nginx/www/qrspc/dist/qrspc;
    index index.html;

    location = /login {
        proxy_pass http://localhost:44348/Account/Login;
        proxy_http_version 1.1;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }

    location /Content/ {
        proxy_pass http://localhost:44348/Content/;
    }

    location /wwwroot/ {
        proxy_pass http://localhost:44348/wwwroot/;
    }

    location /libs/ {
        proxy_pass http://localhost:44348/libs/;
    }

    location /_content/ {
        proxy_pass http://localhost:44348/_content/;
    }

    location / {
        try_files $uri $uri/ /index.html;
    }

    location /api/ {
        proxy_pass http://localhost:44350/;
        proxy_http_version 1.1;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }

    location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2?|ttf|svg|eot)$ {
        expires 6M;
        access_log off;
        add_header Cache-Control "public";
    }
}

}

提问前请先查看文档:https://abp.io/docs/latest 查看示例以了解基本任务:https://abp.io/docs/latest/samples 您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。

请向我们提供以下信息: 🧐 提示:如果您正在使用 ABP Studio,您可以从配置窗口中查看有关解决方案的所有信息,当您右键单击[解决方案](https://abp.io/docs/latest/studio/solution-explorer#solution)并单击“解决方案”配置按钮时,该窗口将打开。

  • 异常消息和完整堆栈跟踪: ** 更换问题的步骤**: 我需要隐藏一些菜单,应该怎么做,我没找到相关的代码修改,是否是注入进去的菜单,还有我想修改退出登录后的指向地址,麻烦指导一下,谢谢
  • 我创建了一个hangfire的微服务,想要通过调用其他微服务来完成我的需求;微服务间的通讯已经设置完成,并且已经完成验证,但是当我正式调用我所需要的api时,该api的权限禁止我的hangfire后台任务调取他
  • Steps to reproduce the issue:
  • Steps to reproduce the issue:
  • 当我在一个微服务解决方案中,想调取另一个微服务方案的API时,我发送了正确的token,但返回结果是
  • {"error": { "code": "Unauthorized", "message": "未经授权", "details": null, "data": null, "validationErrors": null }};请问是我还有哪里的服务配置有问题吗?
Showing 1 to 7 of 7 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.