RicardoGEsteves
RicardoGEsteves
CCConvex Community
Created by RicardoGEsteves on 1/6/2025 in #support-community
Issue with uploadstuff Package Breaking Builds on Convex and Vercel
Hello, I'm running into an issue with the uploadstuff package that's causing apps using it with Convex to break, especially after upgrading to React 19 with the compiler. This is also blocking my project from building and deploying on Vercel. I've already submitted a pull request with a fix, but I was wondering if there's any chance for the package to be updated soon to resolve this issue. Thanks in advance for any help or updates on this!
3 replies
CCConvex Community
Created by RicardoGEsteves on 10/2/2024 in #support-community
I'm having this issue building with vercel on @xixixao+uploadstuff, can someone help me?
Failed to compile. ./node_modules/.pnpm/@xixixao+uploadstuff@0.0.5_react-dropzone@14.2.6_react@18.3.1react@18.3.1_typescript@5.6.2/node_modules/@xixixao/uploadstuff/lib/UploadDropzone.tsx:2:43 Type error: Could not find a declaration file for module 'react-dropzone'. '/vercel/path0/node_modules/.pnpm/react-dropzone@14.2.6_react@18.3.1/node_modules/react-dropzone/dist/es/index.js' implicitly has an 'any' type. There are types at '/vercel/path0/node_modules/.pnpm/@xixixao+uploadstuff@0.0.5_react-dropzone@14.2.6_react@18.3.1react@18.3.1_typescript@5.6.2/node_modules/react-dropzone/typings/react-dropzone.d.ts', but this result could not be resolved when respecting package.json "exports". The 'react-dropzone' library may need to update its package.json or typings. 1 | import { useCallback, useState } from "react";
2 | import type { Accept, FileWithPath } from "react-dropzone";
| ^ 3 | import { useDropzone } from "react-dropzone"; 4 | import { twMerge } from "tailwind-merge"; 5 | import { UploadFileResponse } from ".";  ELIFECYCLE  Command failed with exit code 1. ✖ 'pnpm build' failed Error: Command "pnpm dlx convex deploy --cmd 'pnpm build'" exited with 1
5 replies
CCConvex Community
Created by RicardoGEsteves on 7/18/2024 in #show-and-tell
My Brand new portfolio website
7 replies
CCConvex Community
Created by RicardoGEsteves on 6/17/2024 in #support-community
deployment/prod environment doesn't replicate dev data
I deployed my app on vercel, configured all prod environments with convex, clerk etc.. but on production I don't have any data from dev. It should be replicated I guess or I thought. can someone help me with this?
20 replies
CCConvex Community
Created by RicardoGEsteves on 4/26/2024 in #support-community
Deprecated prop on `ConvexProviderWithClerk`: `afterSignInUrl` at `ClerkContextProvider` instead of
No description
3 replies
CCConvex Community
Created by RicardoGEsteves on 2/21/2024 in #support-community
create rate limits for anonymous users
I would like to know if is there any helper or built in feature to limit calls to the db for a single user without workarounds? I have two forms that call an api mutation and create new entries on two different tables. That entries will be created after a successful submit event, and can be from anonymous users, I want to limit the spam and possible vulnerabilities caused by that. One option is to add captcha when calling the handler but just to play safe it would be awesome if there was any kind of restriction on the db. Can anyone give me some help with this?
7 replies