Images are incorrectly encoded after Azure Functions Deployment
See original GitHub issueVersions
- nuxt: v3.13.0
- node: v14.0
Reproduction
Deploy a Nuxt 3 App using Azure Functions. I can build a sample project if ya’ll like me to 🙂 .
Additional Details
Steps to reproduce
Deploy a Nuxt 3 App using Azure Functions.
What is Expected?
Images such as .pngs and .jpgs should show on a website. All links are broken.
What is actually happening?
Images such as .pngs and .jpgs should show on a website. .svgs show due to their encoding but i’m assuming it’s having to do with the webpack configuration and how that relates to possibly deploying on azure as well.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
.net - Azure Function Runtime Unreachable when deploying ...
My problem: When I try to setup my function service for CI/CD from my devops pipeline, I get the following error on the...
Read more >Improve experience when "azureFunctions.deploySubPath" is ...
In my case, the project is a .NET project written in F#. After the migration to functions 2.0, it started with this deployment...
Read more >Handling data encoding issues while loading data to SQL ...
After the file is saved in UTF-8 encoding, you can use Polybase to upload it to Azure Blob Storage and load it into...
Read more >Generating Images with Azure Functions - Aaron Powell
I decided I'd create an Azure Function in F# to handle this problem and to generate the images I'd use the open source...
Read more >Azure Functions - Could not load file or assembly System.Text ...
This post is about how to fix the exception Could not load file or assembly System.Text.Encoding.CodePages when you're using any HTML parser ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Would you mind transfering the issue then?
This is still replicable in the latest
azure-functions
preset 👍