-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swell Provider: Account Functionality Does Not Work #407
Comments
We have figure out how to get this to work. Apparently, there is a small bug in the code, in that if you switch frameworks after an initial build, you still need to include the older framework information in the env.local or errors are thrown. Not sure why. So we now just have all the frameworks in the env.local with blank data, except for the framework we are testing. But some issues that remain:
|
@osseonews Thanks in advance |
Hey there! Thank you for opening this issue. We have decided to take Next.js Commerce in a new direction and will be closing out current PRs and issues due to this change. Please see this PR for more details: #966 |
Per Issue 392, we added the customerAuth to the config and set it to true. This adds the customer links, but they do not work.
We noticed the following errors:
Log in doesn't work. If you try to sign in with existing account all you get in the loading in the LogIn button and you are never logged in. We know the account exists, because if we use Swell's Nuxt.js storefront theme we can log in fine.
Creating a new account doesn't work. If you try to add a new account, you can submit the form, but it does nothing. Again, not an issue with Swell per se, b/c their Nuxt.js theme works fine for this.
No functionality for resetting password. Finally ,there is no link for a user to reset their password. This is basic for any ecommerce site.
BTW, we also tried the customer functionality with another provider, Vendure, and had the same issues as above.
The text was updated successfully, but these errors were encountered: