When trying to add a new entry using the Android app, I get a "unhandled server error has occurred" popup. I tried several times, different info, etc. All fail.
This was working fine with the previous Android App version AFAIK. I'm not sure when it updated, but seems like it was in the past couple of weeks.
Checking the API log on my self-hosted server has
fail: Bit.Api.Utilities.ExceptionHandlerFilterAttribute[0]
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessa
geFormatArgument, String failureArgumentName, Exception innerException)
at System.Guid.TryParseGuidWithNoStyle(ReadOnlySpan`1 guidString, GuidResult& result)
at System.Guid.TryParseGuid(ReadOnlySpan`1 guidString, GuidStyles flags, GuidResult& result)
at System.Guid..ctor(String g)
...
Self-Hosted back-end v1.30.4 (version of docker images)
Android v9 on Samsung S9+
Android app v2.0.6
Adding entries via the web page seems to work without problems.
Any ideas?
When trying to add a new entry using the Android app, I get a "unhandled server error has occurred" popup. I tried several times, different info, etc. All fail.
This was working fine with the previous Android App version AFAIK. I'm not sure when it updated, but seems like it was in the past couple of weeks.
Checking the API log on my self-hosted server has
Self-Hosted back-end v1.30.4 (version of docker images)
Android v9 on Samsung S9+
Android app v2.0.6
Adding entries via the web page seems to work without problems.
Any ideas?