Search code examples
laraveldockerpostman

Why I can not run my local app in Postman with Chrome Browser?


I run my laravel app under docker and when I try to to run api requests to my app from postman of my Chrome Browser under kubuntu 22, but I got error :

enter image description here

http://127.0.0.1:8088/ 

is my local server I run under docker.

What is wrong and how make it working ? Not sure is it correct way to test in postman of my browser my local hosting I run under docker ?

Local Installation : I have installed postman with command

snap install postman

But running it from Application Menu and clicking “Signin” it hang

enter image description here

In Settings ->Default Applications I have Google Chrome as default browser

I tried to click these buttons below, but not not which data have I to fill...


Solution

  • You cannot point a cloud/online application to view an offline application. You will need to download postman and install it locally on your machine if you want to use postman in this way. There is an online cloud version and an offline downloadable installable version available of postman.

    Download Postman - here