To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/2280b6e1-f938-4d9d-ba0e-8c23277fe013%40googlegroups.com.--
Please help us keep the Taiga.io Community open and inclusive, follow our Code of Conduct:
https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
---
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
@David Barragán, thanks for the response.> your browser can resolve the url http://projects.MYDOMAIN.com:8000/api/v1/projects?discover_mode=true&order_by=-total_fans_last_weekYes, thanks. That's progress. Actually, the web site responds on port 80 to http://projects.MYDOMAIN.com/api/v1/projects?discover_mode=true&order_by=-total_fans_last_week> Can you see http://projects.MYDOMAIN.com:8000/api/v1/projects/?No, http://projects.MYDOMAIN.com/api/v1/projects/ returns "The requested URL /api/v1/projects/ was not found on this server.". And http://projects.MYDOMAIN.com:8000/api/v1/projects/ returns "This site can’t be reached. projects.MYDOMAIN.com refused to connect"
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/cae20ee3-3df1-4bd4-a887-11bd582aa516%40googlegroups.com.
@David Barragán,
> If http://projects.MYDOMAIN.com:8000/api/v1/projects/ doesn't work and http://projects.MYDOMAIN.com/api/v1/projects/ works you have to change in conf.json the apiUrl to http://projects.MYDOMAIN.com/api/v1/ instead of http://projects.MYDOMAIN.com:8000/api/v1/
I think that conf.json is already configured that way.{"api": "http://projects.MYDOMAIN.com/api/v1/","eventsUrl": "ws://projects.MYDOMAIN.com/events","debug": "true","publicRegisterEnabled": true,"feedbackEnabled": true,"privacyPolicyUrl": null,"termsOfServiceUrl": null,"maxUploadFileSize": null,"contribPlugins": []}The response from http://projects.MYDOMAIN.com/api/v1/projects?discover_mode=true&order_by=-total_fans_last_week is:HTTP 200 OKx-paginated: trueContent-Type: application/jsonx-paginated-by: 30Vary: Acceptx-pagination-current: 1Allow: GET, POST, HEAD, OPTIONSx-pagination-count: 2...
I get a similar response from http://projects.MYDOMAIN.com/api/v1/projects .However from http://projects.MYDOMAIN.com/ , I'm still diverted to http://projects.MYDOMAIN.com/error. The console says:angular.js:12477 Initialize navigation urlsangular.js:12477 Initialize api urlsangular.js:12477 Using the default logging exception handler.angular.js:12477Initialize resourcesangular.js:12477Initialize applicationangular.js:12477Analytics: no acount id provided. Disabling.app.js:1873 WebSocket connection to 'ws://projects.MYDOMAIN.com/events' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVEDangular.js:12477WebSocket error: [object Event](anonymous function) @ angular.js:12477angular.js:12477WebSocket closed.http://projects.MYDOMAIN.com/api/v1/stats/discover Failed to load resource: net::ERR_NAME_NOT_RESOLVEDhttp://projects.MYDOMAIN.com/api/v1/projects?discover_mode=true&order_by=-total_fans_last_week Failed to load resource: net::ERR_NAME_NOT_RESOLVEDhttp://projects.MYDOMAIN.com/api/v1/projects?discover_mode=true&order_by=-total_activity_last_week Failed to load resource: net::ERR_NAME_NOT_RESOLVEDhttp://projects.MYDOMAIN.com/api/v1/projects?discover_mode=true&is_featured=true Failed to load resource: net::ERR_NAME_NOT_RESOLVEDWhile http://projects.MYDOMAIN.com/api/v1/projects is accessible, http://projects.MYDOMAIN.com/api/v1/stats returns "Not Found. The requested URL /api/v1/stats was not found on this server."Does this mean that http is okay, but the websockets aren't working? (That's more technical than I usually do).
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/423316f5-a30f-4199-bd10-65154d29aef6%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/996e3352-d626-465d-bf18-10abf807b595%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/9e21a436-a594-4935-8cb0-ca9a2b3043a1%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/17fa0b52-47cc-4266-8478-75f24e45024e%40googlegroups.com.