miles-grant-ibigroup
miles-grant-ibigroup
I don't think you need to manually set your /api route. Try hosting your datatools server on a separate host. Merging the 2 together on one endpoint is something I've...
Try first just routing to the datatools server. the server includes an old version of the UI. once you have this routing in place and working, try swapping out just...
> Can you elaborate? > What is the point of having ui and server on different servers? I didn't make this decision, but I believe it was done so that...
Thanks for reporting! You are correct, we have some work to do when it comes to getting auth0 to function correctly. For now, our stopgap solution is as follows: Using...
The homepage doesn't work with `DISABLE_AUTH=true`. Try visiting `localhost:9966/project` instead. Also, make sure `DISABLE_AUTH=true` is also set in the server's `env.yml`!
The answer is still disabling authentication!
@philip-cline have you taken a look at this? I think this has to be 2 stops right?
Thanks for reporting! We'll be able to patch this soon. As a stopgap fix, you can open `configurations/env.yml.tmp` (and `configurations/env.yml` if you have one) and remove line 5 (the one...
Does your network inspector show any failed requests? If so, could you please share a screenshot?
We found a fix for this! Please add `MAP_BASE_URL: http://tile.openstreetmap.org/{z}/{x}/{y}.png` to your front-end config