Base solution for your next web application

Activities of "m.aliozkaya"

Hi @gtewksbury,

Currently, three fields are stored in local storage in AspNetZero:

app.chat.isOpen: Indicates whether the chatbar is open. app.chat.pinned: Indicates whether the chatbar is pinned. enc_auth_token: Contains the encrypted authentication token for login information.

Answer

Hi @FahrettinOzturk,

Could you try to create user secrets with the following document?

dotnet user-secrets init

https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-8.0&tabs=linux

Hi @alramz,

This page works correctly in the dev branch. Could you share the logs about the error? The logs are located in *.Mvc\App_Data\Logs

Hi @glenasyncXViii,

I tried it and it is running with -Context param. I'll check it with the ANZ 13.3 version.

Answer

Hi @uenlkr4e,

There is no built in feature with aspnetzero. We can add this to our roadmap. You can check this document for your solution. There is an error about email sending

https://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers

Hi @mdepouw,

This field is not related to aspnetzero. I recheck the source code.

Hi @ibrahim_fakeh,

I didn't fully understand the problem. Could you share the expected path and the generated path? Also, please share your entity.json.

Hi @mdepouw,

What is your ANZ version and which project type (Angular or Mvc)?

Answer

Hi @uenlkr4e,

Chat is bound to a feature but features are not available in single-tenant mode. So, If you don't want to use this feature, you can remove its codes from your project.

  • Remove the chat icon from the top bar.
  • Remove signalr from Startup.cs
  • Remove signalr and chat javascript files so that your js does not try to make a signalr request.
  • Remove any other .cs files that mention chat. This one is optional.
Answer

Hi @WirelessDynamics,

The power tools was successfully released. You can try code generation with Maui, also your problem should be fixed at this version. Please feel free to give feedback

https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools

Showing 91 to 100 of 390 entries