lemberg / connfa-android

Open Source Android app for Conferences and Events
http://connfa.com
Apache License 2.0
100 stars 111 forks source link

Not able to access API with custom domains #22

Closed jayram88 closed 7 years ago

jayram88 commented 7 years ago

Tried hosting the server on my server, while the normal get calls work ("app" ones) I get 404 errors for all the API calls. Sample call: www.mycustomconnfa.com/login or /dashboard works.

But www.mycustomconnfa.com/api/v2/checkUpdates throws a 404 error. you can replace mycustom.com with localhost:8000 and get the same results.

But using your default base url works (http://connfa-integration.uat.link/)

Any pointers?

Nataliya-Kulinenko commented 7 years ago

@jayram88 I'm closing this issue, cause it seems to be duplicate of https://github.com/lemberg/connfa-integration-server/issues/8 Let me know if you still have any questions on this.