-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QField on iOS Crashes after logging in to Postgres server #5705
Comments
@jflgators , are you able to check if crash also occurs on an Android? |
@nirvn I may be able to today. If not I can definitely do so tomorrow. |
@nirvn I was able to test my project on android as well as on Qfield for windows today. The project opens and prompts the user for credentials then loads the layer as it should. On my iPhone however I did not get any crashes today but I was unsuccessful in logging into the server and viewing the data. When the app is given the wrong credentials or no credentials on iPhone it prompts the user for the credentials again as it should. When the app is given the correct credentials it attempts to load into the project but every time it tries to render the scene I get a message in the log saying "Connection to database failed connection to server at "208.xx.xxx.xxx", port 5432 failed: fe_sendauth: no password supplied." |
A weird detail that I've noticed with this bug is that the app works perfectly fine if I'm on the same LAN as the server and connect to it with the local IP. The issue only occurs when I'm not on the same network and I try to connect using the public IP. I have confirmed this is not an issue with the server setup as I can access it through QGIS on my home computer just fine. |
@jflgators , did QField 3.4.4 improve the situation for you ? |
@jflgators , apologies, I hadn't realized 3.4.4 was not released on iOS until yesterday; has the situation improved on this new version? |
Describe the issue
Before the newest update, I was able to connect to my postgresql server with the connection details saved in the project. Since the newest update prompting the user to fill out the credentials, QField has crashed every time I put the correct credentials in.
Reproduction steps
Steps to reproduce the behavior:
Add a simple sample project if it requires a specific configuration
Expected behavior
Load into the project
Observed behavior
Application crashes on device if the correct username and password are entered. If the credentials are not correct it prompts you to renter them like it should.
Screenshots and GIFs
QGIS (please complete the following information)
QField (please complete the following information)
Additional information
The text was updated successfully, but these errors were encountered: