danimoi
danimoi
RRailway
Created by danimoi on 8/19/2023 in #✋|help
I have a problem with my express application
in the application status it says success but it is not displayed on the website
12 replies
RRailway
Created by danimoi on 8/19/2023 in #✋|help
what is the reason for this error?
npm WARN config production Use --omit=dev instead.
4 replies
RRailway
Created by danimoi on 8/18/2023 in #✋|help
The configuration correct of the file nginx.conf if I have this configuration in the file .htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]
40 replies