-
Notifications
You must be signed in to change notification settings - Fork 161
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
[BUG] App appears as blank in store admin #67
Comments
Same issue, do you have a good solution? |
Hey there @aminick and @Hades-888. I'm having trouble reproducing this error. I was just able to follow the steps here to do a fresh build and install of the app locally. To clarify, are you having trouble installing the app, or is there an error happening after installation? Do you have a stack trace or screenshot you can attach? |
@stevemar I'm having trouble after the installation, and the current bahavior it's just what I mentioned at top. But since you got it working, I will try different browsers etc. but let's keep this open for now, seems like it's not a "just me" issue. |
+1. I'll try and get a colleague to try to reproduce it too.
I should have mentioned, is there anything in the browser's console log? (using the built-in inspection tools) |
Nope. another thing I observed, it's that the iframe (which is presumably the app) has only the base path, |
Current Behavior
The page does not automatically redirect to either 'get-started' or 'proudcts', thus appears to be blank when launching the app.
I suspected this is due to a failed redirect from Next.js
useRouter
I understand this repo is marked as deprecated, but it does not explain why the routing system from Next.js does not work.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: