Windows:
%UserProfile%\.abp\suite\appsettings.json
MAC:
~/.abp/suite/appsettings.json
The solutions and paths are written in this file. If this is corrupted, you can manually fix the json file. Or you can delete it. And add your solutions again.
NuGet.Config must be like this
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
<add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/***-your-api-key-***/v3/index.json" />
</packageSources>
</configuration>
Guys I realized that the below package is used in the Blazor project
Microsoft.AspNetCore.Components.WebAssembly.DevServer
Before you publish your project, change this package to the below one
Microsoft.AspNetCore.Components.WebAssembly.Server
I guess the second one provides more performance, the first one is for development (hot reload, rebuild on change, etc...)
We were using Resource Owner Password
flow. And it's not being used in modern web apps anymore. For more information you can check out https://www.scottbrady91.com/OAuth/Why-the-Resource-Owner-Password-Credentials-Grant-Type-is-not-Authentication-nor-Suitable-for-Modern-Applications or https://auth0.com/docs/flows/resource-owner-password-flow
And this is same for Google. If you want to change your profile pic, you leave from Gmail and do it in Google Account website...
Or Yandex Passport or Microsoft Account etc.. This is how it's done in modern web apps.
hi,
1- no need 2- it uses the default SMS Sender. you can use Twilio SMS sender to send it. Add this module to your project https://commercial.abp.io/modules/Volo.Abp.Sms.Twilio 3- check that your website URL is correct and running. 4- can you give the reproduce steps in details. with screenshots and logs.
it looks like misconfiguration of Identity Server. Did you add clients to the Identity Server tables in database? also check the other tables because out of the box it's configured for your main web project.
@scott7106 this is not directly related to Suite. Angular 4.0.1 has this issue. See https://support.abp.io/QA/Questions/626#answer-f3fa08ce-4fde-bd00-28fb-39f981e5f56d
this is fixed in v4.1. it'll be released in a couple of days.
hi michael,
yeah that seems to be a bug. sorting must be put before the fetch operation. Even though it's on the open-source side, nobody has reported this yet. Maybe because MongoDB is not used by many people. I created an issue on the ABP repo. Also I increased your question credits. Let's track the issue at https://github.com/abpframework/abp/issues/6706