Results 90 comments of Towfiq I.

Can you please open the `failed_queue.json` file inside the data directory and share the content here?

In the issue title you wrote `502 Bad Gateway`, but I am not seeing that in the error log you posted. Can you please let me know where you are...

Can you please answer my question? It will help me pinpoint the issue. And also, try login to your docker container with ssh, and open the `cron.js` file and replace...

first run `docker ps -a` to get all the running docker containers. Then notice the name of the serpbear docker container. Suppose its `xxx`, in that case, run the following...

In that case, try this: `sudo docker attach xxx`

Please try the methods described here to ssh into the container: https://stackoverflow.com/a/48835704/391955

Can you please try the methods described here: https://github.com/towfiqi/serpbear/discussions/22

To fix this issue, Install these packages: `timers-browserify` , `stream-browserify` , `url` And then add this to your `webpack.config.js` file: ``` resolve: { .... fallback: { http: false, https: false,...

@matdev Its probably because you are using create-react-app which does not have a webpack config file. I would suggest you to not use the package though, since it has not...

yeah you can't use typescript code in a js file. You need to convert that ts code to js code. Use this tool: https://transform.tools/typescript-to-javascript