Ozgur Atmaca

Results 25 comments of Ozgur Atmaca

Hi, I managed to make it work but in my case I'm trying to run 2 separate Vue applications under the same host. For example; Root Vue app: mysite.com Second...

Hey @wadeking98 As a side question, may I ask if there is any guide I can follow on how to set up OCA from a remote repository or any pointers...

I'm quite new to Supabase, I've been hearing it a lot and wanted to give it a go in a side project. But seeing this issue open for more than...

is there way to enable debug logs for this action, couldn't find it in the docs.

This action didn't work for me properly and I switched over to using sentry-cli directly. ```bash # createSentryRelease.sh # Retrieve package version and name from package.json VERSION=$(node -p "require('./package.json').version") PROJECT_NAME=$(node...

I believe Github integration is a paid plan feature, so if you are on a free plan above solution might not work for you.

Hi 👋 Having similar issues here. Release build finishes with no errors but after installing the apk on my device it keeps crashing while launching the app. From Logcat: ```sh...

After some issues and several tries I did manage to generate the `index.android.bundle` using the following thanks to @thiagoromanos 🙌 ```bash npx react-native bundle --platform android --dev false --entry-file index.js...

Just had time to test it on iOS 13.0 simulator, it's still the same case, FYI.