Hello Team,
OUR ABP CONFIGURATION:
ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace
Issue: On production site we are getting 405 method not allowed for all update and delete functionality through out the website. But working fine on local and development server on IIS.
Just for example: After login with admin, if we goto Administration-->IdentityManagement-->Roles-->Update permissions for any role, we get this 405 method not allowed.
Attached screenshot of the error. And also checked cors policy which is also correct, following there ABP standards only.
CORS attachement: In appsettings.json have added all URLs in corsorigins:
"App": { "SelfUrl": "https://g2cauthserver.careermaps.co.uk", "CorsOrigins": "https://*.GTCManagement.com,http://localhost:4200,https://localhost:44314,https://localhost:44324,https://g2cauthserver.careermaps.co.uk,https://g2c.careermaps.co.uk,https://g2c.api.careermaps.co.uk", "RedirectAllowedUrls": "http://localhost:4200,https://localhost:44389,https://localhost:44314,https://localhost:44348,https://g2c.careermaps.co.uk", "DisablePII": "false" }
Please suggest what we can do, we have also added following code in web.config :
<system.webServer> <modules> <remove name="WebDAVModule"/> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer>
Thanks
Hello Team,
Shared logs above over email, please confirm if you received logs, shared links of all URLs for staging and production.
Also share the email where I need to send logs
Sure, which site logs should I send, staging one or production one?
Hello Team,
OUR ABP CONFIGURATION:
ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace
We have deployed application on staging and production both environment, following are the URLS:
Staging http://web.stage.careermaps.co.uk/
Production https://g2c.careermaps.co.uk/
Both are using redis configuration: redis.mindmill.co.uk defined in appsettings.json for redis configuration
In GTCManagementWebModule,GTCManagementHostModule and GTCManagementAuthModule,
We have defined different names for application name like : GemsStaging, GemsProduction (below attached screenshot for the same)
But after deploying both the staging and production sites, only one of them works at a time. (Attached error screenshot), if we stop staging the website then the production site will work and if we stop the production site then staging will work.
Any idea how we can use common redis server configuration for both environment staging and production
In that case how we can get source code of chat module in our project?
Hello Team,
OUR ABP CONFIGURATION:
ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace
We have deployed our ABP application on IIS server, we have tiered MVC application so we hosted all ports:
Auth server (port - 44349) : hosted on https://authserver.stage.careermaps.co.uk/ on IIS
Swagger (port- 44324) : hosted on https://host.stage.careermaps.co.uk/
Web-App (port 44389) : hosted on https://web.stage.careermaps.co.uk/
Issue:
How can we enable existing chat module of abp for our external users in separate database and separate application? We want them to provide APIs from which they can sent message and receive message as well?
I see 'https://host.stage.careermaps.co.uk/api/chat/conversation/send-message'
this API to sent message but it has only target user id how can external user will be set as sender id?
Hello Any updates, getting this error after updating domain password.
Hello Team,
OUR ABP CONFIGURATION:
ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace
We have deployed our ABP application on IIS server, we have tiered MVC application so we hosted all ports:
Auth server (port - 44349) : hosted on https://authserver.stage.careermaps.co.uk/ on IIS
Swagger (port- 44324) : hosted on https://host.stage.careermaps.co.uk/
Web-App (port 44389) : hosted on https://web.stage.careermaps.co.uk/
Issue:
Application was running fine, till we changed our local account password this afternoon after that we are getting keyset doesnot exists in our local environment,
Environment : Development Machine
No we are using host application to run migration. How can we use dbmigrator project for our careermaps module that we added which has separate database?