User is getting "Email verification failed, invalid token" unlike 9,000 before him
How the hell do I use a value from .env.client?
Fly.io: is your app listening on 0.0.0.0:3001? make sure it is not only listen on 127.0.0.1
CORS Issues
Access to XMLHttpRequest at 'https://api.myapp.com/auth/exchange-code' from origin 'https://app.myapp.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
api.myapp.com/auth/exchange-code:1
Failed to load resource: net::ERR_FAILED
...Railway deployment crashed
Select a service serverIndexed Compressed [====================] 100% Uploaded...
Stripe and affiliate/referral program
When using 'wasp new', I get the error: wasp-bin: /home/callum/WaspProjects/wsl-test: createDirector
❓ PostgreSQL Insert Appears Stuck — No Error, Just Hanging / Deadlocking
How do I create a sitemap for my Wasp website?
Arguments in fetchCustomerPortalUrl
fetchCustomerPortalUrl: async (args: FetchCustomerPortalUrlArgs) =>
requireNodeEnvVar('STRIPE_CUSTOMER_PORTAL_URL')
fetchCustomerPortalUrl: async (args: FetchCustomerPortalUrlArgs) =>
requireNodeEnvVar('STRIPE_CUSTOMER_PORTAL_URL')
Wasp Installation error: export PATH $PATH into file - I can't get it to work.
Wasp start
Microsoft SSO Support
Creating a record during user sign up
Roke
Deploying with PM2 + Docker
Stripe connect for B2C
What is th e best way to transform landing page
CORS issue on content-type: text/event-stream OpenAI
/explainer
) to consume it but i am getting cors error when i try to hit from other localhost port. Does anyone know why?
FYI: I had another POST endpoint that content-type is json doesn't have CORS issue though only this endpoint has cors issue. Does anyone know why? ...
Mailgun send email issue