Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nitro preset 'Azure' gives 404 #1267

Open
blowsie opened this issue Feb 27, 2024 · 3 comments
Open

Nitro preset 'Azure' gives 404 #1267

blowsie opened this issue Feb 27, 2024 · 3 comments

Comments

@blowsie
Copy link
Sponsor

blowsie commented Feb 27, 2024

I still have the below issue
#675

Using Nuxt 3.10.3 with Nitro 2.9.0-28483347.32f1e6e

Example:
https://victorious-bush-0eacd0103-32.westeurope.4.azurestaticapps.net/
PW: Devtest2024!

@zerounix
Copy link

zerounix commented Feb 27, 2024

Same for me in Azure preset. Pages which are prerendered in routerules have their Images generated to _ipx folder, but If rendered on the fly, Images will not load. Azure function returns 200 btw.

Can you maybe post your nuxt.config.ts here?

Is ipx provider meant to work both with prerendered and on the fly?

@blowsie
Copy link
Sponsor Author

blowsie commented Feb 28, 2024

Same for me in Azure preset. Pages which are prerendered in routerules have their Images generated to _ipx folder, but If rendered on the fly, Images will not load. Azure function returns 200 btw.

Nope, it returns 404
image

Can you maybe post your nuxt.config.ts here?
I can but theres nothing in there that is relevant other than the confiruation of the module and nitro as per the referenced ticket

  nitro: { preset: 'azure' },
  modules: ['@nuxt/image'],

Is ipx provider meant to work both with prerendered and on the fly?
Yes

@blowsie
Copy link
Sponsor Author

blowsie commented Feb 28, 2024

Tagging you here @pi0 :)

If you have encountered any issues regarding Azure, please let me now 👍🏼 (preferably please create a new issue with a recent reproduction so we can isolate any other possible issues to investigate 🙏🏼)

Originally posted by @pi0 in #675 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants