Treeleafbark
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
Thank you for your suggestion and it helping me troubleshoot this
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
I disabled it, and it appears to be working now
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
totally blocked it
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
It appears to have been ublockorigin
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
Interesting
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
There we are..
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
I'm currently searching the documentation for how to access the devtools console
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
Hi Sodic, sorry for the delay in replying. I reinstall macOS to make sure it wasn't a problem with my development computers operating system
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
not really sure whats going on, no real errors as far as I can tell? but the page is totally blank lol
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
----
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
[ Client ] > [email protected] start
[ Client ] > npm run validate-env && vite
[ Client ]
[ Server ] > [email protected] watch
[ Server ] > nodemon --exec 'npm run bundle-and-start exit 1'
[ Server ]
[ Client ]
[ Client ] > [email protected] validate-env
[ Client ] > node -r dotenv/config ./scripts/validate-env.mjs
[ Client ]
[ Client ] 🔍 Validating environment variables...
[ Server ] [nodemon] 2.0.22
[ Server ] [nodemon] to restart at any time, enter
rs
[ Server ] [nodemon] watching path(s): src//* ../../../src//* .env
[ Server ] [nodemon] watching extensions: ts,mts,js,mjs,json
[ Server ] [nodemon] starting `npm run bundle-and-start exit 1
[ Server ]
[ Server ] > [email protected] bundle-and-start
[ Server ] > npm run bundle && npm run start
[ Server ]
[ Server ]
[ Server ] > [email protected] bundle
[ Server ] > rollup --config --silent
[ Server ]
[ Client ]
[ Client ] VITE v5.4.2 ready in 524 ms
[ Client ]
[ Client ] ➜ Local: http://localhost:3000/
[ Client ] ➜ Network: http://192.168.1.253:3000/
[ Client ] ➜ press h + enter to show help
[ Server ]
[ Server ] > [email protected] start
[ Server ] > npm run validate-env && node --enable-source-maps -r dotenv/config bundle/server.js
[ Server ]
[ Server ]
[ Server ] > [email protected] validate-env
[ Server ] > node -r dotenv/config ./scripts/validate-env.mjs
[ Server ]
[ Server ] 🔍 Validating environment variables...
[ Server ] 🚀 "Email and password" auth initialized
[ Server ] Starting pg-boss...
[ Server!] (node:38553) [DEP0040] DeprecationWarning: The
punycode module is deprecated. Please use a userland alternative instead.
[ Server!] (Use
node --trace-deprecation ...` to show where the warning was created)
[ Server ] pg-boss started!
[ Server ] Server listening on port 300128 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
------------
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
here is my server startup
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
-----------------
28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
[ Wasp ] Starting npm install
[ Wasp !] npm warn deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
[ Wasp !] npm warn deprecated [email protected]: Use your platform's native DOMException instead
[ Wasp ]
[ Wasp ] added 792 packages, and audited 794 packages in 4s
[ Wasp ]
[ Wasp ] 139 packages are looking for funding
[ Wasp ] run
npm fund
for details
[ Wasp ]
[ Wasp ] 1 moderate severity vulnerability
[ Wasp ]
[ Wasp ] To address all issues, run:
[ Wasp ] npm audit fix --force
[ Wasp ]
[ Wasp ] Run npm audit
for details.
[ Client ] Starting npm install
[ Server ] Starting npm install
[ Client ]
[ Client ] added 109 packages, and audited 110 packages in 4s
[ Client ]
[ Client ] 14 packages are looking for funding
[ Client ] run npm fund
for details
[ Client ]
[ Client ] found 0 vulnerabilities
[ Server ] Still installing npm dependencies!
[ Server!] npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[ Server!] npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
[ Server!] npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
[ Server!] npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
[ Server!] npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
[ Server ]
[ Server ] added 365 packages, and audited 366 packages in 7s
[ Server ]
[ Server ] 120 packages are looking for funding
[ Server ] run npm fund
for details
[ Server ]
[ Server ] 4 vulnerabilities (1 moderate, 3 high)
[ Server ]
[ Server ] To address all issues (including breaking changes), run:
[ Server ] npm audit fix --force
[ Server ]
[ Server ] Run npm audit
for details.28 replies
WWasp-lang
•Created by Treeleafbark on 8/27/2024 in #🙋questions
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
Here is my npm install
28 replies