I was following this tutorial to deploy Nakama on the Google instance, it looks it is running, but how can I open Nakama developer console now? I tryed address {my_instance_ip}:7350 at it is blank page. In all the offical matterails is port 7351, but when I tryed {my_instance_ip}:7350, the page is not found.
Nakama - Where can I find developer console of Google computing engine?
173 Views Asked by Banana Cake At
1
There are 1 best solutions below
Related Questions in UNITY-GAME-ENGINE
- How to use invokerepeating and make ui text fade in/out over time?
- Player input not working properly in unity
- Get block in Mesh Unity
- Does Unity render invisible material?
- Physics.OverlapSphere couldn't detect my ‘Player’
- Cannot sync non-player objects in Unity mirror
- How to script a simple collision using hands in OVRCameraRigInteraction?
- Drawing on 3D object at Unity
- How to Override Spline Rotation for Player-Controlled Car in Racing Game?
- Why doesn't my enemy shield take damage first. Instead both enemy and shield are being destroyed together
- unity + Vuforia balck screen in android AR app
- how do I change an objects tag when the game closes
- How to remove white space in a user's input through an input field in Unity?
- Timeline doesn't start eventhough it recognises the trigger input
- Ragdoll 2D Aiming
Related Questions in GOOGLE-APP-ENGINE
- Deployment through app engine, cloud sql database, problem connecting with server code, doesn't connect
- Jetty 12 idle timeout limited to 30 seconds when upgrading to Java 21 in Google App Engine Standard Environment
- Unable to deploy to GAE from Github Actions
- Migrating Google App Engine - Eclipse Java 8
- How to use Oauth in order to log‑in on .googleapis.com on almost any arbitrary endpoints domains from the web browser?
- Running gcloud app deploy and getting PERMISSION_DENIED 'compute.regions.get', despite having Owner and Compute admin permissions
- Spring security CORS configuration not working after deploying to App Engine
- Google App Engine: manual scaling with one instance suddenly created multiple instances
- gcloud.app.deploy Error Response: [13] Failed to create cloud build: invalid bucket
- gcloud.app.deploy Error Response: [13] default Cloud Build service account or user-specified service account does not have access to the bucket
- GCP Java dev_appserver Can't make API call memcache.Get in a thread that is neither the original request thread nor a thread created by ThreadManager
- How to correlate and aggregate logs in Google App Engine Python 3?
- App Engine Python3 db / ndb & eventual consistency
- How do I connect to Google Cloud mySQL from App Engine using Django-Environ?
- How to deploy my fast api with llama 2 on app engine
Related Questions in GAME-ENGINE
- How can I get the inverse Transformation of in 2D
- Making mixins similar to FabricMC in Rust
- How to find the rotation of a quaternion along each of the 3 axes separately?
- Runge Kutta implementation is less accurate than Euler implementation
- Viewport namespace missing from SharpDX directive, please assist
- I’m not drawing cards from my decklist/JSON
- Unable to find GL_INT_2_10_10_10_REV define on Android GLES
- OpenGL moving objects have black trail
- Anyone else notcing delays of shared d3dtexture2D betweeen two processes?
- Flask Socket-IO custom objects getting added regardless of client action
- CLANG:"__declspec(dllimport) cannot be applied to a non-inline function" error in my C Program
- Game engine spawning objects from externally specified classes
- Grappling/Swinging System in Godot 4 3D
- Ursina Python Engine: Question about the Lighting System
- Confused about how Rotation works in vulkan
Related Questions in DIGITAL-OCEAN
- Can't establish ssh connection to IP address but can to git
- Trying to connect to a Digitalocean App with docker results in error: invalid mount config for type "bind": bind source path does not exist
- Can't remotely connect to my postgresql database on digitalocean
- How can I setup the Nginx config for a webapp with Nuxt and Laravel on Digital Ocean?
- The media files are not being served in the dockerized django-react-postgresql portfolio from the database
- coolify custom domain cannot be validated
- nginx-ingress is not able to route to pod application
- Unhandled error event: Error: connect ETIMEDOUT in Kubernetes cluster on DigitalOcean
- Problem when trying to create a digital ocean app from github
- Next.JS 13 image loading error 403 from DIgital Ocean Spaces
- Svelte 4 Migration Issues and hosting on Digital Ocean
- Is there any way to deploy NEXT.js app to a linux server without 'building' the app inside the server?
- Laravel App Deployment Issue on Digital Ocean App Platform via GitHub
- How to deploy metabase using Laravel Forge
- Deploy rails 7 and nginx in vps
Related Questions in NAKAMA
- Nakama server can't load golang .so plugin
- UserNames search by wildcard Nakama Api
- “JavaScript runtime function invalid.”,”key”:”afterUpdateAccount”
- Nakama Error when trying to modify existing builtin api
- how to setup js runtime in nakama game server?
- Nakama Godot Error code Not Found when trying to auth
- Godot PGSGP Why can't I connect a function to the signal
- Nakama service gets terminated on aws t2xlrage Ireland
- Connecting YugabyteDB to nakama in docker-compose
- SocketListener doesn't give callbacks
- How to Connect Nakama Client (on unity) to a linux VM instance
- Remote debug with VSCode, go & nakama
- Nakama is running from command line using docker-compose up command but unable to access it from URL http://127.0.0.1:7350/ What can be the issue?
- Run cockroachdb in secure mode using docker compose and connect nakama to it
- Facebook authentication through Nakama server in Unity3D game
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Ok I solved it by myself, I didnt have firewall rule for the port 7351. So to answer my question - just rewrite tcp:7350 in the tutorial to tcp:7350,7351.