Registering the first administrator user - strapi

System Information
Strapi V4.5.6
Windows 10
SQlite
Node v16.17.0
NPM 8.15.0
Yarn 1.22.19
I just created a new project with strapi, following the quick start guide. However, I can’t manage to create the first administrator user from the admin registration page. I get a 400 (Bad Request) when I press on the "Let’s start" button. I’ve provided all the information necessary and even a valid email. Has anyone else encountered this?
I read the official guide, but there was no relevant information to this issue.

Related

Slack app installation fails with "This app is requesting more permissions than what your Org Admin has granted for your organization."

Once I select the channel in the app installation flow, the following error message appears.
This app is requesting more permissions than what your Org Admin has granted for your organization.
Please reach out to your Org Admin to request that they update this app. Learn more about why you are seeing this message.
I'm the admin of the workspace where I'm trying to install the app. What else am I missing?
Return uri is something like
xyz.com/slack/oauth/callback?error=invalid_channel
Update: Strangely, this error comes only for the first time. If I try again, installation completes successfully.

How to Create OAuth Client ID?

I am trying to run this github project.
For this I need to create credentials and OAuth Client Id.
When I click to create. After selecting web applications and typing the name I see authorised javascript and authorised redirect uri.
So what should I enter there because I tried with keeping both fields empty. But I got error saying no redirect url found for client id
Please help me.
I am using Developer Console for first time can't find any help on internet. This site is my last hope.
I did as said in [comment].2
Here is what I got in Linux shell and the error i received on redirected url opened webpage.
Linux Shell Message
/YouTube-Subscription-Importer/env/lib/python3.6/site-packages/oauth2client/_helpers.py:255: UserWarning: Cannot access subscribe.py-oauth2.json: No such file or directory
warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
Your browser has been opened to visit:
https://accounts.google.com/o/oauth2/auth?client_id=1069660256195-n8adm0dmi70v29i55hcfblftle09hb5n.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fyoutube&access_type=offline&response_type=code
If your browser is on a different machine then exit and re-run this
application with the command-line parameter
--noauth_local_webserver
Snipe of what redirect url webpage said
**MOST IMPORTANT
I am running this in windows bash.
Now tell me what to do next.
I just simply need a tutorial/how-to use guide for Google developer console credentials and OAuth Screen.
**
You need the redirect URL, you will be redirected from Google OAuth Consent Screen to https://REDIRECT_URL?code=AuthorizationCode, you can just set it to http://localhost.
After creation, you can your find Client ID on the Credentials page.

You do not have sufficient permissions to view this page HomeGraph API

I have had access to this page for a while now. Yesterday for test I had to disable the HomeGraph API and now it is no longer available and does not even show up while searching in the api library
And when I try to access this link HomeGraph API Details I get "You do not have sufficient permissions to view this page. " error
Image to the error
Any one encountered this before?
I have tried logging out of all my devices
On top of this I starting getting the below while executing gactions -verbose test
Reading credentials from: creds.data
ERROR: Failed to test the app for the Assistant
ERROR: Internal error encountered.
2018/01/06 21:31:52 Server did not return HTTP 200
gaction update works just fine.
I just followed Creating a Smart Home App docs and went straight to Request Sync. Followed the instructions and created a new project. I made sure I was "Owner" of the project, and had no problem enabling the Home Graph API:
And here's Home Graph API being enabled:

Google app engine remote python console credentials/login?

Hi I am trying to start remote GAE shell with
python $GAE_SDK_ROOT/remote_api_shell.py -s your_app_id.appspot.com
"You don't need any additional authentication" says the GAE RemoteAPI page,
yet my command fails miserably with HTTP Error 401: Unauthorized Too many auth attempts.
I think I was able to do start it (with various degree of success for different apps) in some remote past, either with gmail credentials or some auth key from google cloud.
Please share your hints, or, ideally, drop a link to easy to follow step by step guide.
Also I cannot access Datastore Admin for that project
in online console
, if I click It invites to sing in, which fails. Recently, I got owner role, yet project was created by a person with a different email domain.

installation is getting failed when i click cancel of authentication page

I made my pkg file with pkgbuild and productbuild.
Before giving authentication details, it is going in to installation step and showing message "preparing for installation". Without giving credentials, if i click cancel My installation is getting cancelled.
When you select 'Install', if the installation requires access to resources not belonging to the current user, the Installer's associated helper application (runner) will request an appropriate user to authenticate; usually a member of the Administrators group.
It is this helper process (runner) that is responsible for the actual installation, so if it can't obtain the user's credentials, it can't continue to install; the installation has failed and the user is notified accordingly.
I found answer for this myself, We need to add auth attribute as root
pkg-ref id= auth="root"
Reference: http://macinstallers.blogspot.in/2013/01/xml-attributes-of-packagemaker.html#installation-check.
This stackoverflow question helped me lot
Making OS X Installer Packages like a Pro - Xcode Developer ID ready pkg

Resources