"salih" 'in aktiviteleri

Can you try the package.json content I provided?

{
  "version": "1.0.0",
  "name": "my-app",
  "private": true,
  "dependencies": {
    "@fortawesome/fontawesome-pro": "^6.3.0",
    "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~3.1.3",
    "@volo/account": "~8.1.3",
    "@volo/audit-logging": "~8.1.3",
    "@volo/file-management": "~8.1.3",
    "@volo/identity": "~8.1.3",
    "@volo/language-management": "~8.1.3",
    "@volo/saas": "~8.1.3"
  },
  "resolutions": {
    "@fortawesome/fontawesome-free": "6.5.1"
  }
}

error Couldn't find package “@fortawesome/fontawesome-free@^6.5.1.1” required by “@abp/font-awesome@~8.1.3” on the “npm” registry., according to this log, there is a problem with the version of your fortawesome package, which may be preventing the installation of other packages. Can you try again after fixing this issue?

Hi can you try deleting yarn.lock and running abp install-libs again?

Sure... but it's the same as in the code above ;-)

This error will continue because the code contains inline CSS. Different solutions may exist in content security policy. It's not a problem that can be fixed with abp.

Can you share the response headers in the request of the document via the network tab? Example:

Hi, Can you use {AuthServerUrl}/api/account/profile-picture-file/{userId} with url. Example usage: <img src="https://account.abp.io/api/account/profile-picture-file/d488264a-c732-95c6-eccc-3a04e5515a1f"

Hi,

I’m both the Owner and developer and I cannot find it on the page!

Authorization granted. Can you check again? If the e-book part does not come, can you log out and log in again?

If you are the owner of the organization, you can see it under E-Book on the organization manage page at https://commercial.abp.io/my-organizations

salih.ozkara@volosoft.com

Sure, I will send you my demo project but one hint. Change you're region to South America (for example Peru) and set your timezone too to GMT-5.

If you sent your demo project, it did not reach me. Can you send it again via e-mail?

Hello!!! It's me again. I found 2 bugs related to datepickers.

One of them, is related to ABP Framework and I created an issue here https://github.com/abpframework/abp/issues/18985

The other one is related to ABP Commercial.
If you see the Loom video, you can see that I create an entity with a date value on day 17 but when I try to edit, It will display on day 16 in the date picker. https://www.loom.com/share/77c5c42318af4ff8b16f16e8729a7a66?sid=4c20182b-6621-4e39-9dd0-1f721967b51c

I was able to fix it by modifying the generated index.js in this line

(new Date(date)).toLocaleDateString(abp.localization.currentCulture.name);

with this

(new Date(date)).toLocaleDateString(abp.localization.currentCulture.name, {timeZone: 'UTC'});

This seems to happen in my timezone (GMT-5).

Firefox problem: https://github.com/abpframework/abp/pull/18998 I couldn't reproduce your other problem. Can you share a sample project for this? My e-mail address is salih.ozkara@volosoft.com

43 kayıttan 1 ile 10 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11