IOS app, cannot register new user or admin login. Backend issue? #1433
Unanswered
simplesisu
asked this question in
Q&A
Replies: 1 comment
-
Hi! Registering directly over the app is a bit difficult at the moment (also, it's not really documented 😅). The easiest way would be to register over the webapp and just use the username and password. The easiest way to host the backend is to use the docker compose file, you just have to start it, bit if you want you can obviously also install it "natively" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've successfully installed the app on iMac with Xcode on IOS simulator. made three changes only.
Replaced
with
withimplements
on all classes in these two:flutter-master/lib/widgets/core/app_bar.dart
flutter-master/lib/widgets/workouts/app_bar.dart
The app works fine on the iOS simulator but when trying to login or register new user I get these errors:
username: admin
andpassword: adminadmin
I get this error:
username: django
andpassword: thewayofwhat
URL of the wger instance: https://wger.de
I get this error of course:
Most probably this is an backend issue, how do I solve this? Can I completely host the wger instance my self locally? if yes then how, am kind of a noob when it comes to backend questions....but I've set up setup postgresql15 and a created database, user, password etc.
How do I make sure that the iOS connects with the backend so that I actually can register new user(only for myself) and actually start using the app and logging new data. What steps are needed?
Please ELI5!
Beta Was this translation helpful? Give feedback.
All reactions