lemberg / connfa-integration-server

Connfa CMS & Integration Server
Apache License 2.0
31 stars 43 forks source link

Please help me to fetch the data from connfa-integration-server #38

Closed aht61 closed 6 years ago

aht61 commented 6 years ago

Thanks a lot for your great app.

My problem is how do I make the client webapp fetch the real data from the integration backhand server. Spent an entire day to no avail.

What am I doing wrong or missing? Went through all discussions, read throughly your documentation yet I am not able to fetch any data from the backhand server with web app. It was mentioned the the base URL should be "production_domain/api/v2/conference_alias" but where do I put this info in the app?

Your help is much appreciated - I am not able to sort this out.

aht61 commented 6 years ago

I am answering myself: after a few hours of trial and error, I have noticed that a slash "/" was missing in config.ts file!

Remember to add the closing "/" in the following: export const CONFIG = { ... production: { "apiUrl": "{your_production_servers_domain}/api/v2/{event_alias}/", "googleApiKey": "Your Goggle Map Key", } };