You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Not even the dev env for tauri or browser even work now
So I had a nextjs weather app using OpenWeatherMap API, all was working fine so I decided to introduce Tauri for a desktop app version of it. Got that working (npm run tauri dev then app works fine).
I made a few config changes so i could build the web app with npm run build and then build the tauri app with npm run tauri build
That all built and then I used the msi installer to install the app, my splashscreen and UI for my app works fine so its built the frontend but if I try to fetch any data, it doesn't work. I tried my web app too, that doesn't work either.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit: Not even the dev env for tauri or browser even work now
So I had a nextjs weather app using OpenWeatherMap API, all was working fine so I decided to introduce Tauri for a desktop app version of it. Got that working (npm run tauri dev then app works fine).
I made a few config changes so i could build the web app with npm run build and then build the tauri app with npm run tauri build
That all built and then I used the msi installer to install the app, my splashscreen and UI for my app works fine so its built the frontend but if I try to fetch any data, it doesn't work. I tried my web app too, that doesn't work either.
I'm happy to post any particular files to try and get this working but heres the repo anyways https://github.com/danblock97/weather-dashboard
Beta Was this translation helpful? Give feedback.
All reactions