question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Images are incorrectly encoded after Azure Functions Deployment

See original GitHub issue

Versions

  • 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pi0commented, Apr 12, 2022

Would you mind transfering the issue then?

1reaction
danielroecommented, Apr 12, 2022

This is still replicable in the latest azure-functions preset 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found