onlook-dev / onlook

The open source, local-first Webflow alternative. Design directly in your live React site and publish your changes to code.
https://onlook.dev
Apache License 2.0
2.78k stars 143 forks source link

[Help] After update auth is required #499

Open smndtrl opened 1 day ago

smndtrl commented 1 day ago

Hi, after updating Onlook suddenly displays a login screen that seems like mandatory. Did I miss a button to get around it? Unfortunately we don't have a way to use third party oauth apps with GH or Google due to privacy and security requirements. Is there another option in case accounts are mandatory now?

hitaspdotnet commented 23 hours ago

delete .env file from app's root or keep variables empty

smndtrl commented 21 hours ago

I run the application from /Applications/Onlook.app and before I can do anything it asks for a sign-in. Which .env file is relevant for that?

Kitenite commented 20 hours ago

Hey @smndtrl , You can run Onlook from source by following the instructions here: https://github.com/onlook-dev/onlook?tab=readme-ov-file#installation

If you'd like a production-level build from that instead of running from the command line, you can run npm run build and npm run package in the app folder. Afterwhich you'll have a build you can use in app/release

Does that help? Happy to walk you through on a call as well :)