Activities of "ccernat"

Hi!

Indeed, WS were not enabled. I enabled them, but, unfortunately, still the same behavior. :(

Hi

Unfortunately no, I cannot see any failed request.

Anyhow, the website is: delete

I created a test username, please login with:

Username: delete Pass: delete

You will see the behavior. After refreshing the page, menu is displayed, but at first login -- not rendered and gravatar's user menu not working.

Tks a bunch.

Hi!

This is happening, I think, because you have to upload the encryption and signing certificates for OpenIdDict server. On local machine will work with development certificates, but on Azure it won't work anymore.

Generate some certificates by making a new console app:

Upload these certificates to Azure. Follow the documentation. Note the certificate thumbprints, you will need them later.

In YourProjectHttpApiHostModule add:

Also add two new methods for loading the certificates based on what OS is the web service published to:

Now in appsettings.json add:

Be careful to add them to Azure settings to and put as values the previously saved thumbprints.

Should work.

Hi!

No more error of that kind, but now I have these kind of errors:

And this is repeating for: PermissionGroups and FeatureGroups in Logs of HttpApi.Host

Shared ;) Tks.

Hi and tks for reply!

Did it. Same. :(

This is more or less what happens on local dev:

After hitting that /connect/authorize with 302 status and subsequent login-callback-error, it tries to reload again all the scripts and css that were previously loaded.

Also don't understand why.

What can I share with you guys to help me in this matter?

Tks a lot!

I would be very interested to hear any feedback on this issue my self!

I find it very strange that nobody can comment on them other than “its jus Blazor and abp is bringing lot to the table” so this is just normal.

There is nothing normal about this load time at all!

Btw I would think about using static web application and CDN to distribute your app! We got our loading time from 50-60 sek (!!) to 10-15 sek after compression finally worked.

Compression did only work in version 6.0…1.5 years after Blazor WASM was released…

Tks, Sturla. Will also try your suggestions.

Did you encounter those errors what I mentioned above in your implementation?

It seems, as far as I could decipher, that all the idle times are coming from the errors bellow. After each error there is an ~ 10 sec of idle time, then resumes, then another error, another 10 seconds, then finally website loads.

More exactly when it tries to do this:

I don't understand what is happening. API is working perfectly fine.

I have the same error on local dev machine, minus the idle time between them.

What is ABP trying to do? I am using standard Blazor wasm template.

Showing 11 to 20 of 31 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54