davepartner / fireblogger

Ionic 2 social media microblogging platform built with firebase 3 as backend
55 stars 19 forks source link

404 error with api call #4

Open proBeejay141 opened 6 years ago

proBeejay141 commented 6 years ago

Please help, am new to ionic, whenever i make an api call, it returns 404 error on devices

davepartner commented 6 years ago

First test the api with postman to be sure that the error is not from you.

Also show me screenshot of error

On Nov 3, 2017 8:16 AM, "proBeejay141" notifications@github.com wrote:

Please help, am new to ionic, whenever i make an api call, it returns 404 error on devices

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daveozoalor/fireblogger/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9rfPQtpTGzlv6HvTD3DtCn1SKCP5j-ks5syr2-gaJpZM4QQuWI .

proBeejay141 commented 6 years ago

it works fine with firebase, its not my api, am using weather api i got online

proBeejay141 commented 6 years ago

though, i needed to add proxies in there ionic.config.json before it worked in the browser, i want to know if the problem is with the api

davepartner commented 6 years ago

Be sure you are sending the right request (GET/POST) to the api. Also send screenshot of error.

On Nov 3, 2017 8:23 AM, "proBeejay141" notifications@github.com wrote:

though, i needed to add proxies in there ionic.config.json before it worked in the browser, i want to know if the problem is with the api

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/daveozoalor/fireblogger/issues/4#issuecomment-341635725, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9rfNJTFu8Bz2aU82ijwme-C8xcwSP7ks5syr9XgaJpZM4QQuWI .

proBeejay141 commented 6 years ago

am sending the right request, am conversant with angular 2, i uses asp.net core with angular. no error other than 404 url no found.