Closed rida-rechrache closed 3 weeks ago
Hi @Riqwan @eudago , Do you have any plans to migrate Medusa version preview to the rc version? I think the RC version might resolve this issue, as I noticed this commit in the v2.0.0-rc.6 tag: https://github.com/medusajs/medusa/releases/tag/v2.0.0-rc.6, specifically this commit: https://github.com/medusajs/medusa/pull/9602/commits/7e442bda590fb5a3e2a8d9761dca150524ca6f60
Hey @rida-rechrache , yes will be doing this today 💪🏻
@rida-rechrache this is done now.
@riqwan the issue is solved with the migration RC version, thank you :)
Hello, I can't open the admin interface on my local environment.
I tried to access: http://localhost:9000/app/login
After checking, it seems the issue is related to this import:
import { defineRouteConfig } from "@medusajs/admin-sdk"; export const config = defineRouteConfig({ label: "Quotes", icon: DocumentText, });
I'm not sure of the right solution, but to unblock myself, I temporarily disabled this line.