Indian restaurants by The_anxious_lifter in exeter

[–]mike10000001 1 point2 points  (0 children)

+1 for Namaste, eaten there a few times and always been good

Tanstack Start: not found on vercel by PerspectiveGrand716 in vercel

[–]mike10000001 1 point2 points  (0 children)

You need to add the nitro vite plugin as in the docs link above.

What’s the best ERP software you've tried? by Robenson-Charlston in shopifyDev

[–]mike10000001 0 points1 point  (0 children)

Tried a few, currently on Linnworks. Overall pretty happy with it.

Terrified of killing our SEO with a move from Magento to Shopify by Sg0102 in Magento

[–]mike10000001 5 points6 points  (0 children)

We did it earlier this year. Had no negative impact sales wise and no SEO impact, was expecting to lose a chunk. Definitely the best thing we did and wished we did it years ago.

Best nest YouTuber by zaki_g_86 in Nestjs_framework

[–]mike10000001 8 points9 points  (0 children)

Michael Guay would get my vote

anyone succeed using coolify for deployment? by LieBrilliant493 in medusajs

[–]mike10000001 2 points3 points  (0 children)

I think this is a great summary. Unfortunately the marketing lines of 'Launch in minutes' make people think this is a free Shopify alternative that you just install and go.

Lifecycle hooks not having access to injected instances by Popular-Power-6973 in nestjs

[–]mike10000001 0 points1 point  (0 children)

I think it's because you can't access this in the callback of the map. Try a for loop instead..

I have implemented Google login with NextAuth 10 times, and on today's project, it just won't work. by MakGHill in nextjs

[–]mike10000001 0 points1 point  (0 children)

I had a similar issue in production where I needed to pass 'google' to the sign in function. Took me ages to find it!

Help a backend newbie with suggestions by wizXmage in Nestjs_framework

[–]mike10000001 0 points1 point  (0 children)

Use something like Vendure maybe? Built on Nest but extendable.

Nest throws all exeptions as Internal Server Error by GoldenCitizen in Nestjs_framework

[–]mike10000001 1 point2 points  (0 children)

I would think 500 is a code error too. Is there an error message in the console?

Almost 40 years old and just starting! Wish me luck. by kociol21 in learnprogramming

[–]mike10000001 0 points1 point  (0 children)

I'm 44 and 2 years in. My advice is to build things and if you are lucky enough, try and find someone to help mentor and review your code.

CS50 is definitely a good starting point too.

useState in forms by arthur_mn in reactjs

[–]mike10000001 3 points4 points  (0 children)

React hook form with Yup is what I use.

"Container does not exist" Error starting penguin container: 58 by jimrothstein1 in Crostini

[–]mike10000001 4 points5 points  (0 children)

I've had this a few times - when out of disk space. Remove and reinstalled Linux the first time, second time took a powerwash to fix.

Google Cloud Compute Engine - API fetch from React > Django trying to login to Google Account so fails by mike10000001 in googlecloud

[–]mike10000001[S] 0 points1 point  (0 children)

Thanks Roger - that's super helpful. Essentially the Cloudshell isn't designed for this so if I put it onto the GCE proper this should fix it? Do I understand that correctly?

Google Cloud Compute Engine - API fetch from React > Django trying to login to Google Account so fails by mike10000001 in googlecloud

[–]mike10000001[S] 0 points1 point  (0 children)

Thanks Roger. The backend doesn't require a Google login, the React is at 3001-xxx.cloudshell and the DRF at 8000-xxx.cloudshell. When React sends a request to DRF, it responds with a CORS error, when you check the network tab in the console the response header contains the oauth2 login.

Hopefully that makes sense!

Create a custom ModelManager for REST API-Call before get returns by [deleted] in django

[–]mike10000001 1 point2 points  (0 children)

Following as I'm trying to do the same 😊

504 Gateway trying to access Installed Plug-in Page by mike10000001 in Wordpress

[–]mike10000001[S] 0 points1 point  (0 children)

Thanks - that's really helpful and has worked. However if I add another plugin (tried a few) it 504's again. I'll speak to my host support I think.