WulfCoDev
WulfCoDev
WWasp
Created by WulfCoDev on 3/13/2025 in #đŸ™‹questions
CRUD Type Errors on Compile or Restart
@kapa.ai I changed two of my models using Decimal type to Float and the issue resolved itself
14 replies
WWasp
Created by WulfCoDev on 3/13/2025 in #đŸ™‹questions
CRUD Type Errors on Compile or Restart
@kapa.ai there are no duplicate names being used. When given the error messages from console, chatGPT says "This error is happening because UserWhereUniqueInput, UserCreateInput, and related types are not being properly serialized into SuperJSONValue. Wasp internally uses SuperJSON to handle complex objects for network communication, but certain Prisma-generated types are not inherently serializable."
14 replies
WWasp
Created by WulfCoDev on 3/13/2025 in #đŸ™‹questions
CRUD Type Errors on Compile or Restart
relevant schemas to the CRUD declarations
14 replies
WWasp
Created by WulfCoDev on 3/13/2025 in #đŸ™‹questions
CRUD Type Errors on Compile or Restart
No description
14 replies
WWasp
Created by WulfCoDev on 8/2/2024 in #đŸ™‹questions
Enabling Auth Required Isnt Routing to /login
I appreciate the help, if im able to recreate the issue and fix, ill notify
16 replies
WWasp
Created by WulfCoDev on 8/2/2024 in #đŸ™‹questions
Enabling Auth Required Isnt Routing to /login
Im currently on ubuntu wsl but i was first running into the issue on ubuntu desktop i have installed onto a mac mini thats my main developer machine.
16 replies
WWasp
Created by WulfCoDev on 8/2/2024 in #đŸ™‹questions
Enabling Auth Required Isnt Routing to /login
yes im running local host 3000 with server on 3001. I didnt initially have env variables for the client and server url so i added them and reran wasp start and it seemed to fix it although i removed it as a test to see if it would recreate the error and it did not but it is currently working as supposed to
16 replies
WWasp
Created by WulfCoDev on 8/2/2024 in #đŸ™‹questions
Enabling Auth Required Isnt Routing to /login
yes, everything works and loads until i add the auth required line in main.wasp. Trying to login or create an account gives the same network error
16 replies
WWasp
Created by WulfCoDev on 8/2/2024 in #đŸ™‹questions
Enabling Auth Required Isnt Routing to /login
No description
16 replies