Log in
Log into community
Join the Webstudio community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Active
Updated 4 weeks ago
0
Follow
Troubleshooting GitHub and login issues
Troubleshooting GitHub and login issues
Active
0
Follow
d
developedbyumair
last month
Β·
Why are my GitHub and secret not working i am unable to login
Attachment
2
B
d
O
55 comments
Share
Open in Discord
B
Bogdan
last month
Github and google does not work locally. For secret you need to add
.env.development
file with
Plain Text
Copy
AUTH_SECRET="0000"
B
Bogdan
last month
or some other you like
B
Bogdan
last month
it's anyway only for local setup
d
developedbyumair
last month
I do all the steps
d
developedbyumair
last month
Why does GitHub not work locally I even added gh_id and client id.
B
Bogdan
last month
Not sure, there was a problem with localhost I think
d
developedbyumair
last month
Still get error
d
developedbyumair
edited last month
All works fine
Attachments
d
developedbyumair
edited last month
After add secret
Attachment
B
Bogdan
last month
The error says redirect_uri configuration is missing
B
Bogdan
last month
Did you successfully run migrations?
d
developedbyumair
last month
Yes
B
Bogdan
last month
What terminal says?
d
developedbyumair
edited last month
Uri is fine
Attachment
d
developedbyumair
edited last month
Same brother
Attachment
B
Bogdan
last month
My guess is our setup just doesn't work without https
d
developedbyumair
edited last month
Migration fine
Attachment
d
developedbyumair
last month
What I can do I need to run this π₯Ή
B
Bogdan
last month
If you don't change config this should work
https://wstd.dev:5173/
d
developedbyumair
last month
I used the same
d
developedbyumair
last month
After GitHub login and secret login this error occur
d
developedbyumair
last month
@Bogdan why user not found π₯Ή
B
Bogdan
last month
So I just recreated container. Checked login. Shows "user not found". Then I ran migrations from the root with
Plain Text
Copy
pnpm migrations migrate
Now all works
O
Oleg Isonen
last month
we don't use sso logins locally, only in the cloud
d
developedbyumair
last month
I do this step again and still same error
d
developedbyumair
last month
Anyone ?? Plz help
d
developedbyumair
last month
terminal say
code: '42501',
message: 'permission denied for schema public'
d
developedbyumair
last month
what i can do ? @Bogdan @Oleg Isonen @Hall
d
developedbyumair
edited last month
same this error π¦
Attachment
d
developedbyumair
last month
@Webstudio Team
I
Ivan Starkov
last month
Are you running inside devcontainer?
I
Ivan Starkov
last month
Did migrations finished or even executed
d
developedbyumair
last month
I using docker to run all this
I
Ivan Starkov
last month
What means using docker?
I
Ivan Starkov
last month
What was in the terminal of the devcontainer?
I
Ivan Starkov
last month
try to reexecute commands
I
Ivan Starkov
edited last month
https://github.com/webstudio-is/webstudio/blob/main/.devcontainer/postinstall.sh#L18
I
Ivan Starkov
last month
clean and reinstall
d
developedbyumair
last month
can i delete all my docker images ? then reinstall
I
Ivan Starkov
last month
Always
d
developedbyumair
last month
you mean this rigth
docker compose down -v then docker compose up -d ?
I
Ivan Starkov
last month
No, devcontainers and vscode doesnt use this
I
Ivan Starkov
last month
Just vscode and devcontainer exetension
I
Ivan Starkov
last month
Probably wsl on windows
d
developedbyumair
edited last month
I do this steps
Attachment
d
developedbyumair
last month
i am on mac bro
I
Ivan Starkov
last month
Use just vscode and devcontainers, have no idea why this docker compose etc is not deleted from docs
d
developedbyumair
last month
Ah, I'm having trouble with Docker again. It's not working as expected. @Bogdan mentioned that I might have an incorrect migration, but I've done all the migrations perfectly. Why isn't it working?
d
developedbyumair
edited last month
You mentioned not to follow this approach and instead use Step 1 from
this guide
for this approach.
I
Ivan Starkov
edited last month
https://docs.webstudio.is/contributing/contributing-for-developers
I
Ivan Starkov
last month
docker section is removed
d
developedbyumair
last month
I am so confused now π
J
John Siciliano
edited 4 weeks ago
We removed the Docker insturctions from docs as Devcontainer/VScode is the only "suggested" way of doing things now and it should work on Mac
d
developedbyumair
4 weeks ago
Can I deploy my own?
B
Bogdan
4 weeks ago
Deploying builder is rather complicated. Dev containers are intended for development and local testing.
Add a reply
Sign up and join the conversation on Discord
Join on Discord