screwdriver-wrenchSetup Develop Tools

These optional services are not required to run Overleaf, but they are highly recommended for development, debugging, and inspection during local development.

Setup Hoppscotch

Proxy API Request

To setup Hoppscotch, you can visit http://localhost:3000arrow-up-right, then go to setting tab. You need to set Proxy to http://localhost:9159arrow-up-right, so that your debug tools can interact with container internal Networks.

Now you can test with http://web:3000/statusarrow-up-right to check if web is alive:

CSRF Problems

circle-exclamation

In your console, you may see:

To deal with this in your overleaf development, you need to setup your csrf token.

Example

Add the following to your develop/docker-compose.yml

chevron-rightdevelop/docker-compose.ymlhashtag

Last updated

Was this helpful?