You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where the Node.js server fails to start in the production environment, while it works perfectly in the development environment. Below are the details:
Observations:
The server starts and functions as expected during development.
When "nodejs.start('main.js');" is triggered, logcat will log "Running "main" with {"rootTag":31}"
In production, the server does not start, and no clear error messages are logged. Logcat does not log "Running "main" with {"rootTag":31}" as well
Spec:
React Native + Expo 50
Node.js + Socket.io
Project Directory:
I would appreciate any guidance or suggestions to resolve this issue. If additional information or logs are needed, please let me know.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I am encountering an issue where the Node.js server fails to start in the production environment, while it works perfectly in the development environment. Below are the details:
Observations:

The server starts and functions as expected during development.
When "nodejs.start('main.js');" is triggered, logcat will log "Running "main" with {"rootTag":31}"
In production, the server does not start, and no clear error messages are logged. Logcat does not log "Running "main" with {"rootTag":31}" as well
Spec:
React Native + Expo 50
Node.js + Socket.io
Project Directory:

I would appreciate any guidance or suggestions to resolve this issue. If additional information or logs are needed, please let me know.
The text was updated successfully, but these errors were encountered: