-
-
Notifications
You must be signed in to change notification settings - Fork 374
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
So, I recently upgraded from version 8.11.0 to 10.2.3.
I am using a Table component, as seen below:
<Table TItem="Foo" IsPagination="true" .....
When testing on my local machine, everything is working as expected. However, when I publish my service to run as an Azure App Service, the UI acts differently. It is as if certain default text values (i.e. unset parameters in the table component) cannot be resolved for buttons, filters etc - despite it working on my own machine. So it seems environment specific somehow, as the code is 1:1 the same.
I believe this began to happen right around version 9.x.x - which is why I have stayed on version 8.11.0 for some time. I know some of these text values can be set via parameters, and in the worst case I can re-implement some things manually - but I just wanted to make sure there isn't any obvious fix, before I spend a lot of time doing that.
Examples in Local Dev mode:
Table filtering:
Examples in App Service / Published mode:
Table filtering:
Kind regards
Expected Behavior
That the default text values are resolved to defaults, when not explicitly set - independently of the environment. For example, the page items showing the page size (number) instead of static PageItemText for each entry - despite using recommended PageItemsSource parameter.
Interactive render mode
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
Steps To Reproduce
Publish app service using version >= 9.x.x as Azure App Service, and notice default text strings
Exceptions (if any)
No response
.NET Version
NET8.0
Anything else?
Errors occur on hosted Azure App Service, but works on local machine - same exact code.

