interactsh-web icon indicating copy to clipboard operation
interactsh-web copied to clipboard

Custom domain don't work

Open phosec opened this issue 3 years ago • 0 comments

While setting up a self hosted version of interactsh-web I get this error while registering my custom domain :

index.js:1 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    at CustomHost

The POST call to /register is successful tho,

The version hosted at https://app.interactsh.com/ does not work either with my custom domain,

The cli client works fine

Any idea ?

Thanks

phosec avatar May 31 '22 15:05 phosec