lemberg / connfa-webapp

Apache License 2.0
16 stars 26 forks source link

cant load de conferences #5

Closed jgarcia92 closed 6 years ago

jgarcia92 commented 6 years ago

imagen

connfa-integration-server and conffa webapp are running in localhost(my laptop) i dont know if some issue of api url set in .env?

aht61 commented 6 years ago

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 line before building your web app:

export const CONFIG = { ... production: { "apiUrl": "{your_production_servers_domain}/api/v2/{event_alias}/", "googleApiKey": "Your Goggle Map Key", } };

Hope this helps.