oasisenterprise
oasisenterprise
WWasp
Created by csbk on 6/2/2025 in #đŸ™‹questions
unable to delete user in wasp db studio to test Google Auth.
@csbk not sure if your testing locally but check your localhost port. if you opened a second instance to test and it went to port 3001 you need to update your google client id in .env.server and then also add that to authorized redirects in google cloud console. No idea if that is your issue I had ran into that in the past so thought I would mention it. Also on the delete user try shutting down your DB instance and restarting it. that seemed to fix my issue when I was running into that.
29 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
ahh that makes sense, ya i isntalled 4.36.1 and it is working perfect
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
I could not find 4.39.1 in npm but installed 4.36.1 and everything seems to be working, was able to deploy to fly.io and run locally. @genyus really appreciate all your help here!
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
you da man! Did you just update to 4.39.1 and all good?
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
thank you!
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
haha that is probably a good call. I will hold off.
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
Do we think it is worth opening a github issue on the open-saas github page or give it a bit first?
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
makes me feel better it wasnt just us haha
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
Well I might call it a night and see if this gets fixed overnight/weekend. I will check this thread in the morning see if there are any updates. @genyus you still need repo access or you good now?
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
ahh ya that makes sense.
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
haha you had it right first go... I am curious if my project builds for you. @genyus if your open to it would you want to try wasp start on it and see if you can get it to let you access it at localhost? Just make sure to kill the session after please haha.
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
I discared all the changes I did trying to fix this and ran wasp clean and build and now I see it there. the github repo version had my commit from last night when it deployed fine which is what I just built. but it still gave me same error when trying to access it on localhost or deploy
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
perfect just added you
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
@genyus whats your github username?
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
ya that is probably a better route. I will do it now.
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
@genyus I can make my repo public for a short bit if you would like. Just dont steal my project idea lol
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
@genyus I deleted dependency from package.json. i ran rm -rf node_modules package-lock.json && npm install then did wasp build. still dont see the directory in node modules.
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
yep will do now one second
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
ya I am a tad perplexed cause I deployed last night it worked made no edits to code base came to computer tonight and error was there. @Zuck
209 replies
WWasp
Created by Zuck on 5/31/2025 in #đŸ™‹questions
Started getting this randomly after a wasp clean
@genyus here it is. ```{ "name": "OpenSaaS", "version": "0.0.0", "private": true, "type": "module", "dependencies": {"axios": "^1.4.0" }, "devDependencies": {"@tsconfig/vite-react": "^2.0.0", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.2.1" }, "scripts": { "start": "vite", "build": "tsc --build && vite build" }, "engineStrict": true, "engines": { "node": ">=20.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }
209 replies