8 Answer(s)
-
0
Hello ,
Can you share some steps to reproduce this issue.
Thank you.
-
0
Hi all steps and all configurations that make angular work is in images i mentioned is there a steps i miss ?
-
0
can you share
environment.prod.ts
file code. -
0
import { Environment } from '@abp/ng.core';
const baseUrl = 'http://posmini.devtest.sale-erp.com';
const oAuthConfig = { issuer: 'https://devtest.sale-erp.com/', redirectUri: baseUrl, clientId: 'HorizonERP_App', responseType: 'code', scope: 'offline_access HorizonERP', requireHttps: true, };
export const environment = { production: true, application: { baseUrl, name: 'HorizonERP', }, oAuthConfig, apis: { default: { url: 'https://devtest.sale-erp.com', rootNamespace: 'HorizonERP', }, AbpAccountPublic: { url: oAuthConfig.issuer, rootNamespace: 'AbpAccountPublic', }, } } as Environment;
-
0
-
0
-
0
-
0
thank you it works appreciate your efforts