ionic 3 proxy config not directing












0















I am having trouble with proxy config in ionic, getting 404 not found.



Believe the setup is correct as the log prints out the followings.



[22:40:14]  Proxy added:/api/* => http://localhost:8082/ 
[22:40:14] Proxy added:api/* => http://localhost:8082/
[22:40:14] Proxy added:/api => http://localhost:8082/
[22:40:14] Proxy added:api => http://localhost:8082/
....
[22:40:24] dev server running: http://localhost:8100/


And here is how I call the api



findPhotosByGeo(page: number,lat:number,lng:number): Observable<any> {
let url = `/api/photo/geo?lat=${lat}&lon=${lng}&radius=10&per_page=${this.perPage}&page=${page}`;
return this.findPhotosGeneral(url);
}





Tried the following in browser.

The following gives 404:



http://localhost:8100/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


The following gives the correct response:



http://localhost:8082/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


This is why I am thinking the proxy didnt redirect for me.



ionic info



Your system information:

ordova CLI: 7.0.1
Ionic Framework Version: 3.3.0
Ionic CLI Version: 2.2.3
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.3.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.10.2
Xcode version: Not installed









share|improve this question



























    0















    I am having trouble with proxy config in ionic, getting 404 not found.



    Believe the setup is correct as the log prints out the followings.



    [22:40:14]  Proxy added:/api/* => http://localhost:8082/ 
    [22:40:14] Proxy added:api/* => http://localhost:8082/
    [22:40:14] Proxy added:/api => http://localhost:8082/
    [22:40:14] Proxy added:api => http://localhost:8082/
    ....
    [22:40:24] dev server running: http://localhost:8100/


    And here is how I call the api



    findPhotosByGeo(page: number,lat:number,lng:number): Observable<any> {
    let url = `/api/photo/geo?lat=${lat}&lon=${lng}&radius=10&per_page=${this.perPage}&page=${page}`;
    return this.findPhotosGeneral(url);
    }





    Tried the following in browser.

    The following gives 404:



    http://localhost:8100/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


    The following gives the correct response:



    http://localhost:8082/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


    This is why I am thinking the proxy didnt redirect for me.



    ionic info



    Your system information:

    ordova CLI: 7.0.1
    Ionic Framework Version: 3.3.0
    Ionic CLI Version: 2.2.3
    Ionic App Lib Version: 2.2.1
    Ionic App Scripts Version: 1.3.0
    ios-deploy version: Not installed
    ios-sim version: Not installed
    OS: Windows 10
    Node Version: v6.10.2
    Xcode version: Not installed









    share|improve this question

























      0












      0








      0








      I am having trouble with proxy config in ionic, getting 404 not found.



      Believe the setup is correct as the log prints out the followings.



      [22:40:14]  Proxy added:/api/* => http://localhost:8082/ 
      [22:40:14] Proxy added:api/* => http://localhost:8082/
      [22:40:14] Proxy added:/api => http://localhost:8082/
      [22:40:14] Proxy added:api => http://localhost:8082/
      ....
      [22:40:24] dev server running: http://localhost:8100/


      And here is how I call the api



      findPhotosByGeo(page: number,lat:number,lng:number): Observable<any> {
      let url = `/api/photo/geo?lat=${lat}&lon=${lng}&radius=10&per_page=${this.perPage}&page=${page}`;
      return this.findPhotosGeneral(url);
      }





      Tried the following in browser.

      The following gives 404:



      http://localhost:8100/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


      The following gives the correct response:



      http://localhost:8082/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


      This is why I am thinking the proxy didnt redirect for me.



      ionic info



      Your system information:

      ordova CLI: 7.0.1
      Ionic Framework Version: 3.3.0
      Ionic CLI Version: 2.2.3
      Ionic App Lib Version: 2.2.1
      Ionic App Scripts Version: 1.3.0
      ios-deploy version: Not installed
      ios-sim version: Not installed
      OS: Windows 10
      Node Version: v6.10.2
      Xcode version: Not installed









      share|improve this question














      I am having trouble with proxy config in ionic, getting 404 not found.



      Believe the setup is correct as the log prints out the followings.



      [22:40:14]  Proxy added:/api/* => http://localhost:8082/ 
      [22:40:14] Proxy added:api/* => http://localhost:8082/
      [22:40:14] Proxy added:/api => http://localhost:8082/
      [22:40:14] Proxy added:api => http://localhost:8082/
      ....
      [22:40:24] dev server running: http://localhost:8100/


      And here is how I call the api



      findPhotosByGeo(page: number,lat:number,lng:number): Observable<any> {
      let url = `/api/photo/geo?lat=${lat}&lon=${lng}&radius=10&per_page=${this.perPage}&page=${page}`;
      return this.findPhotosGeneral(url);
      }





      Tried the following in browser.

      The following gives 404:



      http://localhost:8100/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


      The following gives the correct response:



      http://localhost:8082/api/photo/geo?lat=40.5964698&lon=-73.9782571&radius=10&per_page=5&page=0


      This is why I am thinking the proxy didnt redirect for me.



      ionic info



      Your system information:

      ordova CLI: 7.0.1
      Ionic Framework Version: 3.3.0
      Ionic CLI Version: 2.2.3
      Ionic App Lib Version: 2.2.1
      Ionic App Scripts Version: 1.3.0
      ios-deploy version: Not installed
      ios-sim version: Not installed
      OS: Windows 10
      Node Version: v6.10.2
      Xcode version: Not installed






      ionic-framework ionic3






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 13 '18 at 3:51









      WillWill

      187213




      187213
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273520%2fionic-3-proxy-config-not-directing%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273520%2fionic-3-proxy-config-not-directing%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Full-time equivalent

          Bicuculline

          さくらももこ