Closed jpizzle34 closed 1 year ago
@jpizzle34 – thanks for highlighting. Solved in #5111. Will be part of next release 👍
What do I do until the next release is out? This is the URL that opens in the Medusa installation process. How else would I set the password for my default admin user?
You can use our CLI to create a new user in the meantime:
npx @medusajs/medusa-cli user -e some@email.dk -p some_password
That doesn't seem to work on a fresh create-medusa-app install. The command runs, but when I try to log in on the admin login, it says that it doesn't match the records.
That doesn't seem to work on a fresh create-medusa-app install. The command runs, but when I try to log in on the admin login, it says that it doesn't match the records.
I am facing the same issue. Did you find any working solution?
Bug report
Describe the bug
Accessing an invite link causes the admin app to break with
Error: useAnalytics must be used within a AnalyticsProvider
System information
Medusa version (including plugins): 1.16.0 Node.js version: Database: postgres Operating system: ubuntu 20.04 lts, railway env Browser (if relevant): Chrome, Firefox
Steps to reproduce the behavior
pnpm create medusa-app@latest --db-url "postgres://....."
"@medusajs/admin": "^7.1.0"
and"@medusajs/medusa": "^1.16.0"
Expected behavior
Invite link should navigate to user account init page
Screenshots
If applicable, add screenshots to help explain your problem
Code snippets
Stack Trace:
Additional context
Add any other context about the problem here