Closed jgarcia92 closed 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.
connfa-integration-server and conffa webapp are running in localhost(my laptop) i dont know if some issue of api url set in .env?