Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createPrediction error #72

Open
jwson1 opened this issue Sep 22, 2023 · 3 comments
Open

createPrediction error #72

jwson1 opened this issue Sep 22, 2023 · 3 comments

Comments

@jwson1
Copy link

jwson1 commented Sep 22, 2023

It runs well until I click the image generation button.
Does anyone have a clue?
Here is the error message.

npm run dev

[email protected] dev
next dev

  • ready started server on 0.0.0.0:3000, url: http://localhost:3000
  • info Loaded env from C:\MyDevWork\scribble-diffusion.env.local
    (node:58892) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
    (Use node --trace-warnings ... to show where the warning was created)
    (node:58892) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
  • event compiled client and server successfully in 875 ms (205 modules)
  • wait compiling...
  • event compiled client and server successfully in 325 ms (205 modules)
  • wait compiling / (client and server)...
  • event compiled client and server successfully in 487 ms (1134 modules)
  • wait compiling /api/predictions (client and server)...
  • event compiled successfully in 66 ms (67 modules)
  • error node_modules\replicate\lib\deployments.js (21:12) @ Replicate.createPrediction
  • error Invalid webhook URL
    null
  • wait compiling /_error (client and server)...
  • event compiled client and server successfully in 129 ms (1136 modules)
@wenzhihao123
Copy link

@jwson1 Hello,i'm also appear this error, could you please tell me how do you solve this error ? Thanks

@jportillo83
Copy link

Same invalid web hook url error here

@maoyanfei
Copy link

Same invalid web hook url error here

Modify .env.local , add NGROK_HOST=https://8db01fea81ad.ngrok.io to expose your local server to the internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants