You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my project to .NET 8 and published main branch of https://github.com/ILoveDotNet/ilovedotnet to github pages. I have noticed an runtime error which says appsettings.json.br is not found. The error is coming from brotliloader.min.js. This issue does not happen when publishing to IIS but happens when published to github pages.
Since the issue happened in production. I have reverted the .NET 8 upgrade. Howerver here is the .NET 8 commit link in main branch for your reference- ILoveDotNet/ilovedotnet@58b42ec
I remember we have already faced brotli issue in the past. Here is the previous issue reference - #22 (comment)
Please can you assist me on this? Feel free to let me know if any additional details are needed.
The text was updated successfully, but these errors were encountered:
fingers10
changed the title
appsettings.json.br not found after publishing to github pages
After .NET 8 update appsettings.json.br not found after publishing to github pages
Nov 29, 2023
I figured out that it is not a problem with the "BlazorWasmPreRendering.Build" package. It is a problem with the"PublishSPAforGitHubPages.Build" package. I fixed the problem that loading configurations fail on .NET 8 and published a new version of the "PublishSPAforGitHubPages.Build" package.
Hi @jsakamoto ,
I have updated my project to .NET 8 and published main branch of https://github.com/ILoveDotNet/ilovedotnet to github pages. I have noticed an runtime error which says
appsettings.json.br
is not found. The error is coming frombrotliloader.min.js
. This issue does not happen when publishing to IIS but happens when published to github pages.Since the issue happened in production. I have reverted the .NET 8 upgrade. Howerver here is the .NET 8 commit link in main branch for your reference- ILoveDotNet/ilovedotnet@58b42ec
I remember we have already faced brotli issue in the past. Here is the previous issue reference - #22 (comment)
Please can you assist me on this? Feel free to let me know if any additional details are needed.
The text was updated successfully, but these errors were encountered: