"masum.ulu" 'in aktiviteleri

Hi, I'm using ABP CLI and ABP version is 8.1.3.

It is enough to use this version and creating project. After create project you just need to configure environment (Change localhost to IP address as in documentation). If you argue to problem occurs with ABP Suite I'll also create a sample with ABP Suite.

Hi again asingh, I've created project from scratch with your steps. I've couldn't produce the error you can see the steps and results at below. Can you please create a sample project for test. I don't understand what's your exac problem.

DbMigrator

HttpApi.Host

appsettings.json

launchSettings.json

<project-name>HttpApiHostModule.cs

ReactNative

Angular

Hi asingh,

There are 2 question in here

Question 1

Can I integrate native wind in react solution from abp or is better to go with native base

Answer: Yes you can integrate but you need to re create some page (users, tenants) from scratch. And you need to remove react-native-paper UI lib. I don't suggest that using multiple theme lib in a Frontend project.

Question 2

Actually i wasnt getting this error before, but the error i have started facing since day before yesterday only, the ip is same and auth server was running as well, still i am getting that error. since we have to start the development could i get an estimated day by when it will be resolved.?

Answer: auth-server means host application ? As far as I remember you are not using seperated schema ? right now I try to re-produce steps again. Lastly I would suggest to you using ADB for development. You don't have to use IP based development. We'll update our documentation for this process. In that way you can continue to develop with localhost instead IP

Hi asingh, I couldn't work on it yet. I'm very busy but I'll check this problem.

Your last problem about the backend endpoint might be wrong. Because app try to get info from application-configuration end-point yet I seems like it couldn't find the url

Hi again, okay I undertand. Don't need to provide again same steps. Instead can you tell me your ABP version of the project ?

Hi asingh, what is your ABP version of the project ?

Also why your IP adresses is diffirent in the screenshots (Check the Environment.js in React Native app) ? All must be the same isn't it ? It seems like you try to open auth server in mobile browser with 192.168.1.2 but the Auth Server running in 1.3 can you also check this ?

Hi, I'll check @abp/ng.schematics package

Hi again sridhar, sorry for late reply. I'll check for a workaround and to inform you.

so, I can just use the /connect/token endpoint through my app, and user can be authenticated for signup and login within the app, am I understanding that correctly?

  • For sign in yes,
  • Sign up is another topic it is not related openid. It's about account module. You need to use /api/account/register endpoint.

The react native app you talked about in the answer is the one that comes with the template, right?

Yes it comes with template


and hasn't the authentication-flow used in the template?, as it opens the url in browser?

There are 2 template Open source (ABP) and Commercial (This is priv. repo) templates

  • In ABP template we use password grant_type for react native auth.
    • Yet we'll switch to authorization code
  • In Commercial template we use authorization code grant_type

Is password-flow handling available through abp APIs, or does it need to be customized.

  • You don't need to customize something, you can use /connect/token endpoint, just make sure you sending correct body. Because body needs to be change depending your grant_type property.
186 kayıttan 1 ile 10 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11