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

IPX image paths containing sizes are invalid on Mac #922

Closed
Jordan-Ellis opened this issue Jul 20, 2023 · 1 comment
Closed

IPX image paths containing sizes are invalid on Mac #922

Jordan-Ellis opened this issue Jul 20, 2023 · 1 comment

Comments

@Jordan-Ellis
Copy link

When prerendering with the IPX provider, the image path contains colons when using image sizes:
screenshot

Colons are an invalid character for file names on mac and they turn into slashes, causing a 404:
Screenshot 2023-07-19 at 8 54 41 PM

IPX out path: q_75&f_webp&sixes_sm:90vw%20md:480px%20lg:680px&loading_lazy&w_1536
Mac out path: q_75&f_webp&sixes_sm/90vw%20md/480px%20lg/680px&loading_lazy&w_1536

Is there way to remove the colon or replace it with a different character when generating the file name?

@Baroshem
Copy link
Collaborator

Hey there,

I dont think there is a way right now and not sure if there are any plans for that.

@Baroshem Baroshem closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
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