Activities of "peter.ebdon@achorda.com"

I have managed to get it working. After switching to use the https azure endpoints I hadn't updated the appsettings for the back-end to allow these through CORS. It's all now working. Thanks for your help - the original problem you identified was correct - that http endpoint will not work for the API.

Many thanks,

Pete

I created a blank database and ran the migrator in that and checked that the content of the identity server tables for postlogin and redirect matched. It does.

I've uploaded the .net source to DELETED

ok

.Net source is too big to email. Please let me know what specific files you need.

This all runs fine locally so I think it's the configuration of the redirect ids for entity server that are the problem.

Will do - just a sec.

OK I have switch to using https but now getting different problems.

The app is at https://henleyaudiomanagement.azurewebsites.net/

The api is at https://henleyaudio-api.azurewebsites.net

App config is now:

import { Environment } from '@abp/ng.core';

const baseUrl = 'https://henleyaudiomanagement.azurewebsites.net';

export const environment = { production: true, application: { baseUrl, name: 'HenleyAudioManagement', }, oAuthConfig: { issuer: 'https://henleyaudio-api.azurewebsites.net', redirectUri: baseUrl, clientId: 'HenleyAudioManagement_App', responseType: 'code', scope: 'offline_access HenleyAudioManagement', requireHttps: true }, apis: { default: { url: 'https://henleyaudio-api.azurewebsites.net', rootNamespace: 'HenleyAudioManagement', }, }, } as Environment;

In the database, [IdentityServerClientRedirectUris] has only one RedirectUri=https://henleyaudiomanagement.azurewebsites.net

The first time I ran it took me to the login, I logged in as admin and then it returned me to the app but with no user showing and not logged in. After that the login button from the app had no effect - the login form would not show again.

Thanks I have already implemented the chrome patch solution but it didn't fix the problem. I will try with https - is there no way to have it working with just http?

We're using an angular application front-end but the account pages seem to be MVC and are served from the Host project.

I think I need the source for Basic.cshtml and Account.cshtml that are used in my Pro version 4.4. Would you be able to let me have those?

That seems better. The button alignment is still off though.

If I want to override the page layout where can I find the source for the original layout file to base it on?

Showing 1 to 10 of 18 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11