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
Description and expected behavior
Schemas are available on local, but not on Vercel.
Vercel build passes and schemas are created, but not available via browser.
The error messages: TypeError: Cannot read properties of undefined (reading 'ProfileCreateSchema') - for all of the models.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
AlekseiAQ
changed the title
Zod Schemas Are Not Available in browser on Vercel
Zod Schemas Are Not Available in Browser (when build on Vercel)
Nov 12, 2024
AlekseiAQ
changed the title
Zod Schemas Are Not Available in Browser (when build on Vercel)
Zod Schemas Are Not Available via Browser (when build on Vercel)
Nov 12, 2024
Description and expected behavior
Schemas are available on local, but not on Vercel.
Vercel build passes and schemas are created, but not available via browser.
The error messages:
TypeError: Cannot read properties of undefined (reading 'ProfileCreateSchema')
- for all of the models.Screenshots
Environment (please complete the following information):
Additional context
package.json scripts:
The text was updated successfully, but these errors were encountered: