bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.08k stars 222 forks source link

`MessageBox` and `ConfirmMessageBox` issue in `BlazorServer` #5150

Closed ParsaLmn closed 1 year ago

ParsaLmn commented 1 year ago

Is there an existing issue for this?

Describe the bug

hi. I have signed in to an account in admin template project with chrome. and then I tried to sign in to another account with firefox , when a bad request exception happens it shows the exception in both browsers.

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

7

Anything else?

No response

msynk commented 1 year ago

Thanks for contacting us. We're investigating this issue. We'll let you know if it's possible to work on this issue.

msynk commented 1 year ago

The issue is accepted and planned. Resolving it will start ASAP.

msynk commented 1 year ago

Resolving this issue has started. It will be announced when this issue is resolved.

ysmoradi commented 1 year ago

This is a known issue and MessageBox and ConfirmMessageBox components will be replaced with DialogBox in Bit.BlazorUI in near future.

For our production, we recommend BlazorWebAssembly in Pwa, PwaPrerender, and SpaPrerender modes alongside BlazorHybrid for Android, iOS, Windows, macOS, and BlazorElectron for Windows, macOS, Linux.

However, I'm addressing this issue in a PR. If you encounter any other issues on BlazorServer, let us know so we can resolve it quickly.

ysmoradi commented 1 year ago

This issue has been resolved and it will be available in the next pre-release version. It will be announced when the pre-release becomes ready.

Meanwhile you can port either AdminPanel, TodoTemplate or BlazorDual changes from #5151 to your project.

You can use filter feature to see related project template changes:

image

msynk commented 1 year ago

The pre-release has been published. Please give it a try and give feedback.