wevm/frog

Fetch get loadGoogleFont error in hono-og

peanutxxxi opened this issue · 2 comments

Describe the bug

I created a new blank project for next using the pnpm create frog command, but when I started the project I got a error.

Link to Minimal Reproducible Example

No response

Steps To Reproduce

  1. pnpm create frog
  2. pnpm install
  3. pnpm dev
  4. open localhost:3000api/dev
image

I was able to locate the error because I used html tags such as div in the image
image
When I populate images with the local file address, all errors disappear
image

I think it may be because I have opened a vpn in China, but I have rarely encountered such fetch errors.

Frog Version

0.11.9

TypeScript Version

5.4.5

Check existing issues

Anything else?

No response

Hello @peanutxxxi.

Please provide a minimal reproduction using StackBlitz, TypeScript Playground (for type issues), or a separate minimal GitHub repository.

Minimal reproductions are required as they save us a lot of time reproducing your config & environment, and trying to reproduce your issue. See Why reproductions are required.

Please reopen this issue when a reproduction is added.

please add a repro and i'll be able to take a look at it!