Centos部署Abp zero常见问题及处理

多租户切换,多语言切换异常

解决:
修改nginx配置,在nginx.conf中 增长nginx

#多租户问题
    ignore_invalid_headers off;

修改应用程序Logo异常处理

异常:
System.TypeInitializationException: The type initializer for 'Gdip' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'libgdiplus': The specified module could not be found.shell

解决:code

yum install libgdiplus-devel

 cd /usr/lib

 sudo ln -s libgdiplus.so gdiplus.dll

重启hostip

相关文章
相关标签/搜索