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 m trying get the up project on local as a server, if i can i will publish project to aws
now, i have an error;when i try npm run start command localhost:3000 is opening with error :
Unexpected Server Error
and my ide console has error:
Remix App Server started at http://localhost:3000 (http://192.168.1.47:3000)
TypeError: (0 , import_jsx_dev_runtime.jsxDEV) is not a function
at C:\Dev\Repos\Nebim\dev-e.eradev.cloud\src\entry.server.tsx:82:56
at new Promise (<anonymous>)
at handleBrowserRequest (C:\Dev\Repos\Nebim\dev-e.eradev.cloud\src\entry.server.tsx:79:12)
at handleRequest (C:\Dev\Repos\Nebim\dev-e.eradev.cloud\src\entry.server.tsx:18:11)
at handleDocumentRequestRR (C:\Dev\Repos\Nebim\dev-e.eradev.cloud\node_modules\@remix-run\server-runtime\dist\server.js:229:20)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at requestHandler (C:\Dev\Repos\Nebim\dev-e.eradev.cloud\node_modules\@remix-run\server-runtime\dist\server.js:67:18)
at C:\Dev\Repos\Nebim\dev-e.eradev.cloud\node_modules\@remix-run\express\dist\server.js:39:22
GET /en 500 - - 1021.800 ms
like that what you prefer for fix error?
The text was updated successfully, but these errors were encountered:
hi,
i m trying get the up project on local as a server, if i can i will publish project to aws
now, i have an error;when i try npm run start command localhost:3000 is opening with error :
Unexpected Server Error
and my ide console has error:
like that what you prefer for fix error?
The text was updated successfully, but these errors were encountered: