DavidFeng
WWasp-lang
•Created by DavidFeng on 10/17/2024 in #đŸ™‹questions
Google Auth Redirection Not Working (Netlify & AWS)
23 replies
WWasp-lang
•Created by DavidFeng on 10/14/2024 in #đŸ™‹questions
Blank Page when Create New App
Hi, I am new to wasp and wanted to create an app with open-saas. I followed the instructions on the official docs, but when running
wasp start
I get an empty page at http://localhost:3000/
(favicon is popping up, but the page has no content). I don't think this is supposed to happen.
I am running with node version 22.9.0
, npm version 10.8.3
, wasp version 0.15.0
on a M1 Mac.
There was a warning on running wasp start
:
DeprecationWarning: The 'punycode' module is deprecated. Please use a userland alternative instead.
Maybe that is relevant but I am suspecting more of a version issue for node or npm. Which node and npm versions are used by the developer team? I am okay with changing my node or npm version so they align. This looks like an interesting project and I want to get it working.
Edit: I tried to create a todo list app and it worked. Seems like it is an open-saas specific problem.
I have created an issue on https://github.com/wasp-lang/open-saas/issues/28910 replies