Paul John Butad

Results 13 comments of Paul John Butad

I've got the same issue here after following Authentication guide from https://www.howtographql.com/graphql-ruby/4-authentication/

Your HtmlWebpackPlugin or each of them (if you have multiple page) should have `chunks` property so you can **List all entries which should be injected**. The default value for `chunks`...

you may want to set the canvas height to "100vh". You can now pass height="100" as parameters in your component

I can't even install the packages from the root directory. I'm getting this error when I run `npm install` ```bash npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve...

Hi @amerllica > If I remove the `index.js` file and add the entry file inside the `package.json` file by using the `main` key, (Like the docs said) I would get...

@amerllica, I forgot to mention, you also have to add these - `"main": "index.js",` in your package.json. - `EXPO_USE_METRO_WORKSPACE_ROOT=1` in your .env file (you only need this in local development)...

hey @amerllica, since you're still getting the same error. [Here's the minimal example of turborepo with expo router](https://github.com/butadpj/turborepo-with-expo-router). I've documented all the steps taken to setup `expo-router`. Hope you find...

Oh for the web part, sorry i didnt mention, I actually skipped this part in the docs You can do the steps to enable developing for web

Hi, I just encounteted the same issue today `Access to XMLHttpRequest at 'https://sea1.ingest.uploadthing.com/sREXOvoL8YcFXk9s7GrwE0iblNId7JnGZtx8M32jehg6RpLz?expires=1726914551940&x-ut-identifier=wau16cs4n9&x-ut-file-name=Screenshot%25202024-08-25%2520at%252010.42.45%25E2%2580%25AFPM.png&x-ut-file-size=469011&x-ut-file-type=image%252Fpng&x-ut-slug=imageUploader&x-ut-content-disposition=inline&signature=hmac-sha256%3D8d6467592330d4777f01f018cf99d6fb2992e39feed08039946eee53cb5929f3' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested...

Oh god. I just realized I have this condition in my `clerkMiddleware()` that protects all routes except to routes in my `isPublicRoute` route matcher. **So, if you're using Clerk on...