-
Hello,
I'm using the stored procedure `bulkImport.js` to import `C#` collection of objects I've just created (in the thousands). If I use the following, I get a different number of documents inser…
-
### Functionality to use supabase storage
Currently the project uses **uploadthing** for storing files. The new mechanism involves using **supabase's storage** system to store files.
Steps to follo…
-
When hosting it, the file upload does not work
-
### Provide environment information
```bash
import { createUploadthing, type FileRouter } from 'uploadthing/express';
const f = createUploadthing();
export const uploadRouter = {
imageUplo…
-
### Provide environment information
```bash
import { baseURL } from '@Src/utils/axiosInstance'
import { generateUploadButton } from '@uploadthing/react'
export const UploadButton = generateUpl…
-
### I understand that this issue may be closed if it should be filed in another category
- [X] I understand
### My issue
Getting error
`Module '"uploadthing/client"' has no exported membe…
-
### Provide environment information
```bash
System:
OS: Linux 6.1 Debian GNU/Linux 11 (bullseye) 11 (bullseye)
CPU: (8) x64 Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz
Memory: 12.28 G…
-
### What happened?
After updating npm dep from 5.2.1 to 5.3.3 my app's design has broken which uses Tailwind.
First thing i did was to comment out styles in the _app.tsx, in particular uploadthin…
-
Hey 👋
I'm using Next.js with pages. Project built with create-t3-app v7.13.1.
I'm trying to use Clerk with uploadthing and inside the uploadthing middleware function I want to check the user is…