antosubash / blog-comments

MIT License
0 stars 0 forks source link

posts/abp-react-template #27

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

ABP React Template

React Starter Template for ABP application.

https://blog.antosubash.com/posts/abp-react-template

milukukoz commented 1 year ago

Hi, I intend to use the Resource Owner Password Flow so I do not know what API that framework support. do you know how I can achieve it?

mir-barzan commented 1 year ago

hi i want to use this but can you send me link for this https://abp.antosubash.com/ back end source code becouse when ever i use my abp api it does not work with it

antosubash-dev commented 1 year ago

@mir-barzan here is the repo https://github.com/antosubash/abp-single-layer-template

mir-barzan commented 1 year ago

sorry but when i need to connected to the API in env and otherfile as u said i putt this https://localhost:44351 in place of https://your-api-name.com and i do pnpm dev it doesn't work it give me self signed certificate error but when i put ur API .com it works can you tell me how to fix this

zingram commented 1 year ago

Thank you for sharing this project. I am getting the same error for self signed certificate. Any suggestions for fixing this would be appreciated. Thank you

antosubash commented 1 year ago

@zingram and @mir-barzan you can use NODE_TLS_REJECT_UNAUTHORIZED=0 in your env file.

antosubash commented 1 year ago

@milukukoz you can use this https://next-auth.js.org/configuration/providers/credentials

mir-barzan commented 1 year ago

Thank you so much brother 👍

mir-barzan commented 12 months ago

I really appreciate that it works now but there is a problem when I go to the admin profile or tenant management it gives me this error [[[Call Stack XMLHttpRequest.handleError javascript\node_modules.pnpm\axios@1.3.4\node_modules\axios\lib\adapters\xhr.js (154:0)]]]] and for API generating new futures it still says self-signed error on the terminal if you tell me how to fix those errors it will be so grate I appreciate you time but making video on this will be great idea it will populate a lot

gitdevnaresh commented 11 months ago

Hi

I need Multi-tenant from my application, when will be complete you side Multi-tenant?

gitdevnaresh commented 11 months ago

Hi @antosubash I am inquiring about the status of the Multi-tenant implementation for my application. Could you kindly provide an update on when the Multi-tenant feature is expected to be completed on your end?

antosubash commented 11 months ago

@gitdevnaresh take a look here https://github.com/nextauthjs/next-auth/issues/600

MertToprak2 commented 4 months ago

Hello,

When I run the Pnpm installation, it gives me the following error.

Progress: resolved 769, reused 730, downloaded 0, added 0, done node_modules/.pnpm/esbuild@0.17.10/node_modules/esbuild: Running postinstall script... node_modules/.pnpm/turbo@1.9.1/node_modules/turbo: Running postinstall script, failed in 147ms .../.pnpm/turbo@1.9.1/node_modules/turbo postinstall$ node install.js │ C:\Users\Dell\Desktop\AbpReact\EldaReact\node_modules.pnpm\turbo@1.9.1\node_modules\turbo\node-platform.js:41 │ throw new Error(Unsupported platform: ${platformKey}); │ ^ │ Error: Unsupported platform: win32 ia32 LE │ at pkgAndSubpathForCurrentPlatform (C:\Users\Dell\Desktop\AbpReact\EldaReact\node_modules.pnpm\turbo@1.9.1\node_modul… │ at checkAndPreparePackage (C:\Users\Dell\Desktop\AbpReact\EldaReact\node_modules.pnpm\turbo@1.9.1\node_modules\turbo\… │ at Object. (C:\Users\Dell\Desktop\AbpReact\EldaReact\node_modules.pnpm\turbo@1.9.1\node_modules\turbo\inst… │ at Module._compile (node:internal/modules/cjs/loader:1376:14) │ at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) │ at Module.load (node:internal/modules/cjs/loader:1207:32) │ at Module._load (node:internal/modules/cjs/loader:1023:12) │ at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) │ at node:internal/main/run_main_module:28:49 │ Node.js v20.10.0 └─ Failed in 147ms at C:\Users\Dell\Desktop\AbpReact\EldaReact\node_modules.pnpm\turbo@1.9.1\node_modules\turbo  ELIFECYCLE  Command failed with exit code 1.

Quangdung1996 commented 2 months ago

hi mate , i use abp framework commercial (v8.1) api connect react abp. i have issue and can you review it? : [next-auth][error][SIGNIN_OAUTH_ERROR] portal.arplatform:dev: https://next-auth.js.org/errors#signin_oauth_error getaddrinfo ENOTFOUND https { portal.arplatform:dev: error: { portal.arplatform:dev: message: 'getaddrinfo ENOTFOUND https', portal.arplatform:dev: stack: 'Error: getaddrinfo ENOTFOUND https\n' + portal.arplatform:dev: ' at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)\n' + portal.arplatform:dev: ' at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17)', portal.arplatform:dev: name: 'Error' portal.arplatform:dev: }, portal.arplatform:dev: providerId: 'openiddict', portal.arplatform:dev: message: 'getaddrinfo ENOTFOUND https' portal.arplatform:dev: }