Help with error deploying

What is the name of the domain?

https://coolvibes-reloaded.com

What is the error message?

12:05:11.714 ✘ [ERROR] Error: Pages only supports files up to 25 MiB in size

What is the issue you’re encountering

Deploying song requests

What steps have you taken to resolve the issue?

i’v tried removing player mp4
still getting error tried removing such other folders still error

got log

2024-07-12T11:04:54.839629Z Cloning repository…
2024-07-12T11:05:02.746264Z From GitHub - strawbs1989/CoolvibesR
2024-07-12T11:05:02.74691Z * branch 6bb18d3f9af5df548aee77544626ee0e4627cce7 → FETCH_HEAD
2024-07-12T11:05:02.747066Z
2024-07-12T11:05:03.997262Z HEAD is now at 6bb18d3 updating requests
2024-07-12T11:05:03.997907Z
2024-07-12T11:05:04.083398Z
2024-07-12T11:05:04.084081Z Using v2 root directory strategy
2024-07-12T11:05:04.110645Z Success: Finished cloning repository files
2024-07-12T11:05:08.620178Z Checking for configuration in a wrangler.toml configuration file (BETA)
2024-07-12T11:05:08.620811Z
2024-07-12T11:05:08.620951Z Found wrangler.toml file. Reading build configuration…
2024-07-12T11:05:08.626035Z pages_build_output_dir:
2024-07-12T11:05:08.626391Z Build environment variables:

2024-07-12T11:05:08.727087Z Successfully read wrangler.toml file.
2024-07-12T11:05:08.804163Z No build command specified. Skipping build step.
2024-07-12T11:05:08.805199Z Note: No functions dir at /functions found. Skipping.
2024-07-12T11:05:08.805345Z Validating asset output directory
2024-07-12T11:05:11.607225Z
2024-07-12T11:05:11.714548Z e[31m✘ e[41;31m[e[41;97mERRORe[41;31m]e[0m e[1mError: Pages only supports files up to 25 MiB in sizee[0m
2024-07-12T11:05:11.71484Z
2024-07-12T11:05:11.714939Z player/media/wwa_sign.mp4 is 26.3 MiB in size
2024-07-12T11:05:11.715008Z
2024-07-12T11:05:11.715071Z
2024-07-12T11:05:11.729036Z :wood: Logs were written to “/root/.config/.wrangler/logs/wrangler-2024-07-12_11-05-09_654.log”
2024-07-12T11:05:11.739696Z Failed to validate assets in the output directory with code: 1
2024-07-12T11:05:12.993738Z Failed: error occurred while validating assets in your output directory. Check the logs above for more information.

Screenshot of the error

They mean what they say. Files must not be over 25 MiB and your video file is over 25 MiB.

You can consider storing the file elsewhere (e.g. R2 storage) and then hotlinking it on the site as needed.

2 Likes

but the video file isn’t there anymore i’v removed it
how is it not completing? i’m trying to do other work as well
i’m not hotlinking from R2 what i’m doing won’t work i need that error GONE
so i can continue on with render.com i’m trying to update the request folder
so i can sync render with git

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.