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
I'll try to come up with a repro that does not require secret env variables.
Until then, you can find the code in https://github.com/evorto-app/app
This is update to the state that causes issues for me.
Previously it seemed like the error was coming from a file in dist as I could see sentry processed instrumentation in the error message. I deleted the dist and .angular folder which did remove the mentions of sentry in the error message.
The text was updated successfully, but these errors were encountered:
Command
serve
Is this a regression?
The previous version in which this bug was not present was
19
Description
When I serve my app after updating to 19.1 it works initially but when changing a lazy loaded component vite is unable to find the file apparently.
Minimal Reproduction
Run yarn start and change a component
Exception or Error
Your Environment
Anything else relevant?
I'll try to come up with a repro that does not require secret env variables.
Until then, you can find the code in https://github.com/evorto-app/app
This is update to the state that causes issues for me.
Previously it seemed like the error was coming from a file in
dist
as I could see sentry processed instrumentation in the error message. I deleted thedist
and.angular
folder which did remove the mentions of sentry in the error message.The text was updated successfully, but these errors were encountered: