I’m currently unable to open more than two tabs of Baserow. Could you please advise on how to resolve this issue promptly?
hey @jpca999, can you please share the details on how you’re using Baserow and the error you get when trying to open the second tab?
Im using baserow on local and I dont see any error , it just never loads.
Hi @jpca999 ,
This probably occurs because you are running Baserow from the development branch instead of the master branch.
Running Baserow in production mode should normally solve the problem.
how do i turn on “production mode” on my local ?
IS changing branch isn’t enough ?
You normally don’t need to download the repo or setting a branch to create a local instance. The only thing you need is:
- a docker-compose.yml file
- a .env file
- a Caddy file
Put those 3 files in a folder and run the command docker-compose up -d
from the terminal. If you want to update to a newer release, you just change the release number in the yml file.