vercel is using its own URL as the API_BASE_URL on the create0rUpdateUser function, and this leads to the function failing due the method not being allowed. This is preventing users from saving as their accounts aren't being synced to the database. I already checked the environment variable for VITE_API_BASE_URL.
vercel is using its own URL as the API_BASE_URL on the create0rUpdateUser function, and this leads to the function failing due the method not being allowed. This is preventing users from saving as their accounts aren't being synced to the database. I already checked the environment variable for VITE_API_BASE_URL.