Giter Site home page Giter Site logo

Comments (6)

Noitidart avatar Noitidart commented on June 12, 2024

Or any way to force it to use 127.0.0.1 because I am using this for oauth page on google and it only accept localhost or 127.0.0.1

from react-native-static-server.

GregoryBabonaux avatar GregoryBabonaux commented on June 12, 2024

Did you find any solution about this issue @Noitidart ?

Regards

from react-native-static-server.

Noitidart avatar Noitidart commented on June 12, 2024

@GregoryBabonaux no I couldnt find a solution. It was a major problem I was having and ended requesting approvals to completely changing my architecture to avoid a local server localhost. (Not being at localhost, caused some issues down the line.)

from react-native-static-server.

GregoryBabonaux avatar GregoryBabonaux commented on June 12, 2024

Thanks for your feedback

I think the problem is this plugin need a real network to work properly. So it needs a DHCP who provide a real ip address, not a localhost / 127.0.0.1 of the device

I’ve the same issue when i want to run my app without wifi

Regards

from react-native-static-server.

xemasiv avatar xemasiv commented on June 12, 2024

Check https://github.com/futurepress/react-native-static-server/blob/master/android/src/main/java/com/futurepress/staticserver/FPStaticServerModule.java#L31

Haven't tried it yet, but we got a localhost_only bool there ;)

from react-native-static-server.

thinkmobilede avatar thinkmobilede commented on June 12, 2024

Check https://github.com/futurepress/react-native-static-server/blob/master/android/src/main/java/com/futurepress/staticserver/FPStaticServerModule.java#L31

Haven't tried it yet, but we got a localhost_only bool there ;)

I was facing the same issue and this lead me to the solution:

This parameter is taken from the options-parameter. If you start the server to be available inside the app only, it will use localhost, otherwise it has to search for an available IP address. So if you need localhost as Server-Url, you have to make it available only inside the app on Android (paramter localOnly)

from react-native-static-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.