Replies: 6 comments 13 replies
-
|
I have it running behind NPM too - check your memory, swap and CPU utilisation on whatever is serving your Dawarich service... it gets pretty busy when retrieving large numbers of map points. |
Beta Was this translation helpful? Give feedback.
-
|
Have you set APPLICATION_HOSTS according to your reverse proxy? |
Beta Was this translation helpful? Give feedback.
-
|
mmh strange, i am using it with dawarich and don't face such issues and i have like 3 Million points |
Beta Was this translation helpful? Give feedback.
-
|
Using also NPM and Port 4433 for my Dawarich Docker, I'm able to access the webgui but after login nothing via external url nothing happens. Locally it works fine. Don't know what's wrong :-( |
Beta Was this translation helpful? Give feedback.
-
|
I'm also having trouble to connect to dawarich via NPM. In another discussion I saw that adding:
as a Custom Nginx Configuration under the Advanced tab should work but now I'm greeted with a "Welcome to OpenResty!" page. Don't know how to proceed further. |
Beta Was this translation helpful? Give feedback.
-
|
Have you found a solution? Using my Cloudflare-hosted domain and NGINX Proxy Manager reverse proxy, I reach the Dawarich login page, but after entering my email and password and clicking "Log in," the page just refreshes. I added my custom domain to the Docker Compose file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In general, some pages respond very slowly because I have alot of data.
I have Nginx Proxy manager setup for convenience. It normally works fine but on slow pages, I get 502 bad gateway error. I've tried increasing the proxy_read_timeout but that didnt help.
I don't know if this is an issue with NPM or dawarich. Since NPM works with other slow pages, I suspect it may be something on dawarich's side. Perhaps NPM expects to receive something, at least headers otherwise it assumes the site is dead
Beta Was this translation helpful? Give feedback.
All reactions