prof_mark
prof_mark
WWasp
Created by prof_mark on 10/31/2024 in #đŸ™‹questions
[ Server ] Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file de
I am not sure, but I suspect it could have been due to messing around with my docker images. I was working on something else and deleted all the docker images though docker desktop, so maybe wasp lost a ref? And then clean fixed it?
10 replies
WWasp
Created by prof_mark on 10/31/2024 in #đŸ™‹questions
[ Server ] Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file de
I had recently migrated but it did work after the migration, then failed again
10 replies
WWasp
Created by prof_mark on 10/31/2024 in #đŸ™‹questions
[ Server ] Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file de
ah sorry for not following up - yes
wasp clean
wasp clean
did the trick!
10 replies
WWasp
Created by prof_mark on 10/31/2024 in #đŸ™‹questions
deleted my docker image with and can't recreate
ah thank you kapa, i needed to run migrate-dev.
6 replies
WWasp
Created by prof_mark on 10/23/2024 in #đŸ™‹questions
seeding prod db
DATABASE_URL=postgres://postgres:<XXXXXXXX>@localhost:5432/korean_language_app_server
DATABASE_URL=postgres://postgres:<XXXXXXXX>@localhost:5432/korean_language_app_server
Thank you so much for the help also, this is the last step before I release my very first SaaS! Love wasp!
14 replies
WWasp
Created by prof_mark on 10/23/2024 in #đŸ™‹questions
seeding prod db
i used it with pgadmin and was able to connect fine
14 replies
WWasp
Created by prof_mark on 10/23/2024 in #đŸ™‹questions
seeding prod db
I have done all of these. how are others seeding their prod db?
14 replies
WWasp
Created by prof_mark on 10/22/2024 in #đŸ™‹questions
0.14 -> 0.15 migration + fly
i got it. I had missed a bit on the migration isntructions. I needed to change my App def to:
export default function App() {
export default function App() {
10 replies
WWasp
Created by prof_mark on 10/22/2024 in #đŸ™‹questions
0.14 -> 0.15 migration + fly
@kapa.ai hmm, i have a slightly different App def:
export default function App({ children }: { children: ReactNode }) {
export default function App({ children }: { children: ReactNode }) {
10 replies
WWasp
Created by prof_mark on 10/18/2024 in #đŸ™‹questions
stripe setup help
ok i figured it out, i had used the public api key instead of the secret one...
6 replies
WWasp
Created by devrim on 8/21/2024 in #đŸ™‹questions
Tutorial API implementation doesn't work for me.
Lol that works too haha
30 replies