-
Notifications
You must be signed in to change notification settings - Fork 22
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
"[mf:err] GET /: InvalidCharacterError: Invalid character" - npx superflare@latest new #47
Comments
I am facing the same issue, not able to get it to load. |
🤔 I've seen this sometimes too, and it's usually when the Can you confirm you have that value set? It's definitely not a super valuable error message coming from Remix/Miniflare. |
The APP_KEY is defined in the .dev.vars, yet that must have happened through Right now I'd assume that the secret therefor isn't set. Yet I'm confused as the only reference to APP_KEY is in the deployment docs. It might make sense to add the additional steps necessary to: superflare/packages/superflare/docs/getting-started.md Lines 6 to 22 in 919e4dc
and superflare/packages/superflare/cli/new.ts Lines 295 to 298 in 919e4dc
|
Running
npx superflare@latest new
->Database Models, Scheduled Tasks
->npm install --legacy-peer-deps
->npx superflare migrate
->npm run dev
ornpx superflare dev
yields the following error on opening the index URL right now:The text was updated successfully, but these errors were encountered: